
var cText = ''
cText += '<form>'
cText += '<select style="background:white;color:0033FF;font-family:Tahoma,Trebuchet,Arial" onChange="if(this.selectedIndex!=0) self.location=this.options[this.selectedIndex].value" SIZE="1">'
cText += '<option value="" selected>* Scegliete il vostro alloggio ad Atene !'
cText += '<option value="javascript:void()" style="background:white;color:navy;font-family:Tahoma,Trebuchet,Arial">---Categoria L (5 stelle) alberghi---'
cText += '<option value="athens_hotels_andromeda.html">Andromeda'
cText += '<option value="athens_hotels_athenaeum_intercontinental.html">Intercontinental'
cText += '<option value="athens_hotels_athenian_callirhoe.html">Athenian Callirhoe'
cText += '<option value="athens_hotels_holiday_inn.html">Holiday Inn' 
cText += '<option value="athens_hotels_divani_palace_acropolis.html">Divani Palace Acropolis'
cText += '<option value="athens_hotels_grande_bretagne.html">Grande Bretagne'
cText += '<option value="athens_hotels_electra_palace.html">Electra Palace'
cText += '<option value="athens_hotels_njv_athens_plaza.html">NJV Athens Plaza'
cText += '<option value="athens_hotels_hilton.html">Hilton'
cText += '<option value="athens_hotels_ledra_marriott.html">Ledra Marriott' 
cText += '<option value="athens_hotels_metropolitan.html">Metropolitan Capsis'
cText += '<option value="athens_hotels_park.html">Park'
cText += '<option value="athens_hotels_royal_olympic.html">Royal Olympic'
cText += '<option value="athens_hotels_saint_george_lycabettus.html">Saint George Lycabettus'
cText += '<option value="athens_airport_hotels_athens_sofitel.html">Athens Airport Sofitel'
cText += '<option value="javascript:void()" style="background:white;color:navy;font-family:Tahoma,Trebuchet,Arial">---Categoria A (4 stelle) alberghi---'
cText += '<option value="athens_hotels_alexandros.html">Alexandros'
cText += '<option value="athens_hotels_amalia.html">Amalia'
cText += '<option value="athens_hotels_astor.html">Astor'
cText += '<option value="athens_hotels_athens_acropol.html">Grecotel Athens Acropol'
cText += '<option value="athens_hotels_athens_electra.html">Electra'
cText += '<option value="athens_beach_hotels_emmantina.html">Emmantina Athens Coast area'
cText += '<option value="athens_beach_hotels_fenix.html">Fenix Athens Coast area'
cText += '<option value="athens_hotels_esperia_palace.html">Esperia Palace'
cText += '<option value="athens_hotels_herodion.html">Herodion'
cText += '<option value="athens_hotels_jason.html">Jason Prime'
cText += '<option value="athens_hotels_novotel_athenes.html">Novotel Athenes'
cText += '<option value="athens_hotels_olympic_palace.html">Olympic Palace'
cText += '<option value="athens_hotels_grecotel_omonia_grand.html">Grecotel Omonia Grand'
cText += '<option value="athens_beach_hotels_palmyra.html">Palmyra Athens Coast area'
cText += '<option value="athens_hotels_parthenon.html">Parthenon'
cText += '<option value="athens_hotels_president.html">President'
cText += '<option value="athens_hotels_stanley.html">Stanley'
cText += '<option value="athens_hotels_titania.html">Titania'
cText += '<option value="athens_hotels_zafolia.html">Zafolia'
cText += '<option value="javascript:void()" style="background:white;color:navy;font-family:Tahoma,Trebuchet,Arial">---Categoria B (3 stelle) alberghi---'
cText += '<option value="athens_hotels_achilleas.html">Achilleas'
cText += '<option value="athens_hotels_adrian.html">Adrian'
cText += '<option value="athens_hotels_alasia.html">Alasia'
cText += '<option value="athens_hotels_athens_centre.html">Athens Centre'
cText += '<option value="athens_hotels_athens_gate.html">Athens Gate'
cText += '<option value="athens_hotels_athens_cypria.html">Athens Cypria'
cText += '<option value="athens_hotels_acropolis_select.html">Acropolis Select'
cText += '<option value="athens_hotels_arethusa.html">Arethusa'
cText += '<option value="athens_hotels_candia.html">Candia'
cText += '<option value="athens_hotels_dorian_inn.html">Dorian Inn'
cText += '<option value="athens_hotels_grand.html">Grand'
cText += '<option value="athens_hotels_hermes.html">Hermes'
cText += '<option value="athens_hotels_ilisia.html">Ilisia'
cText += '<option value="athens_hotels_ionis.html">Ionis'
cText += '<option value="athens_hotels_jason_inn.html">Jason Inn'
cText += '<option value="athens_hotels_king_jason.html">King Jason'
cText += '<option value="athens_hotels_philippos.html">Philippos'
cText += '<option value="athens_hotels_plaka.html">Plaka'
cText += '<option value="athens_hotels_plaza.html">Plaza'
cText += '<option value="athens_hotels_pythagorion.html">Pythagorion'
cText += '<option value="javascript:void()" style="background:white;color:navy;font-family:Tahoma,Trebuchet,Arial">---Categoria C (2 stelle) alberghi---'
cText += '<option value="athens_hotels_amaryllis.html">Amaryllis'
cText += '<option value="athens_hotels_attalos.html">Attalos'
cText += '<option value="athens_hotels_filoxenia.html">Filoxenia'
cText += '<option value="athens_hotels_hera.html">Hera'
cText += '<option value="javascript:void()" style="background:white;color:navy;font-family:Tahoma,Trebuchet,Arial">---Appartamenti ad Atene---'
cText += '<option value="athens_apartments_oneiro.html">Oneiro Apartments'
cText += '</select>'
cText += '</form>'
document.write(cText) 

