function openUnder0(link)
{
window.open(''+link,'navigation','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizeable=no,copyhistory=no,width=500,height=350,marginwidth=0,marginheight=0');
}
// FUNZIONE POPUP SONDAGGI
function apri_finestra_sondaggi(PATH, width, height, left, top)
{
window.open("http://195.130.238.221" +PATH,'Sondaggio','height='+height+',width='+width+',toolbar=no,menubar=no,status=no,directories=no,location=no,resizable=YES,scrollbars=yes,marginwidth=0,marginheight=0',left,top)
}

function apri_pagina(url){
	window.location.href=url;
}


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function Open_speciali(theURL,winName,features) { //v2.0
	window.open(theURL,winName,features);
	window.location.href='/speciali.shtml';
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
