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.de.htm"><img src="../img/menu/benvenuti_de.jpg" width="146" height="31" border="0" onMouseOver="butOnOff(this)" onMouseOut="butOnOff(this)" alt="Wilkommen"></a></TD></TR>' +
	'<TR><TD ROWSPAN="1" COLSPAN="1" HEIGHT="31" WIDTH="146"><a href="alloggio.de.htm"><img src="../img/menu/alloggio_de.jpg" width="146" height="31" border="0" onMouseOver="butOnOff(this)" onMouseOut="butOnOff(this)" alt="Zimmer"></a></TD></TR>' +
        '<TR><TD ROWSPAN="1" COLSPAN="1" HEIGHT="31" WIDTH="146"><a href="ristorante.de.htm"><IMG SRC="../img/menu/ristorante_de.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.de.htm"><IMG SRC="../img/menu/benessere_de.jpg" WIDTH="146" HEIGHT="31" BORDER="0" onMouseOver="butOnOff(this)" onMouseOut="butOnOff(this)" alt="Vitalit\u00E4t"></a></TD></TR>' +
        '<TR><TD ROWSPAN="1" COLSPAN="1" HEIGHT="31" WIDTH="146"><IMG SRC="../img/menu/sport_de.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.de.htm"><IMG SRC="../img/menu/convegni_de.jpg" WIDTH="146" HEIGHT="31" BORDER="0" onMouseOver="butOnOff(this)" onMouseOut="butOnOff(this)" alt="Konferenz"></a></TD></TR>' +
        '<TR><TD ROWSPAN="1" COLSPAN="1" HEIGHT="31" WIDTH="146"><a href="listini.de.htm"><IMG SRC="../img/menu/listini_de.jpg" WIDTH="146" HEIGHT="31" BORDER="0" onMouseOver="butOnOff(this)" onMouseOut="butOnOff(this)" alt="Preisen"></a></TD></TR>' +
        '<TR><TD ROWSPAN="1" COLSPAN="1" HEIGHT="31" WIDTH="146"><a href="prenotazioni.de.htm"><IMG SRC="../img/menu/prenotazioni_de.jpg" WIDTH="146" HEIGHT="31" BORDER="0" onMouseOver="butOnOff(this)" onMouseOut="butOnOff(this)" alt="Buchen"></a></TD></TR>' +
        '<TR><TD ROWSPAN="1" COLSPAN="1" HEIGHT="31" WIDTH="146"><a href="indicazioni.de.htm"><IMG SRC="../img/menu/indicazioni_de.jpg" WIDTH="146" HEIGHT="31" BORDER="0" onMouseOver="butOnOff(this)" onMouseOut="butOnOff(this)" alt="Anfahrt"></a></TD></TR>' +
        '<TR><TD ROWSPAN="1" COLSPAN="1" HEIGHT="31" WIDTH="146"><IMG SRC="../img/menu/dintorni_de.jpg" WIDTH="146" HEIGHT="31" BORDER="0" onMouseOver="butOnOff(this)" onMouseOut="butOnOff(this)" alt="Garda  und Umgebung"></TD></TR>' +
        '<TR><TD ROWSPAN="1" COLSPAN="1" HEIGHT="36" WIDTH="146"><a href="offerte.de.htm"><IMG SRC="../img/menu/offerte_de.jpg" WIDTH="146" HEIGHT="36" BORDER="0" onMouseOver="butOnOff(this)" onMouseOut="butOnOff(this)" alt="Spezielles Angebot"></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">Benvenuti... </div>'+
	'<div id="DescAlloggio" class="descMenu" style="display:none">Komfort, Eleganz, und Liebe zum Detail... </div>'+
	'<div id="DescRistorante"  class="descMenu" style="display:none">Gaumensunden... </div>'+
	'<div id="DescBenessere"  class="descMenu" style="display:none">Gönnen Sie sich Momente absoluten Wohlbefindens in einerOase der Entspannung für Geist und Seele. </div>'+
	'<div id="DescSport"  class="descMenu" style="display:none">Eine Sprung in der Pool, ein Tennismatch, oder eine Partie Golf...die idealen Möglichkeiten gleichzeitig Spass zu haben und sich fitt zu hatten.</div>'+
	'<div id="DescConvegni"  class="descMenu" style="display:none">Unseren Service und unsere Vorschlage für einen bequemen und effizienten Ablauf von Meetings  und ZusammenKünften.</div>'+
	'<div id="DescListini"  class="descMenu" style="display:none">Unsere Tarife.</div>'+
	'<div id="DescPrenotazioni"  class="descMenu" style="display:none">Der einfachste und schnellste Weg bei uns zu buchen oder informationen zu erhalten.</div>'+
	'<div id="DescIndicazioni"  class="descMenu" style="display:none">Ecco la strada pi&ugrave; semplice per raggiungerci.</div>'+
	'<div id="DescDintorni"  class="descMenu" style="display:none">Cosa fare e vedere, sport, cultura...</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);
}
