function setOptions(o) { var select2 = document.selectdestination.destination; select2.options.length = 0; select2.options[select2.options.length] = new Option('-- Bestemming --') if(o == "760") { select2.options[select2.options.length] = new Option('Berlijn','767'); select2.options[select2.options.length] = new Option('Weimar','801'); } else if(o == "136") { select2.options[select2.options.length] = new Option('Bexhill','315'); select2.options[select2.options.length] = new Option('Eastbourne','316'); select2.options[select2.options.length] = new Option('Hastings','137'); select2.options[select2.options.length] = new Option('London','317'); select2.options[select2.options.length] = new Option('Oxford','770'); } else if(o == "761") { select2.options[select2.options.length] = new Option('Parijs','766'); } else if(o == "758") { select2.options[select2.options.length] = new Option('Dublin','759'); } else if(o == "765") { } else if(o == "763") { } else if(o == "319") { select2.options[select2.options.length] = new Option('Edinburgh','322'); select2.options[select2.options.length] = new Option('Perth','320'); select2.options[select2.options.length] = new Option('Stirling','321'); } else if(o == "764") { } else if(o == "762") { } else { select2.options[select2.options.length] = new Option('Berlijn','0'); select2.options[select2.options.length] = new Option('Bexhill','1'); select2.options[select2.options.length] = new Option('Dublin','2'); select2.options[select2.options.length] = new Option('Eastbourne','3'); select2.options[select2.options.length] = new Option('Edinburgh','4'); select2.options[select2.options.length] = new Option('Hastings','5'); select2.options[select2.options.length] = new Option('London','6'); select2.options[select2.options.length] = new Option('Oxford','7'); select2.options[select2.options.length] = new Option('Parijs','8'); select2.options[select2.options.length] = new Option('Perth','9'); select2.options[select2.options.length] = new Option('Stirling','10'); select2.options[select2.options.length] = new Option('Weimar','11'); }select2.focus() }