
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 Crete !'
cText += '<option value="javascript:void()" style="background:white;color:navy;font-family:Tahoma,Trebuchet,Arial">---Recommended accommodations in Crete---'
cText += '<option value="villa_polichna_crete.html">Villa Polichna'
cText += '<option value="villa_ariadni_crete.html">Private Villa Ariadni'
cText += '<option value="crete_chania_lefka.html">Lefka Studios and Apartments'
cText += '<option value="javascript:void()" style="background:white;color:navy;font-family:Tahoma,Trebuchet,Arial">---Deluxe (5 stars) hotels---'
cText += '<option value="crete-hotels_anabelle.html">Anabelle Hotel'
cText += '<option value="crete-hotels_atlantis.html">Atlantis Hotel'
cText += '<option value="crete-hotels_candiamaris.html">Candia Maris Hotel'
cText += '<option value="crete-hotels_knossosroyal.html">Knossos Royal Village'
cText += '<option value="crete-hotels_royalmarevillage.html">Royal Mare Village Bungalows'
cText += '<option value="javascript:void()" style="background:white;color:navy;font-family:Tahoma,Trebuchet,Arial">---A Class (4 stars) hotels---'
cText += '<option value="crete-hotels_aktizeus.html">Akti Zeus Hotel'
cText += '<option value="crete-hotels_astoria.html">Astoria Hotel'
cText += '<option value="crete-hotels_casadelfino.html">Casa Delfino Hotel'
cText += '<option value="crete-hotels_galaxy.html">Galaxy Hotel'
cText += '<option value="crete-hotels_hermes.html">Hermes Hotel'
cText += '<option value="crete-hotels_kydon.html">Kydon Hotel'
cText += '<option value="crete-hotels_mythos.html">Mythos Suites Hotel'
cText += '<option value="crete-hotels_silvamaris.html">Silva Maris Hotel'
cText += '<option value="crete-hotels_spiliavillage.html">Spillia Village Hotel'
cText += '<option value="crete-hotels_venetosuites.html">Veneto Suites Hotel'
cText += '<option value="javascript:void()" style="background:white;color:navy;font-family:Tahoma,Trebuchet,Arial">---B Class (3 stars) hotels---'
cText += '<option value="crete-hotels_akali.html">Akali Hotel'
cText += '<option value="crete-hotels_arkadi.html">Arkadi Hotel'
cText += '<option value="crete-hotels_coral.html">Coral Hotel'
cText += '<option value="crete-hotels_kriti.html">Kriti Hotel'
cText += '<option value="crete-hotels_kyma.html">Kyma Hotel'
cText += '<option value="crete-hotels_lato.html">Lato Hotel'
cText += '<option value="crete-hotels_minoa.html">Minoa Hotel'
cText += '<option value="crete-hotels_olympic.html">Olympic'
cText += '<option value="javascript:void()" style="background:white;color:navy;font-family:Tahoma,Trebuchet,Arial">---C Class (2 stars) hotels---'
cText += '<option value="crete-hotels_castello.html">Castello Hotel'
cText += '<option value="crete-hotels_irini.html">Irinni Hotel'
cText += '</select>'
cText += '</form>'
document.write(cText) 

