
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 Hydra !'
cText += '<option value="javascript:void()" style="background:white;color:navy;font-family:Tahoma,Trebuchet,Arial">---A Class (4 stars) hotels---'
cText += '<option value="hydra-summer_bratsera.html">Bratsera'
cText += '<option value="javascript:void()" style="background:white;color:navy;font-family:Tahoma,Trebuchet,Arial">---B Class (3 stars) hotels---'
cText += '<option value="hydra-summer_angelica.html">Angelica'
cText += '<option value="hydra-summer_hydra.html">Hydra'
cText += '<option value="hydra-summer_hydroussa.html">Hydroussa'
cText += '<option value="hydra-summer_ippokambos.html">Ippokambos'
cText += '<option value="hydra-summer_mistral.html">Mistral'
cText += '</select>'
cText += '</form>'
document.write(cText) 

