
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 where to stay in Kefalonia !'
cText += '<option value="javascript:void()" style="background:white;color:navy;font-family:Tahoma,Trebuchet,Arial">---SVORONATA AREA---'
cText += '<option value="astra_village_cephalonia.html">Astra Village Hotel and Apartments'
cText += '<option value="irinna_hotel_kefalonia.html">Irinna Hotel'
cText += '<option value="javascript:void()" style="background:white;color:navy;font-family:Tahoma,Trebuchet,Arial">---VLACHATA and LOURDAS AREA---'
cText += '<option value="little_buckland_villa.html">Little Buckland Villa Apartment'
cText += '<option value="javascript:void()" style="background:white;color:navy;font-family:Tahoma,Trebuchet,Arial">---SPARTIA AREA---'
cText += '<option value="panas_hotel_kefalonia.html">Panas Hotel'
cText += '<option value="javascript:void()" style="background:white;color:navy;font-family:Tahoma,Trebuchet,Arial">---LIXOURI AREA---'
cText += '<option value="terra_mare_cephalonia.html">Terra Mare Hotel Bungalows'
cText += '</select>'
cText += '</form>'
document.write(cText) 

