
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>Where do you want to go?'
cText += '<option value="gadhome/aegina/index.html">Aegina'
cText += '<option value="gadhome/agistri/index.html">Agistri'
cText += '<option value="gadhome/alonissos/index.html">Alonissos'
cText += '<option value="gadhome/amorgos/index.html">Amorgos'
cText += '<option value="gadhome/anafi1.html">Anafi'
cText += '<option value="gadhome/andros/index.html">Andros'
cText += '<option value="gadhome/astypalea/index.html">Astypalea'
cText += '<option value="gadhome/athens/index.html">Athens'
cText += '<option value="gadhome/centralnorth/index.html">Central & North Greece'
cText += '<option value="gadhome/chalkidiki/index.html">Chalkidiki'
cText += '<option value="gadhome/chios/index.html">Chios'
cText += '<option value="gadhome/corfu/index.html">Corfu'
cText += '<option value="gadhome/crete/index.html">Crete'
cText += '<option value="gadhome/elafonisi/elafonisi_hotels.html">Elafonisos'
cText += '<option value="gadhome/folegandros/index.html">Folegandros'
cText += '<option value="gadhome/hydraindex.html">Hydra'
cText += '<option value="gadhome/ikaria/index.html">Ikaria'
cText += '<option value="gadhome/ios/index.html">Ios'
cText += '<option value="gadhome/ithaki/index.html">Ithaki'
cText += '<option value="gadhome/kalymnos/index.html">Kalymnos'
cText += '<option value="gadhome/karpathos/index.html">Karpathos'
cText += '<option value="gadhome/kefalonia/index.html">Kefalonia'
cText += '<option value="gadhome/kos/index.html">Kos'
cText += '<option value="gadhome/koufonisia/index.html">Koufonissia'
cText += '<option value="gadhome/kythira/kythira_greece.html">Kythira'
cText += '<option value="gadhome/kithnos/index.html">Kythnos'
cText += '<option value="gadhome/lefkas/index.html">Lefkas'
cText += '<option value="gadhome/lemnos/index.html">Lemnos'
cText += '<option value="gadhome/leros/index.html">Leros'
cText += '<option value="gadhome/lesvos/index.html">Lesvos'
cText += '<option value="gadhome/lipsi/index.html">Lipsi'
cText += '<option value="gadhome/milos/index.html">Milos'
cText += '<option value="gadhome/mykonos/index.html">Mykonos'
cText += '<option value="gadhome/naxos/index.html">Naxos'
cText += '<option value="gadhome/nissyros1.html">Nissyros'
cText += '<option value="gadhome/paros/index.html">Paros'
cText += '<option value="gadhome/patmos/index.html">Patmos'
cText += '<option value="gadhome/paxos/index.html">Paxos'
cText += '<option value="gadhome/peloponese/index.html">Peloponese'
cText += '<option value="gadhome/poros/index.html">Poros'
cText += '<option value="gadhome/rhodes/index.html">Rhodes'
cText += '<option value="gadhome/samos/index.html">Samos'
cText += '<option value="gadhome/santorini/index.html">Santorini'
cText += '<option value="gadhome/serifos/index.html">Serifos'
cText += '<option value="gadhome/sifnos/index.html">Sifnos'
cText += '<option value="gadhome/sikinos/index.html">Sikinos'
cText += '<option value="gadhome/skiathos/index.html">Skiathos'
cText += '<option value="gadhome/skopelos/index.html">Skopelos'
cText += '<option value="gadhome/skyros/index.html">Skyros'
cText += '<option value="gadhome/spetses/index.html">Spetses'
cText += '<option value="gadhome/symi/index.html">Symi'
cText += '<option value="gadhome/syros/index.html">Syros'
cText += '<option value="gadhome/thassos/index.html">Thassos'
cText += '<option value="gadhome/thessaloniki/index.html">Thessaloniki'
cText += '<option value="gadhome/tilos1.html">Tilos'
cText += '<option value="gadhome/tinos/index.html">Tinos'
cText += '<option value="gadhome/zakynthos/index.html">Zakynthos (Zante)'
cText += '</select>'
cText += '</form>'
document.write(cText) 

