
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 Aegina !'
cText += '<option value="javascript:void()" style="background:white;color:navy;font-family:Tahoma,Trebuchet,Arial">---B Class (3 stars) hotels---'
cText += '<option value="aegina-summer_apollo.html">Apollo hotel'
cText += '<option value="aegina-summer_danae.html">Danae hotel'
cText += '<option value="aegina-summer_hotelkaterina.html">Katerina hotel'
cText += '<option value="aegina-summer_moondybay.html">Moondy bay hotel'
cText += '<option value="aegina_hotel_venetia.html">Venetia hotel'
cText += '<option value="javascript:void()" style="background:white;color:navy;font-family:Tahoma,Trebuchet,Arial">---C Class (2 stars) hotels---'
cText += '<option value="aegina-summer_galini.html">Galini hotel'
cText += '<option value="aegina_hotel_karras.html">Karras hotel'
cText += '<option value="aegina-summer_klonos.html">Klonos Anna hotel'
cText += '<option value="aegina-summer_magda.html">Magda hotel'
cText += '<option value="javascript:void()" style="background:white;color:navy;font-family:Tahoma,Trebuchet,Arial">---Apartments in Aegina---'
cText += '<option value="aegina-summer_esperides.html">Esperides Maisonettes'
cText += '<option value="venetia_studios_aegina.html">Venetia Studios'
cText += '</select>'
cText += '</form>'
document.write(cText) 

