function nopen(f,a,hgt){
	var w;
	w = window.open('note'+f+'.html#'+a,'nt'+f,'width=380,height=200,scrollbars=1');
	w.resizeTo(380,hgt*15+30);
	w.focus();
};
