var a;
var list = 'list_model.html#';

function link(a){
	parent.list_model.location.href=(list + a);
	parent.location.href=	('#howto');
}