<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}
//-->

<!--
// --------------------------------------------------------
//    Apre una finestra PopUp
// --------------------------------------------------------
function OpenPop(Pagina, wh, ww) {
	var wf = "";	
	wf = wf + "width="+wh;
	wf = wf + ",height="+ww;
	wf = wf + ",resizable=" + (false ? "yes" : "no");
	wf = wf + ",scrollbars=" + (false ? "yes" : "no");
	wf = wf + ",menubar=" + (false ? "yes" : "no");
	wf = wf + ",toolbar=" + (false ? "yes" : "no");
	wf = wf + ",directories=" + (false ? "yes" : "no");
	wf = wf + ",location=" + (false ? "yes" : "no");
	wf = wf + ",status=" + (false ? "yes" : "no");		
	
	if(navigator.appVersion.charAt(0) >=4) {
	var sw=screen.width-20;
	var sh=screen.height;
	var newwidth=320; 
	var newheight=240;
	var positionleft=(sw-newwidth)/2;
	var positiontop=""

	positiontop=(sh-newheight)/2.5;
	}
	newwindow=window.open(Pagina,'Finestra',wf); 
	newwindow.focus()	
	if(navigator.appVersion.charAt(0) >=4) {
		for(width1 = 1 ; width1 < positionleft ; width1 = width1 + 10)
		newwindow.moveTo(width1,positiontop)
		}
}
//-->

<!---setTimeout('location.href="/radio2/"', 900000);--->
setTimeout('location.reload(true)', 120000);



