function nopen(f,a,h){
	var w;
	w = window.open('note'+f+'.html#'+a,'nt'+f,'width=400,height=100,scrollbars=1');
	w.resizeTo(400, 100+h*100);
	w.focus();
};
