// JavaScript Document
function ControlloAxl(strEvento,strIdControllo)
{
 var strEvID=strEvento+"_"+strIdControllo.id;
 var element,strDato;
 
 if(strEvID==strEvento+"_undefined") strEvID=strEvento+"_"+strIdControllo;
 
 switch(strEvID)
 {
  case "mouseover_LayerAccediLogin":  break;
  case "mouseout_LayerAccediLogin":  break;
  default: break;
 }
}

function cercanelsito()
{
	
}


function login()
{
 
}
function registrati()
{
 window.open("registrazione.php","_blank","width=490,height=560,status=no");	
}
function rinfo()
{
 window.open("rinfo.php","_blank","width=480,height=620,status=no");	
}

function shownews(idnew)
{
window.open('popupnews.php?id='+idnew,'news','width=526,height=600,toolbar=no,scrollbar=no,menubar=no');
}


