function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function newwindow(perc) 
{ 
	sopra="";
	if (perc==1){
		sopra= "Pagine/";
	}
window.open(sopra+'ospiti.html','mw','width=400,height=480,resizable=yes, scrollbars=yes'); 
} 

function updatecopy(){
copyright=new Date();
update=copyright.getFullYear();
	return "Copyright © 2004-"+ update + " Villa Laura RSA | All rights Reserved | è vietata la riproduzione anche parziale.";
}
