
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 AGISTRI !'
cText += '<option value="javascript:void()" style="background:white;color:navy;font-family:Tahoma,Trebuchet,Arial">---Hotels and Apartments in Agistri---'
cText += '<option value="agistri_hotel_andreas.html">Andreas Hotel'
cText += '<option value="hotel_agistri_club.html">Agistri Club Hotel'
cText += '<option value="agistri_scala_beach.html">Scala Beach Hotel'
cText += '</select>'
cText += '</form>'
document.write(cText) 

