<!-- I NUOVI SCRIPT COMINCIANO QUI -->



<!-- Rollover JavaScript functions relies on image replacement feature of JavaScript 1.1
homepageon = new Image(24,32);
homepageon.src = "menu/homepage.jpg";
suiteon = new Image(24,32);
suiteon.src = "menu/suite.jpg";
listinoprezzion = new Image(24,32);
listinoprezzion.src = "menu/listinoprezzi.jpg";
listinoprezziengon = new Image(24,32);
listinoprezziengon.src = "menu/listinoprezzieng.jpg";
prenotazion = new Image(24,32);
prenotazion.src = "menu/prenotazioni.jpg";
prenotaziengon = new Image(24,32);
prenotaziengon.src = "menu/prenotazionieng.jpg";
offerteon = new Image(24,32);
offerteon.src = "menu/offerte.jpg";
offerteengon = new Image(24,32);
offerteengon.src = "menu/offerteeng.jpg";
comearrivareon = new Image(24,32);
comearrivareon.src = "menu/comearrivare.jpg";
comearrivareengon = new Image(24,32);
comearrivareengon.src = "menu/comearrivareeng.jpg";
contattion = new Image(24,32);
contattion.src = "menu/contatti.jpg";
contattiengon = new Image(24,32);
contattiengon.src = "menu/contattieng.jpg";
eleonoraon = new Image(24,32);
eleonoraon.src = "menu/eleonora.jpg";
beatriceon = new Image(24,32);
beatriceon.src = "menu/beatrice.jpg";
isabellaon = new Image(24,32);
isabellaon.src = "menu/isabella.jpg";
parisinaon = new Image(24,32);
parisinaon.src = "menu/parisina.jpg";
renataon = new Image(24,32);
renataon.src = "menu/renata.jpg";
lucreziaon = new Image(24,32);
lucreziaon.src = "menu/lucrezia.jpg";
margheritaon = new Image(24,32);
margheritaon.src = "menu/margherita.jpg";
annaon = new Image(24,32);
annaon.src = "menu/anna.jpg";
marfisaon = new Image(24,32);
marfisaon.src = "menu/marfisa.jpg";
cuoreitaon = new Image(24,32);
cuoreitaon.src = "images/cuoreita.jpg";
freeitaon = new Image(24,32);
freeitaon.src = "images/freeita.jpg";
cuoreengon = new Image(24,32);
cuoreengon.src = "images/cuoreeng.jpg";
freeengon = new Image(24,32);
freeengon.src = "images/freeeng.jpg";


homepageoff = new Image(24,32);
homepageoff.src = "menu/homepager.jpg";
suiteoff = new Image(24,32);
suiteoff.src = "menu/suiter.jpg";
listinoprezzioff = new Image(24,32);
listinoprezzioff.src = "menu/listinoprezzir.jpg";
listinoprezziengoff = new Image(24,32);
listinoprezziengoff.src = "menu/listinoprezziengr.jpg";
prenotazioff = new Image(24,32);
prenotazioff.src = "menu/prenotazionir.jpg";
prenotaziengoff = new Image(24,32);
prenotaziengoff.src = "menu/prenotazioniengr.jpg";
offerteoff = new Image(24,32);
offerteoff.src = "menu/offerter.jpg";
offerteengoff = new Image(24,32);
offerteengoff.src = "menu/offerteengr.jpg";
comearrivareoff = new Image(24,32);
comearrivareoff.src = "menu/comearrivarer.jpg";
comearrivareengoff = new Image(24,32);
comearrivareengoff.src = "menu/comearrivareengr.jpg";
contattioff = new Image(24,32);
contattioff.src = "menu/contattir.jpg";
contattiengoff = new Image(24,32);
contattiengoff.src = "menu/contattiengr.jpg";
eleonoraoff = new Image(24,32);
eleonoraoff.src = "menu/eleonorar.jpg";
beatriceoff = new Image(24,32);
beatriceoff.src = "menu/beatricer.jpg";
isabellaoff = new Image(24,32);
isabellaoff.src = "menu/isabellar.jpg";
parisinaoff = new Image(24,32);
parisinaoff.src = "menu/parisinar.jpg";
renataoff = new Image(24,32);
renataoff.src = "menu/renatar.jpg";
lucreziaoff = new Image(24,32);
lucreziaoff.src = "menu/lucreziar.jpg";
margheritaoff = new Image(24,32);
margheritaoff.src = "menu/margheritar.jpg";
annaoff = new Image(24,32);
annaoff.src = "menu/annar.jpg";
marfisaoff = new Image(24,32);
marfisaoff.src = "menu/marfisar.jpg";
cuoreitaoff = new Image(24,32);
cuoreitaoff.src = "images/cuoreitar.jpg";
freeitaoff = new Image(24,32);
freeitaoff.src = "images/freeitar.jpg";
cuoreengoff = new Image(24,32);
cuoreengoff.src = "images/cuoreengr.jpg";
freeengoff = new Image(24,32);
freeengoff.src = "images/freeengr.jpg";

function rollon(imgName) {
	imgOn = eval(imgName + "on.src");
        document[imgName].src = imgOn;
    }
function rolloff(imgName) {
       document[imgName].src =  eval(imgName + "off.src");
}


// -->










<!-- I NUOVI SCRIPT FINISCONO QUI -->








function aprifinestra(indirizzofinestra,nomefinestra) {
        searchWin = window.open(indirizzofinestra,nomefinestra,'scrollbars=NO,resizable=yes,width=660,height=500,status=no,location=NO,toolbar=NO');
        searchWin.focus();
 }       
function aprifinestraA(indirizzofinestra,nomefinestra) {
        searchWin = window.open(indirizzofinestra,nomefinestra,'scrollbars=yes,resizable=yes,width=660,height=500,status=no,location=NO,toolbar=NO');
        searchWin.focus();
}
