<!--
function go_to_station(){
        if (document.stationform.stationselect.options[0].selected){
                window.location.href = "http://www.tkqlhce.com/click-1966072-10292956?sid=Keffalonia+resort+Katelios+hotels&url=http://www.thomson.co.uk/destinations/europe/greece/kefalonia/katelios/apartments/albouro-apartments.html";} 
        else if (document.stationform.stationselect.options[1].selected)                
        {       window.location.href = "http://www.tkqlhce.com/click-1966072-10292956?sid=Keffalonia+resort+Katelios+hotels&url=http://www.thomson.co.uk/destinations/europe/greece/kefalonia/katelios/apartments/galini-apartments.html";}
        else if (document.stationform.stationselect.options[2].selected)                
        {       window.location.href = "http://www.tkqlhce.com/click-1966072-10292956?sid=Keffalonia+resort+Katelios+hotels&url=http://www.thomson.co.uk/destinations/europe/greece/kefalonia/katelios/apartments/irini-apartments.html";}   
        else if (document.stationform.stationselect.options[3].selected)                
        {       window.location.href = "http://www.tkqlhce.com/click-1966072-10292956?sid=Keffalonia+resort+Katelios+hotels&url=http://www.thomson.co.uk/destinations/europe/greece/kefalonia/katelios/villas/katelios-bayview-house.html";}    
        else if (document.stationform.stationselect.options[4].selected)                
        {       window.location.href = "http://www.tkqlhce.com/click-1966072-10292956?sid=Keffalonia+resort+Katelios+hotels&url=http://www.thomson.co.uk/destinations/europe/greece/kefalonia/katelios/villas/villa-thymari-and-orchidea.html";}   
         else if (document.stationform.stationselect.options[5].selected)                
        {       window.location.href = "http://www.tkqlhce.com/click-1966072-10292956?sid=Keffalonia+resort+Katelios+hotels&url=http://www.thomson.co.uk/destinations/europe/greece/kefalonia/katelios/villas/villas-anemoni-and-cyclamino.html";}   
          else if (document.stationform.stationselect.options[6].selected)                
        {       window.location.href = "http://www.tkqlhce.com/click-1966072-10292956?sid=Keffalonia+resort+Katelios+hotels&url=http://www.thomson.co.uk/destinations/europe/greece/kefalonia/katelios/villas/villas-orchidea-and-thymari.html";}   
          
        return true;    
        }

function textValue(){   
        var stationInteger, stationString       
        stationInteger=document.stationform.stationselect.selectedIndex 
        stationString=document.stationform.stationselect.options[stationInteger].text   
        document.stationform.stationtext.value = "Go to " + stationString +"!"  }

//-->

