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.en.htm"><img src="../img/menu/benvenuti_en.jpg" width="146" height="31" border="0" onMouseOver="butOnOff(this)" onMouseOut="butOnOff(this)" alt="Welcome"></a></TD></TR>' +
	'<TR><TD ROWSPAN="1" COLSPAN="1" HEIGHT="31" WIDTH="146"><a href="alloggio.en.htm"><img src="../img/menu/alloggio_en.jpg" width="146" height="31" border="0" onMouseOver="butOnOff(this)" onMouseOut="butOnOff(this)" alt="Rooms"></a></TD></TR>' +
        '<TR><TD ROWSPAN="1" COLSPAN="1" HEIGHT="31" WIDTH="146"><a href="ristorante.en.htm"><IMG SRC="../img/menu/ristorante_en.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.en.htm"><IMG SRC="../img/menu/benessere_en.jpg" WIDTH="146" HEIGHT="31" BORDER="0" onMouseOver="butOnOff(this)" onMouseOut="butOnOff(this)" alt="Wellness"></a></TD></TR>' +
        '<TR><TD ROWSPAN="1" COLSPAN="1" HEIGHT="31" WIDTH="146"><IMG SRC="../img/menu/sport_en.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.en.htm"><IMG SRC="../img/menu/convegni_en.jpg" WIDTH="146" HEIGHT="31" BORDER="0" onMouseOver="butOnOff(this)" onMouseOut="butOnOff(this)" alt="Meetings"></a></TD></TR>' +
        '<TR><TD ROWSPAN="1" COLSPAN="1" HEIGHT="31" WIDTH="146"><a href="listini.en.htm"><IMG SRC="../img/menu/listini_en.jpg" WIDTH="146" HEIGHT="31" BORDER="0" onMouseOver="butOnOff(this)" onMouseOut="butOnOff(this)" alt="Rates"></a></TD></TR>' +
        '<TR><TD ROWSPAN="1" COLSPAN="1" HEIGHT="31" WIDTH="146"><a href="prenotazioni.en.htm"><IMG SRC="../img/menu/prenotazioni_en.jpg" WIDTH="146" HEIGHT="31" BORDER="0" onMouseOver="butOnOff(this)" onMouseOut="butOnOff(this)" alt="Bookings"></a></TD></TR>' +
        '<TR><TD ROWSPAN="1" COLSPAN="1" HEIGHT="31" WIDTH="146"><a href="indicazioni.en.htm"><IMG SRC="../img/menu/indicazioni_en.jpg" WIDTH="146" HEIGHT="31" BORDER="0" onMouseOver="butOnOff(this)" onMouseOut="butOnOff(this)" alt="Directions"></a></TD></TR>' +
        '<TR><TD ROWSPAN="1" COLSPAN="1" HEIGHT="31" WIDTH="146"><IMG SRC="../img/menu/dintorni_en.jpg" WIDTH="146" HEIGHT="31" BORDER="0" onMouseOver="butOnOff(this)" onMouseOut="butOnOff(this)" alt="Garda and Surroundings"></TD></TR>' +
        '<TR><TD ROWSPAN="1" COLSPAN="1" HEIGHT="36" WIDTH="146"><a href="offerte.en.htm"><IMG SRC="../img/menu/offerte_en.jpg" WIDTH="146" HEIGHT="36" BORDER="0" onMouseOver="butOnOff(this)" onMouseOut="butOnOff(this)" alt="Special Offers"></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">Welcome ! </div>' +
	'<div id="DescAlloggio" class="descMenu" style="display:none">Confortable, elegant, great attention to detail...</div>' +
	'<div id="DescRistorante"  class="descMenu" style="display:none">Truly delicious food... </div>' +
	'<div id="DescBenessere"  class="descMenu" style="display:none">Bring harmony to both mind and body in the relaxing spa. </div>' +
	'<div id="DescSport"  class="descMenu" style="display:none">A dip in the pool, a game of tennis, a round of golf...</div>' +
	'<div id="DescConvegni"  class="descMenu" style="display:none">For your businnes meetings</div>' +
	'<div id="DescListini"  class="descMenu" style="display:none">Our price list.</div>' +
	'<div id="DescPrenotazioni"  class="descMenu" style="display:none">The easiest way to send your booking or information request</div>' +
	'<div id="DescIndicazioni"  class="descMenu" style="display:none">This is how you reach us.</div>' +
	'<div id="DescDintorni"  class="descMenu" style="display:none">What to see and do, sports, culture.</div>' +
	'<div id="DescOfferte"  class="descMenu" style="display:none">Our special offers for the current season.</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);
}
