function foto(str) {

        searchWin = window.open(str,'apriphoto','scrollbars=no,resizable=no,width=800,height=600,status=no,location=no,toolbar=no');		
		  
//        searchWin.refer = self;	

}

function Status(){
	window.status = "WWW.AZZANO-HOLIDAYS.COM ::: MEZZEGRA ::: LAGO DI COMO ::: AFFITTACAMERE CON SERVIZIO PRIMA COLAZIONE ";
	return(true);
}

document.onmouseover = Status;
