function vscheda(nome) {
	url=nome+'.html';
	sfin = (parseInt(screen.height) > 600) ? 'width=460,height=630,top=0,left=0,resizable=1,scrollbars=1' : 'width=460,height=540,top=0,left=0,resizable=1,scrollbars=1' ;
	wref = window.open(url,nome,sfin);
	wref.focus();
}



function vschedasc(nome) {
	url='../scristina/ita/'+nome+'.html';
	sfin = (parseInt(screen.height) > 600) ? 'width=460,height=630,top=0,left=0,resizable=1,scrollbars=1' : 'width=460,height=540,top=0,left=0,resizable=1,scrollbars=1' ;
	wref = window.open(url,nome,sfin);
	wref.focus();
}
