function show_page(lnk,title,width,height){
	var o=null;
	var dat = "width="+width+",height="+height+",scrollbars=1,resizable=1";
	okno = open(lnk,title,dat); okno.focus();
	return o;
}


