defaultStatus="SYCOM";

function popup(nome_file,nome_win)
{
 window.open(nome_file, nome_win, "width=610,height=450,status=no,location=no,toolbar=no,scrollbars=yes,resizable=no,top=50,left=50");
}

/*LOGO VERTICALE A SINISTRA*/
function openlink(xlink){
	window.open("../openxlink.asp?loc=" + xlink, "xpage");
}

/*LOGO ORIZZONTALE IN ALTO*/
function openlink2(xlink){
	window.open("../openxlink2.asp?loc=" + xlink, "xpage");
}




