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.it.htm"><img src="../img/menu/benvenuti.jpg" width="146" height="31" border="0" onMouseOver="butOnOff(this)" onMouseOut="butOnOff(this)" alt="Copertina"></a></TD></TR>' +
	'<TR><TD ROWSPAN="1" COLSPAN="1" HEIGHT="31" WIDTH="146"><a href="alloggio.it.htm"><img src="../img/menu/alloggio.jpg" width="146" height="31" border="0" onMouseOver="butOnOff(this)" onMouseOut="butOnOff(this)" alt="Alloggio"></a></TD></TR>' +
        '<TR><TD ROWSPAN="1" COLSPAN="1" HEIGHT="31" WIDTH="146"><a href="ristorante.it.htm"><IMG SRC="../img/menu/ristorante.jpg" WIDTH="146" HEIGHT="31" BORDER="0" onMouseOver="butOnOff(this)" onMouseOut="butOnOff(this)" alt="Ristorante"></a></TD></TR>' +
        '<TR><TD ROWSPAN="1" COLSPAN="1" HEIGHT="31" WIDTH="146"><a href="benessere.it.htm"><IMG SRC="../img/menu/benessere.jpg" WIDTH="146" HEIGHT="31" BORDER="0" onMouseOver="butOnOff(this)" onMouseOut="butOnOff(this)" alt="Benessere"></a></TD></TR>' +
        '<TR><TD ROWSPAN="1" COLSPAN="1" HEIGHT="31" WIDTH="146"><IMG SRC="../img/menu/sport.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.it.htm"><IMG SRC="../img/menu/convegni.jpg" WIDTH="146" HEIGHT="31" BORDER="0" onMouseOver="butOnOff(this)" onMouseOut="butOnOff(this)" alt="Convegni"></a></TD></TR>' +
        '<TR><TD ROWSPAN="1" COLSPAN="1" HEIGHT="31" WIDTH="146"><a href="listini.it.htm"><IMG SRC="../img/menu/listini.jpg" WIDTH="146" HEIGHT="31" BORDER="0" onMouseOver="butOnOff(this)" onMouseOut="butOnOff(this)" alt="Listino"></a></TD></TR>' +
        '<TR><TD ROWSPAN="1" COLSPAN="1" HEIGHT="31" WIDTH="146"><a href="prenotazioni.it.htm"><IMG SRC="../img/menu/prenotazioni.jpg" WIDTH="146" HEIGHT="31" BORDER="0" onMouseOver="butOnOff(this)" onMouseOut="butOnOff(this)" alt="Prenotazioni"></a></TD></TR>' +
        '<TR><TD ROWSPAN="1" COLSPAN="1" HEIGHT="31" WIDTH="146"><a href="indicazioni.it.htm"><IMG SRC="../img/menu/indicazioni.jpg" WIDTH="146" HEIGHT="31" BORDER="0" onMouseOver="butOnOff(this)" onMouseOut="butOnOff(this)" alt="Indicazioni stradali"></a></TD></TR>' +
        '<TR><TD ROWSPAN="1" COLSPAN="1" HEIGHT="31" WIDTH="146"><IMG SRC="../img/menu/dintorni.jpg" WIDTH="146" HEIGHT="31" BORDER="0" onMouseOver="butOnOff(this)" onMouseOut="butOnOff(this)" alt="Garda e dintorni"></TD></TR>' +
        '<TR><TD ROWSPAN="1" COLSPAN="1" HEIGHT="36" WIDTH="146"><a href="offerte.it.htm"><IMG SRC="../img/menu/offerte.jpg" WIDTH="146" HEIGHT="36" BORDER="0" onMouseOver="butOnOff(this)" onMouseOut="butOnOff(this)" alt="Offerte speciali"></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">Comfort, eleganza e cura dei particolari... </div>'+
      	'<div id="DescRistorante"  class="descMenu" style="display:none">I peccati di gola... </div>'+
        '<div id="DescBenessere"  class="descMenu" style="display:none">Regalati momenti di assoluto benessere in un\'oasi di relax per il corpo e per lo spirito. </div>'+
      	'<div id="DescSport"  class="descMenu" style="display:none">Un tuffo in piscina, una partita a tennis o una sfida sui campi da golf... ecco tutte le possibilità per divertirti e rimetterti in forma.</div>'+
        '<div id="DescConvegni"  class="descMenu" style="display:none">I nostri servizi e le nostre proposte per permetterti di ottenere incontri e riunioni comode, efficienti e naturalmente piacevoli</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">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);
}
