
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>* Choose a hotel in Alonissos !'
cText += '<option value="javascript:void()" style="background:white;color:navy;font-family:Tahoma,Trebuchet,Arial">---recommended places to stay in Alonissos---'
cText += '<option value="alonissos_villa_galini_hotel.html">Villa Galini in Patitiri'
cText += '<option value="alonissos_marpunta_village.html">Marpunta Village in Marpunda'
cText += '<option value="alonissos_milia_bay_apartments.html">Milia Bay Apartments in Milia Bay'
cText += '<option value="javascript:void()" style="background:white;color:navy;font-family:Tahoma,Trebuchet,Arial">---The rest---'
cText += '<option value="alonissos-summer_gorgona.html">Gorgona'
cText += '<option value="alonissos-summer_haravghi.html">Haravghi'
cText += '<option value="alonissos-summer_paradise.html">Paradise'
cText += '<option value="alonissos-summer_apartmentsnereides.html">Nereides Apartments'
cText += '</select>'
cText += '</form>'
document.write(cText) 

