function insertMenu() {

menu =	'<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="" HEIGHT="">' +
	'<TR><TD ROWSPAN="1" COLSPAN="1" HEIGHT="31" WIDTH="146"><a href="benvenuto.fr.htm"><img src="../img/menu/benvenuti_fr.jpg" width="146" height="31" border="0" onMouseOver="butOnOff(this)" onMouseOut="butOnOff(this)" alt="Bienvenus"></a></TD></TR>' +
	'<TR><TD ROWSPAN="1" COLSPAN="1" HEIGHT="31" WIDTH="146"><a href="alloggio.fr.htm"><img src="../img/menu/alloggio_fr.jpg" width="146" height="31" border="0" onMouseOver="butOnOff(this)" onMouseOut="butOnOff(this)" alt="Logement"></a></TD></TR>' +
        '<TR><TD ROWSPAN="1" COLSPAN="1" HEIGHT="31" WIDTH="146"><a href="ristorante.fr.htm"><IMG SRC="../img/menu/ristorante_fr.jpg" WIDTH="146" HEIGHT="31" BORDER="0" onMouseOver="butOnOff(this)" onMouseOut="butOnOff(this)" alt="Restaurant"></a></TD></TR>' +
        '<TR><TD ROWSPAN="1" COLSPAN="1" HEIGHT="31" WIDTH="146"><a href="benessere.fr.htm"><IMG SRC="../img/menu/benessere_fr.jpg" WIDTH="146" HEIGHT="31" BORDER="0" onMouseOver="butOnOff(this)" onMouseOut="butOnOff(this)"  alt="Bien-\u00EAtre"></a></TD></TR>' +
        '<TR><TD ROWSPAN="1" COLSPAN="1" HEIGHT="31" WIDTH="146"><IMG SRC="../img/menu/sport_fr.jpg" WIDTH="146" HEIGHT="31" BORDER="0" onMouseOver="butOnOff(this)" onMouseOut="butOnOff(this)" alt="Sport"></TD><\TR>' +
        '<TR><TD ROWSPAN="1" COLSPAN="1" HEIGHT="31" WIDTH="146"><a href="convegni.fr.htm"><IMG SRC="../img/menu/convegni_fr.jpg" WIDTH="146" HEIGHT="31" BORDER="0" onMouseOver="butOnOff(this)" onMouseOut="butOnOff(this)" alt="Congr\u00E8s"></a></TD></TR>' +
        '<TR><TD ROWSPAN="1" COLSPAN="1" HEIGHT="31" WIDTH="146"><a href="listini.fr.htm"><IMG SRC="../img/menu/listini_fr.jpg" WIDTH="146" HEIGHT="31" BORDER="0" onMouseOver="butOnOff(this)" onMouseOut="butOnOff(this)" alt="Liste de prix"></a></TD></TR>' +
        '<TR><TD ROWSPAN="1" COLSPAN="1" HEIGHT="31" WIDTH="146"><a href="prenotazioni.fr.htm"><IMG SRC="../img/menu/prenotazioni_fr.jpg" WIDTH="146" HEIGHT="31" BORDER="0" onMouseOver="butOnOff(this)" onMouseOut="butOnOff(this)" alt="R\u00E9servations"></a></TD></TR>' +
        '<TR><TD ROWSPAN="1" COLSPAN="1" HEIGHT="31" WIDTH="146"><a href="indicazioni.fr.htm"><IMG SRC="../img/menu/indicazioni_fr.jpg" WIDTH="146" HEIGHT="31" BORDER="0" onMouseOver="butOnOff(this)" onMouseOut="butOnOff(this)" alt="Comment nos rejoindre"></a></TD></TR>' +
        '<TR><TD ROWSPAN="1" COLSPAN="1" HEIGHT="31" WIDTH="146"><IMG SRC="../img/menu/dintorni_fr.jpg" WIDTH="146" HEIGHT="31" BORDER="0" onMouseOver="butOnOff(this)" onMouseOut="butOnOff(this)" alt="Garda"></TD></TR>' +
        '<TR><TD ROWSPAN="1" COLSPAN="1" HEIGHT="36" WIDTH="146"><a href="offerte.fr.htm"><IMG SRC="../img/menu/offerte_fr.jpg" WIDTH="146" HEIGHT="36" BORDER="0" onMouseOver="butOnOff(this)" onMouseOut="butOnOff(this)"  alt="Offres spéciales"></a></TD></TR>' +
	'</TABLE>';

document.write(menu);
}

function insertDescrizioni() {

desc = 	'<div id="DescFeinsch" class="descMenu" style="display:none">La prestigiosa rivista tedesca \'Der Feinschmecker\' raccomanda questo albergo come uno dei migliori d\'Italia</div>' +
	'<div id="DescQual"  class="descMenu" style="display:none">Anche quest\'anno la qualità dell\'Hotel Regina Adelaide è stata riconfermata dall\'attestato \'Quality Hotel Regione Veneto\' rilasciato ai migliori hotel dalla camera di commercio.</div>' +
	'<div id="DescBenvenuti" class="descMenu" style="display:none">Soyez les bienvenus!</div>'+
	'<div id="DescAlloggio" class="descMenu" style="display:none">Comfort, eleganza e cura dei particolari... </div>'+
	'<div id="DescRistorante"  class="descMenu" style="display:none">Gourmandies...</div>'+
	'<div id="DescBenessere"  class="descMenu" style="display:none">Offrez-vous des moments de bien-être dans une oasis relaxante pour le corps et l’esprit. </div>'+
	'<div id="DescSport"  class="descMenu" style="display:none">Un plongeon dans la piscine, un match de tennis, ou un otefi sur le terrain de golf… voilà autant de possibilités concourant à vous amuser et vous remettre en forme..</div>'+
	'<div id="DescConvegni"  class="descMenu" style="display:none">Nos services et nos suggestions vous permettront d’organiser des meetings performants en toute souplesse.</div>'+
	'<div id="DescListini"  class="descMenu" style="display:none">Le nostre tariffe.</div>'+
	'<div id="DescPrenotazioni"  class="descMenu" style="display:none">Il modo più semplice e veloce per inviarci la tua prenotazione o richiesta di informazioni.</div>'+
	'<div id="DescIndicazioni"  class="descMenu" style="display:none">Comment nous rejoindre le plus simplement possible.</div>'+
	'<div id="DescDintorni"  class="descMenu" style="display:none">Ce qu\'il y a à voir , à faire, sport et culture…</div>'+
	'<div id="DescOfferte"  class="descMenu" style="display:none">Le nostre offerte per questa stagione.</div>'+
        '<div id="DescViaggiESapori"  class="descMenu" style="display:none">Il Regina Adelaide è stato segnalato anche dalla rivista<br> Viaggi e Sapori.</div>'+
        '<div id="Desc4Ruote"  class="descMenu" style="display:none">Questo hotel è consigliato dalla guida<br>Alberghi & Ristoranti di Quattroruote.</div>';

document.write(desc);
}
