<!--
function finestra(nome)
	{
apre=window.open(nome,'Zoom','width=600,height=400,scrollbars=1');

	}
//-->