
        function changeAirportsFromDestinations(airportDropdownName, destinationDropdownName) {
            airSelect = document.getElementById(airportDropdownName);
            destSelect = document.getElementById(destinationDropdownName);
            airport = airSelect.options[airSelect.selectedIndex].value;
            destination = destSelect.options[destSelect.selectedIndex].value;
            if (airSelect.removeChild) {
               while(airSelect.hasChildNodes()) {
                   airSelect.removeChild(airSelect.firstChild);
               }
            }
            switch (destination)
            {
            case "ALGARVE":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('London Gatwick','LGW');
                airSelect.options[2] = new Option('Manchester','MAN');
                    break
            case "ANTIGUA":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('London Gatwick','LGW');
                    break
            case "BARBADOS":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('London Gatwick','LGW');
                    break
            case "BULGARIA":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('London Gatwick','LGW');
                    break
            case "CORFU":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('Belfast','BFS');
                airSelect.options[2] = new Option('Birmingham','BHX');
                airSelect.options[3] = new Option('Bristol','BRS');
                airSelect.options[4] = new Option('East Midlands','EMA');
                airSelect.options[5] = new Option('Glasgow International','GLA');
                airSelect.options[6] = new Option('London Gatwick','LGW');
                airSelect.options[7] = new Option('Manchester','MAN');
                airSelect.options[8] = new Option('Newcastle','NCL');
                    break
            case "COSTA BLANCA":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('Glasgow International','GLA');
                airSelect.options[2] = new Option('London Gatwick','LGW');
                airSelect.options[3] = new Option('Manchester','MAN');
                    break
            case "COSTA DEL SOL":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('London Gatwick','LGW');
                airSelect.options[2] = new Option('Manchester','MAN');
                    break
            case "CRETE":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('Belfast','BFS');
                airSelect.options[2] = new Option('Birmingham','BHX');
                airSelect.options[3] = new Option('Bristol','BRS');
                airSelect.options[4] = new Option('East Midlands','EMA');
                airSelect.options[5] = new Option('Glasgow International','GLA');
                airSelect.options[6] = new Option('London Gatwick','LGW');
                airSelect.options[7] = new Option('Manchester','MAN');
                    break
            case "CYPRUS":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('Birmingham','BHX');
                airSelect.options[2] = new Option('Bristol','BRS');
                airSelect.options[3] = new Option('East Midlands','EMA');
                airSelect.options[4] = new Option('Glasgow International','GLA');
                airSelect.options[5] = new Option('London Gatwick','LGW');
                airSelect.options[6] = new Option('London Luton','LTN');
                airSelect.options[7] = new Option('Manchester','MAN');
                airSelect.options[8] = new Option('Newcastle','NCL');
                    break
            case "EGYPT":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('Birmingham','BHX');
                airSelect.options[2] = new Option('Bristol','BRS');
                airSelect.options[3] = new Option('East Midlands','EMA');
                airSelect.options[4] = new Option('London Gatwick','LGW');
                airSelect.options[5] = new Option('London Luton','LTN');
                airSelect.options[6] = new Option('Manchester','MAN');
                    break
            case "FUERTEVENTURA":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('London Gatwick','LGW');
                airSelect.options[2] = new Option('Manchester','MAN');
                    break
            case "GRAN CANARIA":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('Glasgow International','GLA');
                airSelect.options[2] = new Option('London Gatwick','LGW');
                airSelect.options[3] = new Option('Manchester','MAN');
                    break
            case "ANY-Greece":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('Belfast','BFS');
                airSelect.options[2] = new Option('Birmingham','BHX');
                airSelect.options[3] = new Option('Bristol','BRS');
                airSelect.options[4] = new Option('East Midlands','EMA');
                airSelect.options[5] = new Option('Glasgow International','GLA');
                airSelect.options[6] = new Option('London Gatwick','LGW');
                airSelect.options[7] = new Option('Manchester','MAN');
                airSelect.options[8] = new Option('Newcastle','NCL');
                    break
            case "GRENADA":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('London Gatwick','LGW');
                    break
            case "KEFALONIA":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('Bristol','BRS');
                airSelect.options[2] = new Option('East Midlands','EMA');
                airSelect.options[3] = new Option('London Gatwick','LGW');
                airSelect.options[4] = new Option('Manchester','MAN');
                airSelect.options[5] = new Option('Newcastle','NCL');
                    break
            case "KOS":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('Birmingham','BHX');
                airSelect.options[2] = new Option('Bristol','BRS');
                airSelect.options[3] = new Option('London Gatwick','LGW');
                airSelect.options[4] = new Option('Manchester','MAN');
                    break
            case "LANZAROTE":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('Birmingham','BHX');
                airSelect.options[2] = new Option('Bristol','BRS');
                airSelect.options[3] = new Option('East Midlands','EMA');
                airSelect.options[4] = new Option('Glasgow International','GLA');
                airSelect.options[5] = new Option('London Gatwick','LGW');
                airSelect.options[6] = new Option('Manchester','MAN');
                airSelect.options[7] = new Option('Newcastle','NCL');
                    break
            case "LEFKAS":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('London Gatwick','LGW');
                    break
            case "MAJORCA":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('Birmingham','BHX');
                airSelect.options[2] = new Option('Bristol','BRS');
                airSelect.options[3] = new Option('East Midlands','EMA');
                airSelect.options[4] = new Option('Glasgow International','GLA');
                airSelect.options[5] = new Option('London Gatwick','LGW');
                airSelect.options[6] = new Option('Manchester','MAN');
                    break
            case "MENORCA":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('London Gatwick','LGW');
                airSelect.options[2] = new Option('Manchester','MAN');
                    break
            case "PARGA":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('London Gatwick','LGW');
                    break
            case "RHODES":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('Belfast','BFS');
                airSelect.options[2] = new Option('Birmingham','BHX');
                airSelect.options[3] = new Option('Bristol','BRS');
                airSelect.options[4] = new Option('East Midlands','EMA');
                airSelect.options[5] = new Option('Glasgow International','GLA');
                airSelect.options[6] = new Option('London Gatwick','LGW');
                airSelect.options[7] = new Option('Manchester','MAN');
                    break
            case "SAMOS":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('London Gatwick','LGW');
                    break
            case "SANTORINI":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('London Gatwick','LGW');
                airSelect.options[2] = new Option('Manchester','MAN');
                    break
            case "SARDINIA":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('London Gatwick','LGW');
                    break
            case "SKIATHOS":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('Manchester','MAN');
                    break
            case "ANY-Spain":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('Birmingham','BHX');
                airSelect.options[2] = new Option('Bristol','BRS');
                airSelect.options[3] = new Option('East Midlands','EMA');
                airSelect.options[4] = new Option('Glasgow International','GLA');
                airSelect.options[5] = new Option('London Gatwick','LGW');
                airSelect.options[6] = new Option('Manchester','MAN');
                airSelect.options[7] = new Option('Newcastle','NCL');
                    break
            case "ST KITTS & NEVIS":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('London Gatwick','LGW');
                    break
            case "ST LUCIA":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('London Gatwick','LGW');
                    break
            case "TENERIFE":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('Birmingham','BHX');
                airSelect.options[2] = new Option('Bristol','BRS');
                airSelect.options[3] = new Option('East Midlands','EMA');
                airSelect.options[4] = new Option('Glasgow International','GLA');
                airSelect.options[5] = new Option('London Gatwick','LGW');
                airSelect.options[6] = new Option('Manchester','MAN');
                airSelect.options[7] = new Option('Newcastle','NCL');
                    break
            case "TRINIDAD & TOBAGO":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('London Gatwick','LGW');
                    break
            case "TUNISIA":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('London Gatwick','LGW');
                    break
            case "TURKEY":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('Birmingham','BHX');
                airSelect.options[2] = new Option('Bristol','BRS');
                airSelect.options[3] = new Option('London Gatwick','LGW');
                airSelect.options[4] = new Option('Manchester','MAN');
                airSelect.options[5] = new Option('Newcastle','NCL');
                    break
            case "ZANTE":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('Birmingham','BHX');
                airSelect.options[2] = new Option('Bristol','BRS');
                airSelect.options[3] = new Option('East Midlands','EMA');
                airSelect.options[4] = new Option('London Gatwick','LGW');
                airSelect.options[5] = new Option('Manchester','MAN');
                airSelect.options[6] = new Option('Newcastle','NCL');
                    break
            default:
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('Belfast','BFS');
                airSelect.options[2] = new Option('Birmingham','BHX');
                airSelect.options[3] = new Option('Bristol','BRS');
                airSelect.options[4] = new Option('East Midlands','EMA');
                airSelect.options[5] = new Option('Glasgow International','GLA');
                airSelect.options[6] = new Option('London Gatwick','LGW');
                airSelect.options[7] = new Option('London Luton','LTN');
                airSelect.options[8] = new Option('Manchester','MAN');
                airSelect.options[9] = new Option('Newcastle','NCL');
                break
            }
            for (var x = 0; x <= (airSelect.length - 1); x++)
            {
                if (airSelect.options[x].value == airport)
                {
                    airSelect.options[x].selected = true;
                }
            }
         }



        function changeDestinationsFromAirport(airportDropdownName, destinationDropdownName) {
            airSelect = document.getElementById(airportDropdownName);
            destSelect = document.getElementById(destinationDropdownName);
            airport = airSelect.options[airSelect.selectedIndex].value;
            destination = destSelect.options[destSelect.selectedIndex].value;
            if (destSelect.removeChild) {
               while(destSelect.hasChildNodes()) {
                   destSelect.removeChild(destSelect.firstChild);
               }
            }
            switch (airport)
            {
            case "BFS":
                var newOption0 = document.createElement("option");newOption0.text = "Any Destination"; newOption0.value = "Any Destination"; newOption0.className = "region";if (document.all && !window.opera) { destSelect.add(newOption0); } else { destSelect.add(newOption0, null); }destSelect.appendChild(newOption0);
                var newOption1 = document.createElement("option");newOption1.text = "Greece - Any"; newOption1.value = "ANY-Greece"; newOption1.className = "country";if (document.all && !window.opera) { destSelect.add(newOption1); } else { destSelect.add(newOption1, null); }destSelect.appendChild(newOption1);
                var newOption2 = document.createElement("option");newOption2.text = "Greece - Corfu"; newOption2.value = "CORFU"; newOption2.className = "region";if (document.all && !window.opera) { destSelect.add(newOption2); } else { destSelect.add(newOption2, null); }destSelect.appendChild(newOption2);
                var newOption3 = document.createElement("option");newOption3.text = "Greece - Crete"; newOption3.value = "CRETE"; newOption3.className = "region";if (document.all && !window.opera) { destSelect.add(newOption3); } else { destSelect.add(newOption3, null); }destSelect.appendChild(newOption3);
                var newOption4 = document.createElement("option");newOption4.text = "Greece - Rhodes"; newOption4.value = "RHODES"; newOption4.className = "region";if (document.all && !window.opera) { destSelect.add(newOption4); } else { destSelect.add(newOption4, null); }destSelect.appendChild(newOption4);
                break;
            case "BHX":
                var newOption0 = document.createElement("option");newOption0.text = "Any Destination"; newOption0.value = "Any Destination"; newOption0.className = "region";if (document.all && !window.opera) { destSelect.add(newOption0); } else { destSelect.add(newOption0, null); }destSelect.appendChild(newOption0);
                var newOption1 = document.createElement("option");newOption1.text = "Cyprus"; newOption1.value = "CYPRUS"; newOption1.className = "region";if (document.all && !window.opera) { destSelect.add(newOption1); } else { destSelect.add(newOption1, null); }destSelect.appendChild(newOption1);
                var newOption2 = document.createElement("option");newOption2.text = "Egypt"; newOption2.value = "EGYPT"; newOption2.className = "region";if (document.all && !window.opera) { destSelect.add(newOption2); } else { destSelect.add(newOption2, null); }destSelect.appendChild(newOption2);
                var newOption3 = document.createElement("option");newOption3.text = "Greece - Any"; newOption3.value = "ANY-Greece"; newOption3.className = "country";if (document.all && !window.opera) { destSelect.add(newOption3); } else { destSelect.add(newOption3, null); }destSelect.appendChild(newOption3);
                var newOption4 = document.createElement("option");newOption4.text = "Greece - Corfu"; newOption4.value = "CORFU"; newOption4.className = "region";if (document.all && !window.opera) { destSelect.add(newOption4); } else { destSelect.add(newOption4, null); }destSelect.appendChild(newOption4);
                var newOption5 = document.createElement("option");newOption5.text = "Greece - Crete"; newOption5.value = "CRETE"; newOption5.className = "region";if (document.all && !window.opera) { destSelect.add(newOption5); } else { destSelect.add(newOption5, null); }destSelect.appendChild(newOption5);
                var newOption6 = document.createElement("option");newOption6.text = "Greece - Kos"; newOption6.value = "KOS"; newOption6.className = "region";if (document.all && !window.opera) { destSelect.add(newOption6); } else { destSelect.add(newOption6, null); }destSelect.appendChild(newOption6);
                var newOption7 = document.createElement("option");newOption7.text = "Greece - Rhodes"; newOption7.value = "RHODES"; newOption7.className = "region";if (document.all && !window.opera) { destSelect.add(newOption7); } else { destSelect.add(newOption7, null); }destSelect.appendChild(newOption7);
                var newOption8 = document.createElement("option");newOption8.text = "Greece - Zante"; newOption8.value = "ZANTE"; newOption8.className = "region";if (document.all && !window.opera) { destSelect.add(newOption8); } else { destSelect.add(newOption8, null); }destSelect.appendChild(newOption8);
                var newOption9 = document.createElement("option");newOption9.text = "Spain - Any"; newOption9.value = "ANY-Spain"; newOption9.className = "country";if (document.all && !window.opera) { destSelect.add(newOption9); } else { destSelect.add(newOption9, null); }destSelect.appendChild(newOption9);
                var newOption10 = document.createElement("option");newOption10.text = "Spain - Lanzarote"; newOption10.value = "LANZAROTE"; newOption10.className = "region";if (document.all && !window.opera) { destSelect.add(newOption10); } else { destSelect.add(newOption10, null); }destSelect.appendChild(newOption10);
                var newOption11 = document.createElement("option");newOption11.text = "Spain - Majorca"; newOption11.value = "MAJORCA"; newOption11.className = "region";if (document.all && !window.opera) { destSelect.add(newOption11); } else { destSelect.add(newOption11, null); }destSelect.appendChild(newOption11);
                var newOption12 = document.createElement("option");newOption12.text = "Spain - Tenerife"; newOption12.value = "TENERIFE"; newOption12.className = "region";if (document.all && !window.opera) { destSelect.add(newOption12); } else { destSelect.add(newOption12, null); }destSelect.appendChild(newOption12);
                var newOption13 = document.createElement("option");newOption13.text = "Turkey"; newOption13.value = "TURKEY"; newOption13.className = "region";if (document.all && !window.opera) { destSelect.add(newOption13); } else { destSelect.add(newOption13, null); }destSelect.appendChild(newOption13);
                break;
            case "BRS":
                var newOption0 = document.createElement("option");newOption0.text = "Any Destination"; newOption0.value = "Any Destination"; newOption0.className = "region";if (document.all && !window.opera) { destSelect.add(newOption0); } else { destSelect.add(newOption0, null); }destSelect.appendChild(newOption0);
                var newOption1 = document.createElement("option");newOption1.text = "Cyprus"; newOption1.value = "CYPRUS"; newOption1.className = "region";if (document.all && !window.opera) { destSelect.add(newOption1); } else { destSelect.add(newOption1, null); }destSelect.appendChild(newOption1);
                var newOption2 = document.createElement("option");newOption2.text = "Egypt"; newOption2.value = "EGYPT"; newOption2.className = "region";if (document.all && !window.opera) { destSelect.add(newOption2); } else { destSelect.add(newOption2, null); }destSelect.appendChild(newOption2);
                var newOption3 = document.createElement("option");newOption3.text = "Greece - Any"; newOption3.value = "ANY-Greece"; newOption3.className = "country";if (document.all && !window.opera) { destSelect.add(newOption3); } else { destSelect.add(newOption3, null); }destSelect.appendChild(newOption3);
                var newOption4 = document.createElement("option");newOption4.text = "Greece - Corfu"; newOption4.value = "CORFU"; newOption4.className = "region";if (document.all && !window.opera) { destSelect.add(newOption4); } else { destSelect.add(newOption4, null); }destSelect.appendChild(newOption4);
                var newOption5 = document.createElement("option");newOption5.text = "Greece - Crete"; newOption5.value = "CRETE"; newOption5.className = "region";if (document.all && !window.opera) { destSelect.add(newOption5); } else { destSelect.add(newOption5, null); }destSelect.appendChild(newOption5);
                var newOption6 = document.createElement("option");newOption6.text = "Greece - Kefalonia"; newOption6.value = "KEFALONIA"; newOption6.className = "region";if (document.all && !window.opera) { destSelect.add(newOption6); } else { destSelect.add(newOption6, null); }destSelect.appendChild(newOption6);
                var newOption7 = document.createElement("option");newOption7.text = "Greece - Kos"; newOption7.value = "KOS"; newOption7.className = "region";if (document.all && !window.opera) { destSelect.add(newOption7); } else { destSelect.add(newOption7, null); }destSelect.appendChild(newOption7);
                var newOption8 = document.createElement("option");newOption8.text = "Greece - Rhodes"; newOption8.value = "RHODES"; newOption8.className = "region";if (document.all && !window.opera) { destSelect.add(newOption8); } else { destSelect.add(newOption8, null); }destSelect.appendChild(newOption8);
                var newOption9 = document.createElement("option");newOption9.text = "Greece - Zante"; newOption9.value = "ZANTE"; newOption9.className = "region";if (document.all && !window.opera) { destSelect.add(newOption9); } else { destSelect.add(newOption9, null); }destSelect.appendChild(newOption9);
                var newOption10 = document.createElement("option");newOption10.text = "Spain - Any"; newOption10.value = "ANY-Spain"; newOption10.className = "country";if (document.all && !window.opera) { destSelect.add(newOption10); } else { destSelect.add(newOption10, null); }destSelect.appendChild(newOption10);
                var newOption11 = document.createElement("option");newOption11.text = "Spain - Lanzarote"; newOption11.value = "LANZAROTE"; newOption11.className = "region";if (document.all && !window.opera) { destSelect.add(newOption11); } else { destSelect.add(newOption11, null); }destSelect.appendChild(newOption11);
                var newOption12 = document.createElement("option");newOption12.text = "Spain - Majorca"; newOption12.value = "MAJORCA"; newOption12.className = "region";if (document.all && !window.opera) { destSelect.add(newOption12); } else { destSelect.add(newOption12, null); }destSelect.appendChild(newOption12);
                var newOption13 = document.createElement("option");newOption13.text = "Spain - Tenerife"; newOption13.value = "TENERIFE"; newOption13.className = "region";if (document.all && !window.opera) { destSelect.add(newOption13); } else { destSelect.add(newOption13, null); }destSelect.appendChild(newOption13);
                var newOption14 = document.createElement("option");newOption14.text = "Turkey"; newOption14.value = "TURKEY"; newOption14.className = "region";if (document.all && !window.opera) { destSelect.add(newOption14); } else { destSelect.add(newOption14, null); }destSelect.appendChild(newOption14);
                break;
            case "EMA":
                var newOption0 = document.createElement("option");newOption0.text = "Any Destination"; newOption0.value = "Any Destination"; newOption0.className = "region";if (document.all && !window.opera) { destSelect.add(newOption0); } else { destSelect.add(newOption0, null); }destSelect.appendChild(newOption0);
                var newOption1 = document.createElement("option");newOption1.text = "Cyprus"; newOption1.value = "CYPRUS"; newOption1.className = "region";if (document.all && !window.opera) { destSelect.add(newOption1); } else { destSelect.add(newOption1, null); }destSelect.appendChild(newOption1);
                var newOption2 = document.createElement("option");newOption2.text = "Egypt"; newOption2.value = "EGYPT"; newOption2.className = "region";if (document.all && !window.opera) { destSelect.add(newOption2); } else { destSelect.add(newOption2, null); }destSelect.appendChild(newOption2);
                var newOption3 = document.createElement("option");newOption3.text = "Greece - Any"; newOption3.value = "ANY-Greece"; newOption3.className = "country";if (document.all && !window.opera) { destSelect.add(newOption3); } else { destSelect.add(newOption3, null); }destSelect.appendChild(newOption3);
                var newOption4 = document.createElement("option");newOption4.text = "Greece - Corfu"; newOption4.value = "CORFU"; newOption4.className = "region";if (document.all && !window.opera) { destSelect.add(newOption4); } else { destSelect.add(newOption4, null); }destSelect.appendChild(newOption4);
                var newOption5 = document.createElement("option");newOption5.text = "Greece - Crete"; newOption5.value = "CRETE"; newOption5.className = "region";if (document.all && !window.opera) { destSelect.add(newOption5); } else { destSelect.add(newOption5, null); }destSelect.appendChild(newOption5);
                var newOption6 = document.createElement("option");newOption6.text = "Greece - Kefalonia"; newOption6.value = "KEFALONIA"; newOption6.className = "region";if (document.all && !window.opera) { destSelect.add(newOption6); } else { destSelect.add(newOption6, null); }destSelect.appendChild(newOption6);
                var newOption7 = document.createElement("option");newOption7.text = "Greece - Rhodes"; newOption7.value = "RHODES"; newOption7.className = "region";if (document.all && !window.opera) { destSelect.add(newOption7); } else { destSelect.add(newOption7, null); }destSelect.appendChild(newOption7);
                var newOption8 = document.createElement("option");newOption8.text = "Greece - Zante"; newOption8.value = "ZANTE"; newOption8.className = "region";if (document.all && !window.opera) { destSelect.add(newOption8); } else { destSelect.add(newOption8, null); }destSelect.appendChild(newOption8);
                var newOption9 = document.createElement("option");newOption9.text = "Spain - Any"; newOption9.value = "ANY-Spain"; newOption9.className = "country";if (document.all && !window.opera) { destSelect.add(newOption9); } else { destSelect.add(newOption9, null); }destSelect.appendChild(newOption9);
                var newOption10 = document.createElement("option");newOption10.text = "Spain - Lanzarote"; newOption10.value = "LANZAROTE"; newOption10.className = "region";if (document.all && !window.opera) { destSelect.add(newOption10); } else { destSelect.add(newOption10, null); }destSelect.appendChild(newOption10);
                var newOption11 = document.createElement("option");newOption11.text = "Spain - Majorca"; newOption11.value = "MAJORCA"; newOption11.className = "region";if (document.all && !window.opera) { destSelect.add(newOption11); } else { destSelect.add(newOption11, null); }destSelect.appendChild(newOption11);
                var newOption12 = document.createElement("option");newOption12.text = "Spain - Tenerife"; newOption12.value = "TENERIFE"; newOption12.className = "region";if (document.all && !window.opera) { destSelect.add(newOption12); } else { destSelect.add(newOption12, null); }destSelect.appendChild(newOption12);
                break;
            case "GLA":
                var newOption0 = document.createElement("option");newOption0.text = "Any Destination"; newOption0.value = "Any Destination"; newOption0.className = "region";if (document.all && !window.opera) { destSelect.add(newOption0); } else { destSelect.add(newOption0, null); }destSelect.appendChild(newOption0);
                var newOption1 = document.createElement("option");newOption1.text = "Cyprus"; newOption1.value = "CYPRUS"; newOption1.className = "region";if (document.all && !window.opera) { destSelect.add(newOption1); } else { destSelect.add(newOption1, null); }destSelect.appendChild(newOption1);
                var newOption2 = document.createElement("option");newOption2.text = "Greece - Any"; newOption2.value = "ANY-Greece"; newOption2.className = "country";if (document.all && !window.opera) { destSelect.add(newOption2); } else { destSelect.add(newOption2, null); }destSelect.appendChild(newOption2);
                var newOption3 = document.createElement("option");newOption3.text = "Greece - Corfu"; newOption3.value = "CORFU"; newOption3.className = "region";if (document.all && !window.opera) { destSelect.add(newOption3); } else { destSelect.add(newOption3, null); }destSelect.appendChild(newOption3);
                var newOption4 = document.createElement("option");newOption4.text = "Greece - Crete"; newOption4.value = "CRETE"; newOption4.className = "region";if (document.all && !window.opera) { destSelect.add(newOption4); } else { destSelect.add(newOption4, null); }destSelect.appendChild(newOption4);
                var newOption5 = document.createElement("option");newOption5.text = "Greece - Rhodes"; newOption5.value = "RHODES"; newOption5.className = "region";if (document.all && !window.opera) { destSelect.add(newOption5); } else { destSelect.add(newOption5, null); }destSelect.appendChild(newOption5);
                var newOption6 = document.createElement("option");newOption6.text = "Spain - Any"; newOption6.value = "ANY-Spain"; newOption6.className = "country";if (document.all && !window.opera) { destSelect.add(newOption6); } else { destSelect.add(newOption6, null); }destSelect.appendChild(newOption6);
                var newOption7 = document.createElement("option");newOption7.text = "Spain - Costa Blanca"; newOption7.value = "COSTA BLANCA"; newOption7.className = "region";if (document.all && !window.opera) { destSelect.add(newOption7); } else { destSelect.add(newOption7, null); }destSelect.appendChild(newOption7);
                var newOption8 = document.createElement("option");newOption8.text = "Spain - Gran Canaria"; newOption8.value = "GRAN CANARIA"; newOption8.className = "region";if (document.all && !window.opera) { destSelect.add(newOption8); } else { destSelect.add(newOption8, null); }destSelect.appendChild(newOption8);
                var newOption9 = document.createElement("option");newOption9.text = "Spain - Lanzarote"; newOption9.value = "LANZAROTE"; newOption9.className = "region";if (document.all && !window.opera) { destSelect.add(newOption9); } else { destSelect.add(newOption9, null); }destSelect.appendChild(newOption9);
                var newOption10 = document.createElement("option");newOption10.text = "Spain - Majorca"; newOption10.value = "MAJORCA"; newOption10.className = "region";if (document.all && !window.opera) { destSelect.add(newOption10); } else { destSelect.add(newOption10, null); }destSelect.appendChild(newOption10);
                var newOption11 = document.createElement("option");newOption11.text = "Spain - Tenerife"; newOption11.value = "TENERIFE"; newOption11.className = "region";if (document.all && !window.opera) { destSelect.add(newOption11); } else { destSelect.add(newOption11, null); }destSelect.appendChild(newOption11);
                break;
            case "LGW":
                var newOption0 = document.createElement("option");newOption0.text = "Any Destination"; newOption0.value = "Any Destination"; newOption0.className = "region";if (document.all && !window.opera) { destSelect.add(newOption0); } else { destSelect.add(newOption0, null); }destSelect.appendChild(newOption0);
                var newOption1 = document.createElement("option");newOption1.text = "Antigua"; newOption1.value = "ANTIGUA"; newOption1.className = "region";if (document.all && !window.opera) { destSelect.add(newOption1); } else { destSelect.add(newOption1, null); }destSelect.appendChild(newOption1);
                var newOption2 = document.createElement("option");newOption2.text = "Barbados"; newOption2.value = "BARBADOS"; newOption2.className = "region";if (document.all && !window.opera) { destSelect.add(newOption2); } else { destSelect.add(newOption2, null); }destSelect.appendChild(newOption2);
                var newOption3 = document.createElement("option");newOption3.text = "Bulgaria"; newOption3.value = "BULGARIA"; newOption3.className = "region";if (document.all && !window.opera) { destSelect.add(newOption3); } else { destSelect.add(newOption3, null); }destSelect.appendChild(newOption3);
                var newOption4 = document.createElement("option");newOption4.text = "Cyprus"; newOption4.value = "CYPRUS"; newOption4.className = "region";if (document.all && !window.opera) { destSelect.add(newOption4); } else { destSelect.add(newOption4, null); }destSelect.appendChild(newOption4);
                var newOption5 = document.createElement("option");newOption5.text = "Egypt"; newOption5.value = "EGYPT"; newOption5.className = "region";if (document.all && !window.opera) { destSelect.add(newOption5); } else { destSelect.add(newOption5, null); }destSelect.appendChild(newOption5);
                var newOption6 = document.createElement("option");newOption6.text = "Greece - Any"; newOption6.value = "ANY-Greece"; newOption6.className = "country";if (document.all && !window.opera) { destSelect.add(newOption6); } else { destSelect.add(newOption6, null); }destSelect.appendChild(newOption6);
                var newOption7 = document.createElement("option");newOption7.text = "Greece - Corfu"; newOption7.value = "CORFU"; newOption7.className = "region";if (document.all && !window.opera) { destSelect.add(newOption7); } else { destSelect.add(newOption7, null); }destSelect.appendChild(newOption7);
                var newOption8 = document.createElement("option");newOption8.text = "Greece - Crete"; newOption8.value = "CRETE"; newOption8.className = "region";if (document.all && !window.opera) { destSelect.add(newOption8); } else { destSelect.add(newOption8, null); }destSelect.appendChild(newOption8);
                var newOption9 = document.createElement("option");newOption9.text = "Greece - Kefalonia"; newOption9.value = "KEFALONIA"; newOption9.className = "region";if (document.all && !window.opera) { destSelect.add(newOption9); } else { destSelect.add(newOption9, null); }destSelect.appendChild(newOption9);
                var newOption10 = document.createElement("option");newOption10.text = "Greece - Kos"; newOption10.value = "KOS"; newOption10.className = "region";if (document.all && !window.opera) { destSelect.add(newOption10); } else { destSelect.add(newOption10, null); }destSelect.appendChild(newOption10);
                var newOption11 = document.createElement("option");newOption11.text = "Greece - Lefkas"; newOption11.value = "LEFKAS"; newOption11.className = "region";if (document.all && !window.opera) { destSelect.add(newOption11); } else { destSelect.add(newOption11, null); }destSelect.appendChild(newOption11);
                var newOption12 = document.createElement("option");newOption12.text = "Greece - Parga"; newOption12.value = "PARGA"; newOption12.className = "region";if (document.all && !window.opera) { destSelect.add(newOption12); } else { destSelect.add(newOption12, null); }destSelect.appendChild(newOption12);
                var newOption13 = document.createElement("option");newOption13.text = "Greece - Rhodes"; newOption13.value = "RHODES"; newOption13.className = "region";if (document.all && !window.opera) { destSelect.add(newOption13); } else { destSelect.add(newOption13, null); }destSelect.appendChild(newOption13);
                var newOption14 = document.createElement("option");newOption14.text = "Greece - Samos"; newOption14.value = "SAMOS"; newOption14.className = "region";if (document.all && !window.opera) { destSelect.add(newOption14); } else { destSelect.add(newOption14, null); }destSelect.appendChild(newOption14);
                var newOption15 = document.createElement("option");newOption15.text = "Greece - Santorini"; newOption15.value = "SANTORINI"; newOption15.className = "region";if (document.all && !window.opera) { destSelect.add(newOption15); } else { destSelect.add(newOption15, null); }destSelect.appendChild(newOption15);
                var newOption16 = document.createElement("option");newOption16.text = "Greece - Zante"; newOption16.value = "ZANTE"; newOption16.className = "region";if (document.all && !window.opera) { destSelect.add(newOption16); } else { destSelect.add(newOption16, null); }destSelect.appendChild(newOption16);
                var newOption17 = document.createElement("option");newOption17.text = "Grenada"; newOption17.value = "GRENADA"; newOption17.className = "region";if (document.all && !window.opera) { destSelect.add(newOption17); } else { destSelect.add(newOption17, null); }destSelect.appendChild(newOption17);
                var newOption18 = document.createElement("option");newOption18.text = "Italy - Sardinia"; newOption18.value = "SARDINIA"; newOption18.className = "region";if (document.all && !window.opera) { destSelect.add(newOption18); } else { destSelect.add(newOption18, null); }destSelect.appendChild(newOption18);
                var newOption19 = document.createElement("option");newOption19.text = "Portugal - Algarve"; newOption19.value = "ALGARVE"; newOption19.className = "region";if (document.all && !window.opera) { destSelect.add(newOption19); } else { destSelect.add(newOption19, null); }destSelect.appendChild(newOption19);
                var newOption20 = document.createElement("option");newOption20.text = "Spain - Any"; newOption20.value = "ANY-Spain"; newOption20.className = "country";if (document.all && !window.opera) { destSelect.add(newOption20); } else { destSelect.add(newOption20, null); }destSelect.appendChild(newOption20);
                var newOption21 = document.createElement("option");newOption21.text = "Spain - Costa Blanca"; newOption21.value = "COSTA BLANCA"; newOption21.className = "region";if (document.all && !window.opera) { destSelect.add(newOption21); } else { destSelect.add(newOption21, null); }destSelect.appendChild(newOption21);
                var newOption22 = document.createElement("option");newOption22.text = "Spain - Costa Del Sol"; newOption22.value = "COSTA DEL SOL"; newOption22.className = "region";if (document.all && !window.opera) { destSelect.add(newOption22); } else { destSelect.add(newOption22, null); }destSelect.appendChild(newOption22);
                var newOption23 = document.createElement("option");newOption23.text = "Spain - Fuerteventura"; newOption23.value = "FUERTEVENTURA"; newOption23.className = "region";if (document.all && !window.opera) { destSelect.add(newOption23); } else { destSelect.add(newOption23, null); }destSelect.appendChild(newOption23);
                var newOption24 = document.createElement("option");newOption24.text = "Spain - Gran Canaria"; newOption24.value = "GRAN CANARIA"; newOption24.className = "region";if (document.all && !window.opera) { destSelect.add(newOption24); } else { destSelect.add(newOption24, null); }destSelect.appendChild(newOption24);
                var newOption25 = document.createElement("option");newOption25.text = "Spain - Lanzarote"; newOption25.value = "LANZAROTE"; newOption25.className = "region";if (document.all && !window.opera) { destSelect.add(newOption25); } else { destSelect.add(newOption25, null); }destSelect.appendChild(newOption25);
                var newOption26 = document.createElement("option");newOption26.text = "Spain - Majorca"; newOption26.value = "MAJORCA"; newOption26.className = "region";if (document.all && !window.opera) { destSelect.add(newOption26); } else { destSelect.add(newOption26, null); }destSelect.appendChild(newOption26);
                var newOption27 = document.createElement("option");newOption27.text = "Spain - Menorca"; newOption27.value = "MENORCA"; newOption27.className = "region";if (document.all && !window.opera) { destSelect.add(newOption27); } else { destSelect.add(newOption27, null); }destSelect.appendChild(newOption27);
                var newOption28 = document.createElement("option");newOption28.text = "Spain - Tenerife"; newOption28.value = "TENERIFE"; newOption28.className = "region";if (document.all && !window.opera) { destSelect.add(newOption28); } else { destSelect.add(newOption28, null); }destSelect.appendChild(newOption28);
                var newOption29 = document.createElement("option");newOption29.text = "St Kitts & Nevis"; newOption29.value = "ST KITTS & NEVIS"; newOption29.className = "region";if (document.all && !window.opera) { destSelect.add(newOption29); } else { destSelect.add(newOption29, null); }destSelect.appendChild(newOption29);
                var newOption30 = document.createElement("option");newOption30.text = "St Lucia"; newOption30.value = "ST LUCIA"; newOption30.className = "region";if (document.all && !window.opera) { destSelect.add(newOption30); } else { destSelect.add(newOption30, null); }destSelect.appendChild(newOption30);
                var newOption31 = document.createElement("option");newOption31.text = "Trinidad & Tobago"; newOption31.value = "TRINIDAD & TOBAGO"; newOption31.className = "region";if (document.all && !window.opera) { destSelect.add(newOption31); } else { destSelect.add(newOption31, null); }destSelect.appendChild(newOption31);
                var newOption32 = document.createElement("option");newOption32.text = "Tunisia"; newOption32.value = "TUNISIA"; newOption32.className = "region";if (document.all && !window.opera) { destSelect.add(newOption32); } else { destSelect.add(newOption32, null); }destSelect.appendChild(newOption32);
                var newOption33 = document.createElement("option");newOption33.text = "Turkey"; newOption33.value = "TURKEY"; newOption33.className = "region";if (document.all && !window.opera) { destSelect.add(newOption33); } else { destSelect.add(newOption33, null); }destSelect.appendChild(newOption33);
                break;
            case "LTN":
                var newOption0 = document.createElement("option");newOption0.text = "Any Destination"; newOption0.value = "Any Destination"; newOption0.className = "region";if (document.all && !window.opera) { destSelect.add(newOption0); } else { destSelect.add(newOption0, null); }destSelect.appendChild(newOption0);
                var newOption1 = document.createElement("option");newOption1.text = "Cyprus"; newOption1.value = "CYPRUS"; newOption1.className = "region";if (document.all && !window.opera) { destSelect.add(newOption1); } else { destSelect.add(newOption1, null); }destSelect.appendChild(newOption1);
                var newOption2 = document.createElement("option");newOption2.text = "Egypt"; newOption2.value = "EGYPT"; newOption2.className = "region";if (document.all && !window.opera) { destSelect.add(newOption2); } else { destSelect.add(newOption2, null); }destSelect.appendChild(newOption2);
                break;
            case "MAN":
                var newOption0 = document.createElement("option");newOption0.text = "Any Destination"; newOption0.value = "Any Destination"; newOption0.className = "region";if (document.all && !window.opera) { destSelect.add(newOption0); } else { destSelect.add(newOption0, null); }destSelect.appendChild(newOption0);
                var newOption1 = document.createElement("option");newOption1.text = "Cyprus"; newOption1.value = "CYPRUS"; newOption1.className = "region";if (document.all && !window.opera) { destSelect.add(newOption1); } else { destSelect.add(newOption1, null); }destSelect.appendChild(newOption1);
                var newOption2 = document.createElement("option");newOption2.text = "Egypt"; newOption2.value = "EGYPT"; newOption2.className = "region";if (document.all && !window.opera) { destSelect.add(newOption2); } else { destSelect.add(newOption2, null); }destSelect.appendChild(newOption2);
                var newOption3 = document.createElement("option");newOption3.text = "Greece - Any"; newOption3.value = "ANY-Greece"; newOption3.className = "country";if (document.all && !window.opera) { destSelect.add(newOption3); } else { destSelect.add(newOption3, null); }destSelect.appendChild(newOption3);
                var newOption4 = document.createElement("option");newOption4.text = "Greece - Corfu"; newOption4.value = "CORFU"; newOption4.className = "region";if (document.all && !window.opera) { destSelect.add(newOption4); } else { destSelect.add(newOption4, null); }destSelect.appendChild(newOption4);
                var newOption5 = document.createElement("option");newOption5.text = "Greece - Crete"; newOption5.value = "CRETE"; newOption5.className = "region";if (document.all && !window.opera) { destSelect.add(newOption5); } else { destSelect.add(newOption5, null); }destSelect.appendChild(newOption5);
                var newOption6 = document.createElement("option");newOption6.text = "Greece - Kefalonia"; newOption6.value = "KEFALONIA"; newOption6.className = "region";if (document.all && !window.opera) { destSelect.add(newOption6); } else { destSelect.add(newOption6, null); }destSelect.appendChild(newOption6);
                var newOption7 = document.createElement("option");newOption7.text = "Greece - Kos"; newOption7.value = "KOS"; newOption7.className = "region";if (document.all && !window.opera) { destSelect.add(newOption7); } else { destSelect.add(newOption7, null); }destSelect.appendChild(newOption7);
                var newOption8 = document.createElement("option");newOption8.text = "Greece - Rhodes"; newOption8.value = "RHODES"; newOption8.className = "region";if (document.all && !window.opera) { destSelect.add(newOption8); } else { destSelect.add(newOption8, null); }destSelect.appendChild(newOption8);
                var newOption9 = document.createElement("option");newOption9.text = "Greece - Santorini"; newOption9.value = "SANTORINI"; newOption9.className = "region";if (document.all && !window.opera) { destSelect.add(newOption9); } else { destSelect.add(newOption9, null); }destSelect.appendChild(newOption9);
                var newOption10 = document.createElement("option");newOption10.text = "Greece - Skiathos"; newOption10.value = "SKIATHOS"; newOption10.className = "region";if (document.all && !window.opera) { destSelect.add(newOption10); } else { destSelect.add(newOption10, null); }destSelect.appendChild(newOption10);
                var newOption11 = document.createElement("option");newOption11.text = "Greece - Zante"; newOption11.value = "ZANTE"; newOption11.className = "region";if (document.all && !window.opera) { destSelect.add(newOption11); } else { destSelect.add(newOption11, null); }destSelect.appendChild(newOption11);
                var newOption12 = document.createElement("option");newOption12.text = "Portugal - Algarve"; newOption12.value = "ALGARVE"; newOption12.className = "region";if (document.all && !window.opera) { destSelect.add(newOption12); } else { destSelect.add(newOption12, null); }destSelect.appendChild(newOption12);
                var newOption13 = document.createElement("option");newOption13.text = "Spain - Any"; newOption13.value = "ANY-Spain"; newOption13.className = "country";if (document.all && !window.opera) { destSelect.add(newOption13); } else { destSelect.add(newOption13, null); }destSelect.appendChild(newOption13);
                var newOption14 = document.createElement("option");newOption14.text = "Spain - Costa Blanca"; newOption14.value = "COSTA BLANCA"; newOption14.className = "region";if (document.all && !window.opera) { destSelect.add(newOption14); } else { destSelect.add(newOption14, null); }destSelect.appendChild(newOption14);
                var newOption15 = document.createElement("option");newOption15.text = "Spain - Costa Del Sol"; newOption15.value = "COSTA DEL SOL"; newOption15.className = "region";if (document.all && !window.opera) { destSelect.add(newOption15); } else { destSelect.add(newOption15, null); }destSelect.appendChild(newOption15);
                var newOption16 = document.createElement("option");newOption16.text = "Spain - Fuerteventura"; newOption16.value = "FUERTEVENTURA"; newOption16.className = "region";if (document.all && !window.opera) { destSelect.add(newOption16); } else { destSelect.add(newOption16, null); }destSelect.appendChild(newOption16);
                var newOption17 = document.createElement("option");newOption17.text = "Spain - Gran Canaria"; newOption17.value = "GRAN CANARIA"; newOption17.className = "region";if (document.all && !window.opera) { destSelect.add(newOption17); } else { destSelect.add(newOption17, null); }destSelect.appendChild(newOption17);
                var newOption18 = document.createElement("option");newOption18.text = "Spain - Lanzarote"; newOption18.value = "LANZAROTE"; newOption18.className = "region";if (document.all && !window.opera) { destSelect.add(newOption18); } else { destSelect.add(newOption18, null); }destSelect.appendChild(newOption18);
                var newOption19 = document.createElement("option");newOption19.text = "Spain - Majorca"; newOption19.value = "MAJORCA"; newOption19.className = "region";if (document.all && !window.opera) { destSelect.add(newOption19); } else { destSelect.add(newOption19, null); }destSelect.appendChild(newOption19);
                var newOption20 = document.createElement("option");newOption20.text = "Spain - Menorca"; newOption20.value = "MENORCA"; newOption20.className = "region";if (document.all && !window.opera) { destSelect.add(newOption20); } else { destSelect.add(newOption20, null); }destSelect.appendChild(newOption20);
                var newOption21 = document.createElement("option");newOption21.text = "Spain - Tenerife"; newOption21.value = "TENERIFE"; newOption21.className = "region";if (document.all && !window.opera) { destSelect.add(newOption21); } else { destSelect.add(newOption21, null); }destSelect.appendChild(newOption21);
                var newOption22 = document.createElement("option");newOption22.text = "Turkey"; newOption22.value = "TURKEY"; newOption22.className = "region";if (document.all && !window.opera) { destSelect.add(newOption22); } else { destSelect.add(newOption22, null); }destSelect.appendChild(newOption22);
                break;
            case "NCL":
                var newOption0 = document.createElement("option");newOption0.text = "Any Destination"; newOption0.value = "Any Destination"; newOption0.className = "region";if (document.all && !window.opera) { destSelect.add(newOption0); } else { destSelect.add(newOption0, null); }destSelect.appendChild(newOption0);
                var newOption1 = document.createElement("option");newOption1.text = "Cyprus"; newOption1.value = "CYPRUS"; newOption1.className = "region";if (document.all && !window.opera) { destSelect.add(newOption1); } else { destSelect.add(newOption1, null); }destSelect.appendChild(newOption1);
                var newOption2 = document.createElement("option");newOption2.text = "Greece - Any"; newOption2.value = "ANY-Greece"; newOption2.className = "country";if (document.all && !window.opera) { destSelect.add(newOption2); } else { destSelect.add(newOption2, null); }destSelect.appendChild(newOption2);
                var newOption3 = document.createElement("option");newOption3.text = "Greece - Corfu"; newOption3.value = "CORFU"; newOption3.className = "region";if (document.all && !window.opera) { destSelect.add(newOption3); } else { destSelect.add(newOption3, null); }destSelect.appendChild(newOption3);
                var newOption4 = document.createElement("option");newOption4.text = "Greece - Kefalonia"; newOption4.value = "KEFALONIA"; newOption4.className = "region";if (document.all && !window.opera) { destSelect.add(newOption4); } else { destSelect.add(newOption4, null); }destSelect.appendChild(newOption4);
                var newOption5 = document.createElement("option");newOption5.text = "Greece - Zante"; newOption5.value = "ZANTE"; newOption5.className = "region";if (document.all && !window.opera) { destSelect.add(newOption5); } else { destSelect.add(newOption5, null); }destSelect.appendChild(newOption5);
                var newOption6 = document.createElement("option");newOption6.text = "Spain - Any"; newOption6.value = "ANY-Spain"; newOption6.className = "country";if (document.all && !window.opera) { destSelect.add(newOption6); } else { destSelect.add(newOption6, null); }destSelect.appendChild(newOption6);
                var newOption7 = document.createElement("option");newOption7.text = "Spain - Lanzarote"; newOption7.value = "LANZAROTE"; newOption7.className = "region";if (document.all && !window.opera) { destSelect.add(newOption7); } else { destSelect.add(newOption7, null); }destSelect.appendChild(newOption7);
                var newOption8 = document.createElement("option");newOption8.text = "Spain - Tenerife"; newOption8.value = "TENERIFE"; newOption8.className = "region";if (document.all && !window.opera) { destSelect.add(newOption8); } else { destSelect.add(newOption8, null); }destSelect.appendChild(newOption8);
                var newOption9 = document.createElement("option");newOption9.text = "Turkey"; newOption9.value = "TURKEY"; newOption9.className = "region";if (document.all && !window.opera) { destSelect.add(newOption9); } else { destSelect.add(newOption9, null); }destSelect.appendChild(newOption9);
                break;
            default:
                var newOption0 = document.createElement("option");newOption0.text = "Any Destination"; newOption0.value = "Any Destination"; newOption0.className = "region";if (document.all && !window.opera) { destSelect.add(newOption0); } else { destSelect.add(newOption0, null); }destSelect.appendChild(newOption0);
                var newOption1 = document.createElement("option");newOption1.text = "Antigua"; newOption1.value = "ANTIGUA"; newOption1.className = "region";if (document.all && !window.opera) { destSelect.add(newOption1); } else { destSelect.add(newOption1, null); }destSelect.appendChild(newOption1);
                var newOption2 = document.createElement("option");newOption2.text = "Barbados"; newOption2.value = "BARBADOS"; newOption2.className = "region";if (document.all && !window.opera) { destSelect.add(newOption2); } else { destSelect.add(newOption2, null); }destSelect.appendChild(newOption2);
                var newOption3 = document.createElement("option");newOption3.text = "Bulgaria"; newOption3.value = "BULGARIA"; newOption3.className = "region";if (document.all && !window.opera) { destSelect.add(newOption3); } else { destSelect.add(newOption3, null); }destSelect.appendChild(newOption3);
                var newOption4 = document.createElement("option");newOption4.text = "Cyprus"; newOption4.value = "CYPRUS"; newOption4.className = "region";if (document.all && !window.opera) { destSelect.add(newOption4); } else { destSelect.add(newOption4, null); }destSelect.appendChild(newOption4);
                var newOption5 = document.createElement("option");newOption5.text = "Egypt"; newOption5.value = "EGYPT"; newOption5.className = "region";if (document.all && !window.opera) { destSelect.add(newOption5); } else { destSelect.add(newOption5, null); }destSelect.appendChild(newOption5);
                var newOption6 = document.createElement("option");newOption6.text = "Greece - Any"; newOption6.value = "ANY-Greece"; newOption6.className = "country";if (document.all && !window.opera) { destSelect.add(newOption6); } else { destSelect.add(newOption6, null); }destSelect.appendChild(newOption6);
                var newOption7 = document.createElement("option");newOption7.text = "Greece - Corfu"; newOption7.value = "CORFU"; newOption7.className = "region";if (document.all && !window.opera) { destSelect.add(newOption7); } else { destSelect.add(newOption7, null); }destSelect.appendChild(newOption7);
                var newOption8 = document.createElement("option");newOption8.text = "Greece - Crete"; newOption8.value = "CRETE"; newOption8.className = "region";if (document.all && !window.opera) { destSelect.add(newOption8); } else { destSelect.add(newOption8, null); }destSelect.appendChild(newOption8);
                var newOption9 = document.createElement("option");newOption9.text = "Greece - Kefalonia"; newOption9.value = "KEFALONIA"; newOption9.className = "region";if (document.all && !window.opera) { destSelect.add(newOption9); } else { destSelect.add(newOption9, null); }destSelect.appendChild(newOption9);
                var newOption10 = document.createElement("option");newOption10.text = "Greece - Kos"; newOption10.value = "KOS"; newOption10.className = "region";if (document.all && !window.opera) { destSelect.add(newOption10); } else { destSelect.add(newOption10, null); }destSelect.appendChild(newOption10);
                var newOption11 = document.createElement("option");newOption11.text = "Greece - Lefkas"; newOption11.value = "LEFKAS"; newOption11.className = "region";if (document.all && !window.opera) { destSelect.add(newOption11); } else { destSelect.add(newOption11, null); }destSelect.appendChild(newOption11);
                var newOption12 = document.createElement("option");newOption12.text = "Greece - Parga"; newOption12.value = "PARGA"; newOption12.className = "region";if (document.all && !window.opera) { destSelect.add(newOption12); } else { destSelect.add(newOption12, null); }destSelect.appendChild(newOption12);
                var newOption13 = document.createElement("option");newOption13.text = "Greece - Rhodes"; newOption13.value = "RHODES"; newOption13.className = "region";if (document.all && !window.opera) { destSelect.add(newOption13); } else { destSelect.add(newOption13, null); }destSelect.appendChild(newOption13);
                var newOption14 = document.createElement("option");newOption14.text = "Greece - Samos"; newOption14.value = "SAMOS"; newOption14.className = "region";if (document.all && !window.opera) { destSelect.add(newOption14); } else { destSelect.add(newOption14, null); }destSelect.appendChild(newOption14);
                var newOption15 = document.createElement("option");newOption15.text = "Greece - Santorini"; newOption15.value = "SANTORINI"; newOption15.className = "region";if (document.all && !window.opera) { destSelect.add(newOption15); } else { destSelect.add(newOption15, null); }destSelect.appendChild(newOption15);
                var newOption16 = document.createElement("option");newOption16.text = "Greece - Skiathos"; newOption16.value = "SKIATHOS"; newOption16.className = "region";if (document.all && !window.opera) { destSelect.add(newOption16); } else { destSelect.add(newOption16, null); }destSelect.appendChild(newOption16);
                var newOption17 = document.createElement("option");newOption17.text = "Greece - Zante"; newOption17.value = "ZANTE"; newOption17.className = "region";if (document.all && !window.opera) { destSelect.add(newOption17); } else { destSelect.add(newOption17, null); }destSelect.appendChild(newOption17);
                var newOption18 = document.createElement("option");newOption18.text = "Grenada"; newOption18.value = "GRENADA"; newOption18.className = "region";if (document.all && !window.opera) { destSelect.add(newOption18); } else { destSelect.add(newOption18, null); }destSelect.appendChild(newOption18);
                var newOption19 = document.createElement("option");newOption19.text = "Italy - Sardinia"; newOption19.value = "SARDINIA"; newOption19.className = "region";if (document.all && !window.opera) { destSelect.add(newOption19); } else { destSelect.add(newOption19, null); }destSelect.appendChild(newOption19);
                var newOption20 = document.createElement("option");newOption20.text = "Portugal - Algarve"; newOption20.value = "ALGARVE"; newOption20.className = "region";if (document.all && !window.opera) { destSelect.add(newOption20); } else { destSelect.add(newOption20, null); }destSelect.appendChild(newOption20);
                var newOption21 = document.createElement("option");newOption21.text = "Spain - Any"; newOption21.value = "ANY-Spain"; newOption21.className = "country";if (document.all && !window.opera) { destSelect.add(newOption21); } else { destSelect.add(newOption21, null); }destSelect.appendChild(newOption21);
                var newOption22 = document.createElement("option");newOption22.text = "Spain - Costa Blanca"; newOption22.value = "COSTA BLANCA"; newOption22.className = "region";if (document.all && !window.opera) { destSelect.add(newOption22); } else { destSelect.add(newOption22, null); }destSelect.appendChild(newOption22);
                var newOption23 = document.createElement("option");newOption23.text = "Spain - Costa Del Sol"; newOption23.value = "COSTA DEL SOL"; newOption23.className = "region";if (document.all && !window.opera) { destSelect.add(newOption23); } else { destSelect.add(newOption23, null); }destSelect.appendChild(newOption23);
                var newOption24 = document.createElement("option");newOption24.text = "Spain - Fuerteventura"; newOption24.value = "FUERTEVENTURA"; newOption24.className = "region";if (document.all && !window.opera) { destSelect.add(newOption24); } else { destSelect.add(newOption24, null); }destSelect.appendChild(newOption24);
                var newOption25 = document.createElement("option");newOption25.text = "Spain - Gran Canaria"; newOption25.value = "GRAN CANARIA"; newOption25.className = "region";if (document.all && !window.opera) { destSelect.add(newOption25); } else { destSelect.add(newOption25, null); }destSelect.appendChild(newOption25);
                var newOption26 = document.createElement("option");newOption26.text = "Spain - Lanzarote"; newOption26.value = "LANZAROTE"; newOption26.className = "region";if (document.all && !window.opera) { destSelect.add(newOption26); } else { destSelect.add(newOption26, null); }destSelect.appendChild(newOption26);
                var newOption27 = document.createElement("option");newOption27.text = "Spain - Majorca"; newOption27.value = "MAJORCA"; newOption27.className = "region";if (document.all && !window.opera) { destSelect.add(newOption27); } else { destSelect.add(newOption27, null); }destSelect.appendChild(newOption27);
                var newOption28 = document.createElement("option");newOption28.text = "Spain - Menorca"; newOption28.value = "MENORCA"; newOption28.className = "region";if (document.all && !window.opera) { destSelect.add(newOption28); } else { destSelect.add(newOption28, null); }destSelect.appendChild(newOption28);
                var newOption29 = document.createElement("option");newOption29.text = "Spain - Tenerife"; newOption29.value = "TENERIFE"; newOption29.className = "region";if (document.all && !window.opera) { destSelect.add(newOption29); } else { destSelect.add(newOption29, null); }destSelect.appendChild(newOption29);
                var newOption30 = document.createElement("option");newOption30.text = "St Kitts & Nevis"; newOption30.value = "ST KITTS & NEVIS"; newOption30.className = "region";if (document.all && !window.opera) { destSelect.add(newOption30); } else { destSelect.add(newOption30, null); }destSelect.appendChild(newOption30);
                var newOption31 = document.createElement("option");newOption31.text = "St Lucia"; newOption31.value = "ST LUCIA"; newOption31.className = "region";if (document.all && !window.opera) { destSelect.add(newOption31); } else { destSelect.add(newOption31, null); }destSelect.appendChild(newOption31);
                var newOption32 = document.createElement("option");newOption32.text = "Trinidad & Tobago"; newOption32.value = "TRINIDAD & TOBAGO"; newOption32.className = "region";if (document.all && !window.opera) { destSelect.add(newOption32); } else { destSelect.add(newOption32, null); }destSelect.appendChild(newOption32);
                var newOption33 = document.createElement("option");newOption33.text = "Tunisia"; newOption33.value = "TUNISIA"; newOption33.className = "region";if (document.all && !window.opera) { destSelect.add(newOption33); } else { destSelect.add(newOption33, null); }destSelect.appendChild(newOption33);
                var newOption34 = document.createElement("option");newOption34.text = "Turkey"; newOption34.value = "TURKEY"; newOption34.className = "region";if (document.all && !window.opera) { destSelect.add(newOption34); } else { destSelect.add(newOption34, null); }destSelect.appendChild(newOption34);
                break;
            }
            for (var x = 0; x <= (destSelect.length - 1); x++)
            {
                if (destSelect.options[x].value == destination)
                {
                    destSelect.options[x].selected = true;
                }
            }
        }
