
        function changeFlightAirportsFromDestinations(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 "ALC":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('Glasgow','GLA');
                airSelect.options[2] = new Option('Gatwick','LGW');
                airSelect.options[3] = new Option('Manchester','MAN');
                    break
            case "ANU":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('Gatwick','LGW');
                    break
            case "ACE":
                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','GLA');
                airSelect.options[5] = new Option('Gatwick','LGW');
                airSelect.options[6] = new Option('Manchester','MAN');
                airSelect.options[7] = new Option('Newcastle','NCL');
                    break
            case "BIA":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('Gatwick','LGW');
                    break
            case "BJV":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('Gatwick','LGW');
                airSelect.options[2] = new Option('Manchester','MAN');
                    break
            case "BOJ":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('Gatwick','LGW');
                    break
            case "BGI":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('Gatwick','LGW');
                    break
            case "CAG":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('Gatwick','LGW');
                    break
            case "CHQ":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('Gatwick','LGW');
                airSelect.options[2] = new Option('Manchester','MAN');
                    break
            case "CFU":
                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','GLA');
                airSelect.options[6] = new Option('Gatwick','LGW');
                airSelect.options[7] = new Option('Manchester','MAN');
                airSelect.options[8] = new Option('Newcastle','NCL');
                    break
            case "DLM":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('Bristol','BRS');
                airSelect.options[2] = new Option('Gatwick','LGW');
                airSelect.options[3] = new Option('Manchester','MAN');
                airSelect.options[4] = new Option('Newcastle','NCL');
                    break
            case "FAO":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('Gatwick','LGW');
                airSelect.options[2] = new Option('Manchester','MAN');
                    break
            case "FUE":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('Gatwick','LGW');
                airSelect.options[2] = new Option('Manchester','MAN');
                    break
            case "LGW":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('Malaga','AGP');
                airSelect.options[2] = new Option('Alicante','ALC');
                airSelect.options[3] = new Option('Faro','FAO');
                airSelect.options[4] = new Option('Knock','NOC');
                    break
            case "GND":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('Gatwick','LGW');
                    break
            case "HER":
                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','GLA');
                airSelect.options[6] = new Option('Gatwick','LGW');
                airSelect.options[7] = new Option('Manchester','MAN');
                    break
            case "HRG":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('Bristol','BRS');
                airSelect.options[2] = new Option('Gatwick','LGW');
                airSelect.options[3] = new Option('Manchester','MAN');
                    break
            case "KLX":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('Gatwick','LGW');
                    break
            case "EFL":
                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('Gatwick','LGW');
                airSelect.options[4] = new Option('Manchester','MAN');
                airSelect.options[5] = new Option('Newcastle','NCL');
                    break
            case "NOC":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('Gatwick','LGW');
                    break
            case "KGS":
                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('Gatwick','LGW');
                airSelect.options[4] = new Option('Manchester','MAN');
                    break
            case "LCA":
                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('Glasgow','GLA');
                airSelect.options[4] = new Option('Gatwick','LGW');
                airSelect.options[5] = new Option('Luton','LTN');
                airSelect.options[6] = new Option('Manchester','MAN');
                    break
            case "LPA":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('Glasgow','GLA');
                airSelect.options[2] = new Option('Gatwick','LGW');
                airSelect.options[3] = new Option('Manchester','MAN');
                    break
            case "LTN":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('Larnaca','LCA');
                airSelect.options[2] = new Option('Paphos','PFO');
                    break
            case "LXR":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('Gatwick','LGW');
                    break
            case "MAH":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('Gatwick','LGW');
                airSelect.options[2] = new Option('Manchester','MAN');
                    break
            case "AGP":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('Gatwick','LGW');
                airSelect.options[2] = new Option('Manchester','MAN');
                    break
            case "MAN":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('Malaga','AGP');
                airSelect.options[2] = new Option('Alicante','ALC');
                    break
            case "MIR":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('Gatwick','LGW');
                    break
            case "JMK":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('Gatwick','LGW');
                airSelect.options[2] = new Option('Manchester','MAN');
                    break
            case "MJT":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('Gatwick','LGW');
                    break
            case "PMI":
                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','GLA');
                airSelect.options[5] = new Option('Gatwick','LGW');
                airSelect.options[6] = new Option('Manchester','MAN');
                    break
            case "PFO":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('Birmingham','BHX');
                airSelect.options[2] = new Option('Gatwick','LGW');
                airSelect.options[3] = new Option('Luton','LTN');
                airSelect.options[4] = new Option('Manchester','MAN');
                airSelect.options[5] = new Option('Newcastle','NCL');
                    break
            case "PVK":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('Gatwick','LGW');
                airSelect.options[2] = new Option('Manchester','MAN');
                    break
            case "RHO":
                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','GLA');
                airSelect.options[6] = new Option('Gatwick','LGW');
                airSelect.options[7] = new Option('Manchester','MAN');
                airSelect.options[8] = new Option('Newcastle','NCL');
                    break
            case "SMI":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('Gatwick','LGW');
                    break
            case "SFB":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('Gatwick','LGW');
                airSelect.options[2] = new Option('Manchester','MAN');
                    break
            case "JTR":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('Gatwick','LGW');
                airSelect.options[2] = new Option('Manchester','MAN');
                    break
            case "SSH":
                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('Gatwick','LGW');
                airSelect.options[5] = new Option('Luton','LTN');
                airSelect.options[6] = new Option('Manchester','MAN');
                airSelect.options[7] = new Option('Newcastle','NCL');
                    break
            case "JSI":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('Birmingham','BHX');
                airSelect.options[2] = new Option('East Midlands','EMA');
                airSelect.options[3] = new Option('Manchester','MAN');
                airSelect.options[4] = new Option('Newcastle','NCL');
                    break
            case "SKB":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('Gatwick','LGW');
                    break
            case "UVF":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('Gatwick','LGW');
                    break
            case "TFS":
                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','GLA');
                airSelect.options[5] = new Option('Gatwick','LGW');
                airSelect.options[6] = new Option('Manchester','MAN');
                airSelect.options[7] = new Option('Newcastle','NCL');
                    break
            case "TAB":
                airSelect.options[0] = new Option('Any Airport','');
                airSelect.options[1] = new Option('Gatwick','LGW');
                    break
            case "ZTH":
                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('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('Malaga','AGP');
                airSelect.options[2] = new Option('Alicante','ALC');
                airSelect.options[3] = new Option('Belfast','BFS');
                airSelect.options[4] = new Option('Birmingham','BHX');
                airSelect.options[5] = new Option('Bristol','BRS');
                airSelect.options[6] = new Option('East Midlands','EMA');
                airSelect.options[7] = new Option('Faro','FAO');
                airSelect.options[8] = new Option('Glasgow','GLA');
                airSelect.options[9] = new Option('Larnaca','LCA');
                airSelect.options[10] = new Option('Gatwick','LGW');
                airSelect.options[11] = new Option('Luton','LTN');
                airSelect.options[12] = new Option('Manchester','MAN');
                airSelect.options[13] = new Option('Newcastle','NCL');
                airSelect.options[14] = new Option('Knock','NOC');
                airSelect.options[15] = new Option('Paphos','PFO');
                break
            }
            for (var x = 0; x <= (airSelect.length - 1); x++)
            {
                if (airSelect.options[x].value == airport)
                {
                    airSelect.options[x].selected = true;
                }
            }
         }



        function changeFlightDestinationsFromAirport(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 "AGP":
                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 optGroup1 = document.createElement("optgroup");optGroup1.label = "United Kingdom";destSelect.appendChild(optGroup1);
                var newOption1 = document.createElement("option");newOption1.text = "Gatwick"; newOption1.value = "LGW"; newOption1.className = "region";if (document.all && !window.opera) { destSelect.add(newOption1); } else { destSelect.add(newOption1, null); }optGroup1.appendChild(newOption1);
                var newOption2 = document.createElement("option");newOption2.text = "Manchester"; newOption2.value = "MAN"; newOption2.className = "region";if (document.all && !window.opera) { destSelect.add(newOption2); } else { destSelect.add(newOption2, null); }optGroup1.appendChild(newOption2);
                break;
            case "ALC":
                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 optGroup1 = document.createElement("optgroup");optGroup1.label = "United Kingdom";destSelect.appendChild(optGroup1);
                var newOption1 = document.createElement("option");newOption1.text = "Gatwick"; newOption1.value = "LGW"; newOption1.className = "region";if (document.all && !window.opera) { destSelect.add(newOption1); } else { destSelect.add(newOption1, null); }optGroup1.appendChild(newOption1);
                var newOption2 = document.createElement("option");newOption2.text = "Manchester"; newOption2.value = "MAN"; newOption2.className = "region";if (document.all && !window.opera) { destSelect.add(newOption2); } else { destSelect.add(newOption2, null); }optGroup1.appendChild(newOption2);
                break;
            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 optGroup1 = document.createElement("optgroup");optGroup1.label = "Greece";destSelect.appendChild(optGroup1);
                var newOption1 = document.createElement("option");newOption1.text = "Corfu"; newOption1.value = "CFU"; newOption1.className = "region";if (document.all && !window.opera) { destSelect.add(newOption1); } else { destSelect.add(newOption1, null); }optGroup1.appendChild(newOption1);
                var newOption2 = document.createElement("option");newOption2.text = "Heraklion"; newOption2.value = "HER"; newOption2.className = "region";if (document.all && !window.opera) { destSelect.add(newOption2); } else { destSelect.add(newOption2, null); }optGroup1.appendChild(newOption2);
                var newOption3 = document.createElement("option");newOption3.text = "Rhodes"; newOption3.value = "RHO"; newOption3.className = "region";if (document.all && !window.opera) { destSelect.add(newOption3); } else { destSelect.add(newOption3, null); }optGroup1.appendChild(newOption3);
                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 optGroup1 = document.createElement("optgroup");optGroup1.label = "Cyprus";destSelect.appendChild(optGroup1);
                var newOption1 = document.createElement("option");newOption1.text = "Paphos"; newOption1.value = "PFO"; newOption1.className = "region";if (document.all && !window.opera) { destSelect.add(newOption1); } else { destSelect.add(newOption1, null); }optGroup1.appendChild(newOption1);
                var optGroup2 = document.createElement("optgroup");optGroup2.label = "Egypt";destSelect.appendChild(optGroup2);
                var newOption2 = document.createElement("option");newOption2.text = "Sharm El Sheikh"; newOption2.value = "SSH"; newOption2.className = "region";if (document.all && !window.opera) { destSelect.add(newOption2); } else { destSelect.add(newOption2, null); }optGroup2.appendChild(newOption2);
                var optGroup3 = document.createElement("optgroup");optGroup3.label = "Greece";destSelect.appendChild(optGroup3);
                var newOption3 = document.createElement("option");newOption3.text = "Corfu"; newOption3.value = "CFU"; newOption3.className = "region";if (document.all && !window.opera) { destSelect.add(newOption3); } else { destSelect.add(newOption3, null); }optGroup3.appendChild(newOption3);
                var newOption4 = document.createElement("option");newOption4.text = "Heraklion"; newOption4.value = "HER"; newOption4.className = "region";if (document.all && !window.opera) { destSelect.add(newOption4); } else { destSelect.add(newOption4, null); }optGroup3.appendChild(newOption4);
                var newOption5 = document.createElement("option");newOption5.text = "Kos"; newOption5.value = "KGS"; newOption5.className = "region";if (document.all && !window.opera) { destSelect.add(newOption5); } else { destSelect.add(newOption5, null); }optGroup3.appendChild(newOption5);
                var newOption6 = document.createElement("option");newOption6.text = "Rhodes"; newOption6.value = "RHO"; newOption6.className = "region";if (document.all && !window.opera) { destSelect.add(newOption6); } else { destSelect.add(newOption6, null); }optGroup3.appendChild(newOption6);
                var newOption7 = document.createElement("option");newOption7.text = "Skiathos"; newOption7.value = "JSI"; newOption7.className = "region";if (document.all && !window.opera) { destSelect.add(newOption7); } else { destSelect.add(newOption7, null); }optGroup3.appendChild(newOption7);
                var newOption8 = document.createElement("option");newOption8.text = "Zakynthos"; newOption8.value = "ZTH"; newOption8.className = "region";if (document.all && !window.opera) { destSelect.add(newOption8); } else { destSelect.add(newOption8, null); }optGroup3.appendChild(newOption8);
                var optGroup4 = document.createElement("optgroup");optGroup4.label = "Spain";destSelect.appendChild(optGroup4);
                var newOption9 = document.createElement("option");newOption9.text = "Arrecife"; newOption9.value = "ACE"; newOption9.className = "region";if (document.all && !window.opera) { destSelect.add(newOption9); } else { destSelect.add(newOption9, null); }optGroup4.appendChild(newOption9);
                var newOption10 = document.createElement("option");newOption10.text = "Palma"; newOption10.value = "PMI"; newOption10.className = "region";if (document.all && !window.opera) { destSelect.add(newOption10); } else { destSelect.add(newOption10, null); }optGroup4.appendChild(newOption10);
                var newOption11 = document.createElement("option");newOption11.text = "Tenerife"; newOption11.value = "TFS"; newOption11.className = "region";if (document.all && !window.opera) { destSelect.add(newOption11); } else { destSelect.add(newOption11, null); }optGroup4.appendChild(newOption11);
                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 optGroup1 = document.createElement("optgroup");optGroup1.label = "Cyprus";destSelect.appendChild(optGroup1);
                var newOption1 = document.createElement("option");newOption1.text = "Larnaca"; newOption1.value = "LCA"; newOption1.className = "region";if (document.all && !window.opera) { destSelect.add(newOption1); } else { destSelect.add(newOption1, null); }optGroup1.appendChild(newOption1);
                var optGroup2 = document.createElement("optgroup");optGroup2.label = "Egypt";destSelect.appendChild(optGroup2);
                var newOption2 = document.createElement("option");newOption2.text = "Hurghada"; newOption2.value = "HRG"; newOption2.className = "region";if (document.all && !window.opera) { destSelect.add(newOption2); } else { destSelect.add(newOption2, null); }optGroup2.appendChild(newOption2);
                var newOption3 = document.createElement("option");newOption3.text = "Sharm El Sheikh"; newOption3.value = "SSH"; newOption3.className = "region";if (document.all && !window.opera) { destSelect.add(newOption3); } else { destSelect.add(newOption3, null); }optGroup2.appendChild(newOption3);
                var optGroup3 = document.createElement("optgroup");optGroup3.label = "Greece";destSelect.appendChild(optGroup3);
                var newOption4 = document.createElement("option");newOption4.text = "Corfu"; newOption4.value = "CFU"; newOption4.className = "region";if (document.all && !window.opera) { destSelect.add(newOption4); } else { destSelect.add(newOption4, null); }optGroup3.appendChild(newOption4);
                var newOption5 = document.createElement("option");newOption5.text = "Heraklion"; newOption5.value = "HER"; newOption5.className = "region";if (document.all && !window.opera) { destSelect.add(newOption5); } else { destSelect.add(newOption5, null); }optGroup3.appendChild(newOption5);
                var newOption6 = document.createElement("option");newOption6.text = "Kefalonia"; newOption6.value = "EFL"; newOption6.className = "region";if (document.all && !window.opera) { destSelect.add(newOption6); } else { destSelect.add(newOption6, null); }optGroup3.appendChild(newOption6);
                var newOption7 = document.createElement("option");newOption7.text = "Kos"; newOption7.value = "KGS"; newOption7.className = "region";if (document.all && !window.opera) { destSelect.add(newOption7); } else { destSelect.add(newOption7, null); }optGroup3.appendChild(newOption7);
                var newOption8 = document.createElement("option");newOption8.text = "Rhodes"; newOption8.value = "RHO"; newOption8.className = "region";if (document.all && !window.opera) { destSelect.add(newOption8); } else { destSelect.add(newOption8, null); }optGroup3.appendChild(newOption8);
                var newOption9 = document.createElement("option");newOption9.text = "Zakynthos"; newOption9.value = "ZTH"; newOption9.className = "region";if (document.all && !window.opera) { destSelect.add(newOption9); } else { destSelect.add(newOption9, null); }optGroup3.appendChild(newOption9);
                var optGroup4 = document.createElement("optgroup");optGroup4.label = "Spain";destSelect.appendChild(optGroup4);
                var newOption10 = document.createElement("option");newOption10.text = "Arrecife"; newOption10.value = "ACE"; newOption10.className = "region";if (document.all && !window.opera) { destSelect.add(newOption10); } else { destSelect.add(newOption10, null); }optGroup4.appendChild(newOption10);
                var newOption11 = document.createElement("option");newOption11.text = "Palma"; newOption11.value = "PMI"; newOption11.className = "region";if (document.all && !window.opera) { destSelect.add(newOption11); } else { destSelect.add(newOption11, null); }optGroup4.appendChild(newOption11);
                var newOption12 = document.createElement("option");newOption12.text = "Tenerife"; newOption12.value = "TFS"; newOption12.className = "region";if (document.all && !window.opera) { destSelect.add(newOption12); } else { destSelect.add(newOption12, null); }optGroup4.appendChild(newOption12);
                var optGroup5 = document.createElement("optgroup");optGroup5.label = "Turkey";destSelect.appendChild(optGroup5);
                var newOption13 = document.createElement("option");newOption13.text = "Dalaman"; newOption13.value = "DLM"; newOption13.className = "region";if (document.all && !window.opera) { destSelect.add(newOption13); } else { destSelect.add(newOption13, null); }optGroup5.appendChild(newOption13);
                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 optGroup1 = document.createElement("optgroup");optGroup1.label = "Cyprus";destSelect.appendChild(optGroup1);
                var newOption1 = document.createElement("option");newOption1.text = "Larnaca"; newOption1.value = "LCA"; newOption1.className = "region";if (document.all && !window.opera) { destSelect.add(newOption1); } else { destSelect.add(newOption1, null); }optGroup1.appendChild(newOption1);
                var optGroup2 = document.createElement("optgroup");optGroup2.label = "Egypt";destSelect.appendChild(optGroup2);
                var newOption2 = document.createElement("option");newOption2.text = "Sharm El Sheikh"; newOption2.value = "SSH"; newOption2.className = "region";if (document.all && !window.opera) { destSelect.add(newOption2); } else { destSelect.add(newOption2, null); }optGroup2.appendChild(newOption2);
                var optGroup3 = document.createElement("optgroup");optGroup3.label = "Greece";destSelect.appendChild(optGroup3);
                var newOption3 = document.createElement("option");newOption3.text = "Corfu"; newOption3.value = "CFU"; newOption3.className = "region";if (document.all && !window.opera) { destSelect.add(newOption3); } else { destSelect.add(newOption3, null); }optGroup3.appendChild(newOption3);
                var newOption4 = document.createElement("option");newOption4.text = "Heraklion"; newOption4.value = "HER"; newOption4.className = "region";if (document.all && !window.opera) { destSelect.add(newOption4); } else { destSelect.add(newOption4, null); }optGroup3.appendChild(newOption4);
                var newOption5 = document.createElement("option");newOption5.text = "Kefalonia"; newOption5.value = "EFL"; newOption5.className = "region";if (document.all && !window.opera) { destSelect.add(newOption5); } else { destSelect.add(newOption5, null); }optGroup3.appendChild(newOption5);
                var newOption6 = document.createElement("option");newOption6.text = "Rhodes"; newOption6.value = "RHO"; newOption6.className = "region";if (document.all && !window.opera) { destSelect.add(newOption6); } else { destSelect.add(newOption6, null); }optGroup3.appendChild(newOption6);
                var newOption7 = document.createElement("option");newOption7.text = "Skiathos"; newOption7.value = "JSI"; newOption7.className = "region";if (document.all && !window.opera) { destSelect.add(newOption7); } else { destSelect.add(newOption7, null); }optGroup3.appendChild(newOption7);
                var newOption8 = document.createElement("option");newOption8.text = "Zakynthos"; newOption8.value = "ZTH"; newOption8.className = "region";if (document.all && !window.opera) { destSelect.add(newOption8); } else { destSelect.add(newOption8, null); }optGroup3.appendChild(newOption8);
                var optGroup4 = document.createElement("optgroup");optGroup4.label = "Spain";destSelect.appendChild(optGroup4);
                var newOption9 = document.createElement("option");newOption9.text = "Arrecife"; newOption9.value = "ACE"; newOption9.className = "region";if (document.all && !window.opera) { destSelect.add(newOption9); } else { destSelect.add(newOption9, null); }optGroup4.appendChild(newOption9);
                var newOption10 = document.createElement("option");newOption10.text = "Palma"; newOption10.value = "PMI"; newOption10.className = "region";if (document.all && !window.opera) { destSelect.add(newOption10); } else { destSelect.add(newOption10, null); }optGroup4.appendChild(newOption10);
                var newOption11 = document.createElement("option");newOption11.text = "Tenerife"; newOption11.value = "TFS"; newOption11.className = "region";if (document.all && !window.opera) { destSelect.add(newOption11); } else { destSelect.add(newOption11, null); }optGroup4.appendChild(newOption11);
                break;
            case "FAO":
                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 optGroup1 = document.createElement("optgroup");optGroup1.label = "United Kingdom";destSelect.appendChild(optGroup1);
                var newOption1 = document.createElement("option");newOption1.text = "Gatwick"; newOption1.value = "LGW"; newOption1.className = "region";if (document.all && !window.opera) { destSelect.add(newOption1); } else { destSelect.add(newOption1, null); }optGroup1.appendChild(newOption1);
                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 optGroup1 = document.createElement("optgroup");optGroup1.label = "Cyprus";destSelect.appendChild(optGroup1);
                var newOption1 = document.createElement("option");newOption1.text = "Larnaca"; newOption1.value = "LCA"; newOption1.className = "region";if (document.all && !window.opera) { destSelect.add(newOption1); } else { destSelect.add(newOption1, null); }optGroup1.appendChild(newOption1);
                var optGroup2 = document.createElement("optgroup");optGroup2.label = "Greece";destSelect.appendChild(optGroup2);
                var newOption2 = document.createElement("option");newOption2.text = "Corfu"; newOption2.value = "CFU"; newOption2.className = "region";if (document.all && !window.opera) { destSelect.add(newOption2); } else { destSelect.add(newOption2, null); }optGroup2.appendChild(newOption2);
                var newOption3 = document.createElement("option");newOption3.text = "Heraklion"; newOption3.value = "HER"; newOption3.className = "region";if (document.all && !window.opera) { destSelect.add(newOption3); } else { destSelect.add(newOption3, null); }optGroup2.appendChild(newOption3);
                var newOption4 = document.createElement("option");newOption4.text = "Rhodes"; newOption4.value = "RHO"; newOption4.className = "region";if (document.all && !window.opera) { destSelect.add(newOption4); } else { destSelect.add(newOption4, null); }optGroup2.appendChild(newOption4);
                var optGroup3 = document.createElement("optgroup");optGroup3.label = "Spain";destSelect.appendChild(optGroup3);
                var newOption5 = document.createElement("option");newOption5.text = "Alicante"; newOption5.value = "ALC"; newOption5.className = "region";if (document.all && !window.opera) { destSelect.add(newOption5); } else { destSelect.add(newOption5, null); }optGroup3.appendChild(newOption5);
                var newOption6 = document.createElement("option");newOption6.text = "Arrecife"; newOption6.value = "ACE"; newOption6.className = "region";if (document.all && !window.opera) { destSelect.add(newOption6); } else { destSelect.add(newOption6, null); }optGroup3.appendChild(newOption6);
                var newOption7 = document.createElement("option");newOption7.text = "Las Palmas"; newOption7.value = "LPA"; newOption7.className = "region";if (document.all && !window.opera) { destSelect.add(newOption7); } else { destSelect.add(newOption7, null); }optGroup3.appendChild(newOption7);
                var newOption8 = document.createElement("option");newOption8.text = "Palma"; newOption8.value = "PMI"; newOption8.className = "region";if (document.all && !window.opera) { destSelect.add(newOption8); } else { destSelect.add(newOption8, null); }optGroup3.appendChild(newOption8);
                var newOption9 = document.createElement("option");newOption9.text = "Tenerife"; newOption9.value = "TFS"; newOption9.className = "region";if (document.all && !window.opera) { destSelect.add(newOption9); } else { destSelect.add(newOption9, null); }optGroup3.appendChild(newOption9);
                break;
            case "LCA":
                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 optGroup1 = document.createElement("optgroup");optGroup1.label = "United Kingdom";destSelect.appendChild(optGroup1);
                var newOption1 = document.createElement("option");newOption1.text = "Luton"; newOption1.value = "LTN"; newOption1.className = "region";if (document.all && !window.opera) { destSelect.add(newOption1); } else { destSelect.add(newOption1, null); }optGroup1.appendChild(newOption1);
                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 optGroup1 = document.createElement("optgroup");optGroup1.label = "Antigua";destSelect.appendChild(optGroup1);
                var newOption1 = document.createElement("option");newOption1.text = "Antigua"; newOption1.value = "ANU"; newOption1.className = "region";if (document.all && !window.opera) { destSelect.add(newOption1); } else { destSelect.add(newOption1, null); }optGroup1.appendChild(newOption1);
                var optGroup2 = document.createElement("optgroup");optGroup2.label = "Barbados";destSelect.appendChild(optGroup2);
                var newOption2 = document.createElement("option");newOption2.text = "Bridgetown"; newOption2.value = "BGI"; newOption2.className = "region";if (document.all && !window.opera) { destSelect.add(newOption2); } else { destSelect.add(newOption2, null); }optGroup2.appendChild(newOption2);
                var optGroup3 = document.createElement("optgroup");optGroup3.label = "Bulgaria";destSelect.appendChild(optGroup3);
                var newOption3 = document.createElement("option");newOption3.text = "Bourgas"; newOption3.value = "BOJ"; newOption3.className = "region";if (document.all && !window.opera) { destSelect.add(newOption3); } else { destSelect.add(newOption3, null); }optGroup3.appendChild(newOption3);
                var optGroup4 = document.createElement("optgroup");optGroup4.label = "Cyprus";destSelect.appendChild(optGroup4);
                var newOption4 = document.createElement("option");newOption4.text = "Larnaca"; newOption4.value = "LCA"; newOption4.className = "region";if (document.all && !window.opera) { destSelect.add(newOption4); } else { destSelect.add(newOption4, null); }optGroup4.appendChild(newOption4);
                var newOption5 = document.createElement("option");newOption5.text = "Paphos"; newOption5.value = "PFO"; newOption5.className = "region";if (document.all && !window.opera) { destSelect.add(newOption5); } else { destSelect.add(newOption5, null); }optGroup4.appendChild(newOption5);
                var optGroup5 = document.createElement("optgroup");optGroup5.label = "Egypt";destSelect.appendChild(optGroup5);
                var newOption6 = document.createElement("option");newOption6.text = "Hurghada"; newOption6.value = "HRG"; newOption6.className = "region";if (document.all && !window.opera) { destSelect.add(newOption6); } else { destSelect.add(newOption6, null); }optGroup5.appendChild(newOption6);
                var newOption7 = document.createElement("option");newOption7.text = "Luxor"; newOption7.value = "LXR"; newOption7.className = "region";if (document.all && !window.opera) { destSelect.add(newOption7); } else { destSelect.add(newOption7, null); }optGroup5.appendChild(newOption7);
                var newOption8 = document.createElement("option");newOption8.text = "Sharm El Sheikh"; newOption8.value = "SSH"; newOption8.className = "region";if (document.all && !window.opera) { destSelect.add(newOption8); } else { destSelect.add(newOption8, null); }optGroup5.appendChild(newOption8);
                var optGroup6 = document.createElement("optgroup");optGroup6.label = "France";destSelect.appendChild(optGroup6);
                var newOption9 = document.createElement("option");newOption9.text = "Bastia"; newOption9.value = "BIA"; newOption9.className = "region";if (document.all && !window.opera) { destSelect.add(newOption9); } else { destSelect.add(newOption9, null); }optGroup6.appendChild(newOption9);
                var optGroup7 = document.createElement("optgroup");optGroup7.label = "Greece";destSelect.appendChild(optGroup7);
                var newOption10 = document.createElement("option");newOption10.text = "Chania"; newOption10.value = "CHQ"; newOption10.className = "region";if (document.all && !window.opera) { destSelect.add(newOption10); } else { destSelect.add(newOption10, null); }optGroup7.appendChild(newOption10);
                var newOption11 = document.createElement("option");newOption11.text = "Corfu"; newOption11.value = "CFU"; newOption11.className = "region";if (document.all && !window.opera) { destSelect.add(newOption11); } else { destSelect.add(newOption11, null); }optGroup7.appendChild(newOption11);
                var newOption12 = document.createElement("option");newOption12.text = "Heraklion"; newOption12.value = "HER"; newOption12.className = "region";if (document.all && !window.opera) { destSelect.add(newOption12); } else { destSelect.add(newOption12, null); }optGroup7.appendChild(newOption12);
                var newOption13 = document.createElement("option");newOption13.text = "Kalamata"; newOption13.value = "KLX"; newOption13.className = "region";if (document.all && !window.opera) { destSelect.add(newOption13); } else { destSelect.add(newOption13, null); }optGroup7.appendChild(newOption13);
                var newOption14 = document.createElement("option");newOption14.text = "Kefalonia"; newOption14.value = "EFL"; newOption14.className = "region";if (document.all && !window.opera) { destSelect.add(newOption14); } else { destSelect.add(newOption14, null); }optGroup7.appendChild(newOption14);
                var newOption15 = document.createElement("option");newOption15.text = "Kos"; newOption15.value = "KGS"; newOption15.className = "region";if (document.all && !window.opera) { destSelect.add(newOption15); } else { destSelect.add(newOption15, null); }optGroup7.appendChild(newOption15);
                var newOption16 = document.createElement("option");newOption16.text = "Mykonos"; newOption16.value = "JMK"; newOption16.className = "region";if (document.all && !window.opera) { destSelect.add(newOption16); } else { destSelect.add(newOption16, null); }optGroup7.appendChild(newOption16);
                var newOption17 = document.createElement("option");newOption17.text = "Mytilene (Lesbos)"; newOption17.value = "MJT"; newOption17.className = "region";if (document.all && !window.opera) { destSelect.add(newOption17); } else { destSelect.add(newOption17, null); }optGroup7.appendChild(newOption17);
                var newOption18 = document.createElement("option");newOption18.text = "Preveza"; newOption18.value = "PVK"; newOption18.className = "region";if (document.all && !window.opera) { destSelect.add(newOption18); } else { destSelect.add(newOption18, null); }optGroup7.appendChild(newOption18);
                var newOption19 = document.createElement("option");newOption19.text = "Rhodes"; newOption19.value = "RHO"; newOption19.className = "region";if (document.all && !window.opera) { destSelect.add(newOption19); } else { destSelect.add(newOption19, null); }optGroup7.appendChild(newOption19);
                var newOption20 = document.createElement("option");newOption20.text = "Samos"; newOption20.value = "SMI"; newOption20.className = "region";if (document.all && !window.opera) { destSelect.add(newOption20); } else { destSelect.add(newOption20, null); }optGroup7.appendChild(newOption20);
                var newOption21 = document.createElement("option");newOption21.text = "Santorini"; newOption21.value = "JTR"; newOption21.className = "region";if (document.all && !window.opera) { destSelect.add(newOption21); } else { destSelect.add(newOption21, null); }optGroup7.appendChild(newOption21);
                var newOption22 = document.createElement("option");newOption22.text = "Zakynthos"; newOption22.value = "ZTH"; newOption22.className = "region";if (document.all && !window.opera) { destSelect.add(newOption22); } else { destSelect.add(newOption22, null); }optGroup7.appendChild(newOption22);
                var optGroup8 = document.createElement("optgroup");optGroup8.label = "Grenada";destSelect.appendChild(optGroup8);
                var newOption23 = document.createElement("option");newOption23.text = "Grenada"; newOption23.value = "GND"; newOption23.className = "region";if (document.all && !window.opera) { destSelect.add(newOption23); } else { destSelect.add(newOption23, null); }optGroup8.appendChild(newOption23);
                var optGroup9 = document.createElement("optgroup");optGroup9.label = "Ireland";destSelect.appendChild(optGroup9);
                var newOption24 = document.createElement("option");newOption24.text = "Knock"; newOption24.value = "NOC"; newOption24.className = "region";if (document.all && !window.opera) { destSelect.add(newOption24); } else { destSelect.add(newOption24, null); }optGroup9.appendChild(newOption24);
                var optGroup10 = document.createElement("optgroup");optGroup10.label = "Italy";destSelect.appendChild(optGroup10);
                var newOption25 = document.createElement("option");newOption25.text = "Cagliari"; newOption25.value = "CAG"; newOption25.className = "region";if (document.all && !window.opera) { destSelect.add(newOption25); } else { destSelect.add(newOption25, null); }optGroup10.appendChild(newOption25);
                var optGroup11 = document.createElement("optgroup");optGroup11.label = "Portugal";destSelect.appendChild(optGroup11);
                var newOption26 = document.createElement("option");newOption26.text = "Faro"; newOption26.value = "FAO"; newOption26.className = "region";if (document.all && !window.opera) { destSelect.add(newOption26); } else { destSelect.add(newOption26, null); }optGroup11.appendChild(newOption26);
                var optGroup12 = document.createElement("optgroup");optGroup12.label = "Spain";destSelect.appendChild(optGroup12);
                var newOption27 = document.createElement("option");newOption27.text = "Alicante"; newOption27.value = "ALC"; newOption27.className = "region";if (document.all && !window.opera) { destSelect.add(newOption27); } else { destSelect.add(newOption27, null); }optGroup12.appendChild(newOption27);
                var newOption28 = document.createElement("option");newOption28.text = "Arrecife"; newOption28.value = "ACE"; newOption28.className = "region";if (document.all && !window.opera) { destSelect.add(newOption28); } else { destSelect.add(newOption28, null); }optGroup12.appendChild(newOption28);
                var newOption29 = document.createElement("option");newOption29.text = "Fuerteventura"; newOption29.value = "FUE"; newOption29.className = "region";if (document.all && !window.opera) { destSelect.add(newOption29); } else { destSelect.add(newOption29, null); }optGroup12.appendChild(newOption29);
                var newOption30 = document.createElement("option");newOption30.text = "Las Palmas"; newOption30.value = "LPA"; newOption30.className = "region";if (document.all && !window.opera) { destSelect.add(newOption30); } else { destSelect.add(newOption30, null); }optGroup12.appendChild(newOption30);
                var newOption31 = document.createElement("option");newOption31.text = "Mahon"; newOption31.value = "MAH"; newOption31.className = "region";if (document.all && !window.opera) { destSelect.add(newOption31); } else { destSelect.add(newOption31, null); }optGroup12.appendChild(newOption31);
                var newOption32 = document.createElement("option");newOption32.text = "Malaga"; newOption32.value = "AGP"; newOption32.className = "region";if (document.all && !window.opera) { destSelect.add(newOption32); } else { destSelect.add(newOption32, null); }optGroup12.appendChild(newOption32);
                var newOption33 = document.createElement("option");newOption33.text = "Palma"; newOption33.value = "PMI"; newOption33.className = "region";if (document.all && !window.opera) { destSelect.add(newOption33); } else { destSelect.add(newOption33, null); }optGroup12.appendChild(newOption33);
                var newOption34 = document.createElement("option");newOption34.text = "Tenerife"; newOption34.value = "TFS"; newOption34.className = "region";if (document.all && !window.opera) { destSelect.add(newOption34); } else { destSelect.add(newOption34, null); }optGroup12.appendChild(newOption34);
                var optGroup13 = document.createElement("optgroup");optGroup13.label = "St. Kitts And Nevis";destSelect.appendChild(optGroup13);
                var newOption35 = document.createElement("option");newOption35.text = "St. Kitts"; newOption35.value = "SKB"; newOption35.className = "region";if (document.all && !window.opera) { destSelect.add(newOption35); } else { destSelect.add(newOption35, null); }optGroup13.appendChild(newOption35);
                var optGroup14 = document.createElement("optgroup");optGroup14.label = "St. Lucia";destSelect.appendChild(optGroup14);
                var newOption36 = document.createElement("option");newOption36.text = "St. Lucia Hewanorra"; newOption36.value = "UVF"; newOption36.className = "region";if (document.all && !window.opera) { destSelect.add(newOption36); } else { destSelect.add(newOption36, null); }optGroup14.appendChild(newOption36);
                var optGroup15 = document.createElement("optgroup");optGroup15.label = "Tobago";destSelect.appendChild(optGroup15);
                var newOption37 = document.createElement("option");newOption37.text = "Tobago"; newOption37.value = "TAB"; newOption37.className = "region";if (document.all && !window.opera) { destSelect.add(newOption37); } else { destSelect.add(newOption37, null); }optGroup15.appendChild(newOption37);
                var optGroup16 = document.createElement("optgroup");optGroup16.label = "Tunisia";destSelect.appendChild(optGroup16);
                var newOption38 = document.createElement("option");newOption38.text = "Monastir"; newOption38.value = "MIR"; newOption38.className = "region";if (document.all && !window.opera) { destSelect.add(newOption38); } else { destSelect.add(newOption38, null); }optGroup16.appendChild(newOption38);
                var optGroup17 = document.createElement("optgroup");optGroup17.label = "Turkey";destSelect.appendChild(optGroup17);
                var newOption39 = document.createElement("option");newOption39.text = "Bodrum"; newOption39.value = "BJV"; newOption39.className = "region";if (document.all && !window.opera) { destSelect.add(newOption39); } else { destSelect.add(newOption39, null); }optGroup17.appendChild(newOption39);
                var newOption40 = document.createElement("option");newOption40.text = "Dalaman"; newOption40.value = "DLM"; newOption40.className = "region";if (document.all && !window.opera) { destSelect.add(newOption40); } else { destSelect.add(newOption40, null); }optGroup17.appendChild(newOption40);
                var optGroup18 = document.createElement("optgroup");optGroup18.label = "Usa";destSelect.appendChild(optGroup18);
                var newOption41 = document.createElement("option");newOption41.text = "Sanford"; newOption41.value = "SFB"; newOption41.className = "region";if (document.all && !window.opera) { destSelect.add(newOption41); } else { destSelect.add(newOption41, null); }optGroup18.appendChild(newOption41);
                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 optGroup1 = document.createElement("optgroup");optGroup1.label = "Cyprus";destSelect.appendChild(optGroup1);
                var newOption1 = document.createElement("option");newOption1.text = "Larnaca"; newOption1.value = "LCA"; newOption1.className = "region";if (document.all && !window.opera) { destSelect.add(newOption1); } else { destSelect.add(newOption1, null); }optGroup1.appendChild(newOption1);
                var newOption2 = document.createElement("option");newOption2.text = "Paphos"; newOption2.value = "PFO"; newOption2.className = "region";if (document.all && !window.opera) { destSelect.add(newOption2); } else { destSelect.add(newOption2, null); }optGroup1.appendChild(newOption2);
                var optGroup2 = document.createElement("optgroup");optGroup2.label = "Egypt";destSelect.appendChild(optGroup2);
                var newOption3 = document.createElement("option");newOption3.text = "Sharm El Sheikh"; newOption3.value = "SSH"; newOption3.className = "region";if (document.all && !window.opera) { destSelect.add(newOption3); } else { destSelect.add(newOption3, null); }optGroup2.appendChild(newOption3);
                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 optGroup1 = document.createElement("optgroup");optGroup1.label = "Cyprus";destSelect.appendChild(optGroup1);
                var newOption1 = document.createElement("option");newOption1.text = "Larnaca"; newOption1.value = "LCA"; newOption1.className = "region";if (document.all && !window.opera) { destSelect.add(newOption1); } else { destSelect.add(newOption1, null); }optGroup1.appendChild(newOption1);
                var newOption2 = document.createElement("option");newOption2.text = "Paphos"; newOption2.value = "PFO"; newOption2.className = "region";if (document.all && !window.opera) { destSelect.add(newOption2); } else { destSelect.add(newOption2, null); }optGroup1.appendChild(newOption2);
                var optGroup2 = document.createElement("optgroup");optGroup2.label = "Egypt";destSelect.appendChild(optGroup2);
                var newOption3 = document.createElement("option");newOption3.text = "Hurghada"; newOption3.value = "HRG"; newOption3.className = "region";if (document.all && !window.opera) { destSelect.add(newOption3); } else { destSelect.add(newOption3, null); }optGroup2.appendChild(newOption3);
                var newOption4 = document.createElement("option");newOption4.text = "Sharm El Sheikh"; newOption4.value = "SSH"; newOption4.className = "region";if (document.all && !window.opera) { destSelect.add(newOption4); } else { destSelect.add(newOption4, null); }optGroup2.appendChild(newOption4);
                var optGroup3 = document.createElement("optgroup");optGroup3.label = "Greece";destSelect.appendChild(optGroup3);
                var newOption5 = document.createElement("option");newOption5.text = "Chania"; newOption5.value = "CHQ"; newOption5.className = "region";if (document.all && !window.opera) { destSelect.add(newOption5); } else { destSelect.add(newOption5, null); }optGroup3.appendChild(newOption5);
                var newOption6 = document.createElement("option");newOption6.text = "Corfu"; newOption6.value = "CFU"; newOption6.className = "region";if (document.all && !window.opera) { destSelect.add(newOption6); } else { destSelect.add(newOption6, null); }optGroup3.appendChild(newOption6);
                var newOption7 = document.createElement("option");newOption7.text = "Heraklion"; newOption7.value = "HER"; newOption7.className = "region";if (document.all && !window.opera) { destSelect.add(newOption7); } else { destSelect.add(newOption7, null); }optGroup3.appendChild(newOption7);
                var newOption8 = document.createElement("option");newOption8.text = "Kefalonia"; newOption8.value = "EFL"; newOption8.className = "region";if (document.all && !window.opera) { destSelect.add(newOption8); } else { destSelect.add(newOption8, null); }optGroup3.appendChild(newOption8);
                var newOption9 = document.createElement("option");newOption9.text = "Kos"; newOption9.value = "KGS"; newOption9.className = "region";if (document.all && !window.opera) { destSelect.add(newOption9); } else { destSelect.add(newOption9, null); }optGroup3.appendChild(newOption9);
                var newOption10 = document.createElement("option");newOption10.text = "Mykonos"; newOption10.value = "JMK"; newOption10.className = "region";if (document.all && !window.opera) { destSelect.add(newOption10); } else { destSelect.add(newOption10, null); }optGroup3.appendChild(newOption10);
                var newOption11 = document.createElement("option");newOption11.text = "Preveza"; newOption11.value = "PVK"; newOption11.className = "region";if (document.all && !window.opera) { destSelect.add(newOption11); } else { destSelect.add(newOption11, null); }optGroup3.appendChild(newOption11);
                var newOption12 = document.createElement("option");newOption12.text = "Rhodes"; newOption12.value = "RHO"; newOption12.className = "region";if (document.all && !window.opera) { destSelect.add(newOption12); } else { destSelect.add(newOption12, null); }optGroup3.appendChild(newOption12);
                var newOption13 = document.createElement("option");newOption13.text = "Santorini"; newOption13.value = "JTR"; newOption13.className = "region";if (document.all && !window.opera) { destSelect.add(newOption13); } else { destSelect.add(newOption13, null); }optGroup3.appendChild(newOption13);
                var newOption14 = document.createElement("option");newOption14.text = "Skiathos"; newOption14.value = "JSI"; newOption14.className = "region";if (document.all && !window.opera) { destSelect.add(newOption14); } else { destSelect.add(newOption14, null); }optGroup3.appendChild(newOption14);
                var newOption15 = document.createElement("option");newOption15.text = "Zakynthos"; newOption15.value = "ZTH"; newOption15.className = "region";if (document.all && !window.opera) { destSelect.add(newOption15); } else { destSelect.add(newOption15, null); }optGroup3.appendChild(newOption15);
                var optGroup4 = document.createElement("optgroup");optGroup4.label = "Portugal";destSelect.appendChild(optGroup4);
                var newOption16 = document.createElement("option");newOption16.text = "Faro"; newOption16.value = "FAO"; newOption16.className = "region";if (document.all && !window.opera) { destSelect.add(newOption16); } else { destSelect.add(newOption16, null); }optGroup4.appendChild(newOption16);
                var optGroup5 = document.createElement("optgroup");optGroup5.label = "Spain";destSelect.appendChild(optGroup5);
                var newOption17 = document.createElement("option");newOption17.text = "Alicante"; newOption17.value = "ALC"; newOption17.className = "region";if (document.all && !window.opera) { destSelect.add(newOption17); } else { destSelect.add(newOption17, null); }optGroup5.appendChild(newOption17);
                var newOption18 = document.createElement("option");newOption18.text = "Arrecife"; newOption18.value = "ACE"; newOption18.className = "region";if (document.all && !window.opera) { destSelect.add(newOption18); } else { destSelect.add(newOption18, null); }optGroup5.appendChild(newOption18);
                var newOption19 = document.createElement("option");newOption19.text = "Fuerteventura"; newOption19.value = "FUE"; newOption19.className = "region";if (document.all && !window.opera) { destSelect.add(newOption19); } else { destSelect.add(newOption19, null); }optGroup5.appendChild(newOption19);
                var newOption20 = document.createElement("option");newOption20.text = "Las Palmas"; newOption20.value = "LPA"; newOption20.className = "region";if (document.all && !window.opera) { destSelect.add(newOption20); } else { destSelect.add(newOption20, null); }optGroup5.appendChild(newOption20);
                var newOption21 = document.createElement("option");newOption21.text = "Mahon"; newOption21.value = "MAH"; newOption21.className = "region";if (document.all && !window.opera) { destSelect.add(newOption21); } else { destSelect.add(newOption21, null); }optGroup5.appendChild(newOption21);
                var newOption22 = document.createElement("option");newOption22.text = "Malaga"; newOption22.value = "AGP"; newOption22.className = "region";if (document.all && !window.opera) { destSelect.add(newOption22); } else { destSelect.add(newOption22, null); }optGroup5.appendChild(newOption22);
                var newOption23 = document.createElement("option");newOption23.text = "Palma"; newOption23.value = "PMI"; newOption23.className = "region";if (document.all && !window.opera) { destSelect.add(newOption23); } else { destSelect.add(newOption23, null); }optGroup5.appendChild(newOption23);
                var newOption24 = document.createElement("option");newOption24.text = "Tenerife"; newOption24.value = "TFS"; newOption24.className = "region";if (document.all && !window.opera) { destSelect.add(newOption24); } else { destSelect.add(newOption24, null); }optGroup5.appendChild(newOption24);
                var optGroup6 = document.createElement("optgroup");optGroup6.label = "Turkey";destSelect.appendChild(optGroup6);
                var newOption25 = document.createElement("option");newOption25.text = "Bodrum"; newOption25.value = "BJV"; newOption25.className = "region";if (document.all && !window.opera) { destSelect.add(newOption25); } else { destSelect.add(newOption25, null); }optGroup6.appendChild(newOption25);
                var newOption26 = document.createElement("option");newOption26.text = "Dalaman"; newOption26.value = "DLM"; newOption26.className = "region";if (document.all && !window.opera) { destSelect.add(newOption26); } else { destSelect.add(newOption26, null); }optGroup6.appendChild(newOption26);
                var optGroup7 = document.createElement("optgroup");optGroup7.label = "Usa";destSelect.appendChild(optGroup7);
                var newOption27 = document.createElement("option");newOption27.text = "Sanford"; newOption27.value = "SFB"; newOption27.className = "region";if (document.all && !window.opera) { destSelect.add(newOption27); } else { destSelect.add(newOption27, null); }optGroup7.appendChild(newOption27);
                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 optGroup1 = document.createElement("optgroup");optGroup1.label = "Cyprus";destSelect.appendChild(optGroup1);
                var newOption1 = document.createElement("option");newOption1.text = "Paphos"; newOption1.value = "PFO"; newOption1.className = "region";if (document.all && !window.opera) { destSelect.add(newOption1); } else { destSelect.add(newOption1, null); }optGroup1.appendChild(newOption1);
                var optGroup2 = document.createElement("optgroup");optGroup2.label = "Egypt";destSelect.appendChild(optGroup2);
                var newOption2 = document.createElement("option");newOption2.text = "Sharm El Sheikh"; newOption2.value = "SSH"; newOption2.className = "region";if (document.all && !window.opera) { destSelect.add(newOption2); } else { destSelect.add(newOption2, null); }optGroup2.appendChild(newOption2);
                var optGroup3 = document.createElement("optgroup");optGroup3.label = "Greece";destSelect.appendChild(optGroup3);
                var newOption3 = document.createElement("option");newOption3.text = "Corfu"; newOption3.value = "CFU"; newOption3.className = "region";if (document.all && !window.opera) { destSelect.add(newOption3); } else { destSelect.add(newOption3, null); }optGroup3.appendChild(newOption3);
                var newOption4 = document.createElement("option");newOption4.text = "Kefalonia"; newOption4.value = "EFL"; newOption4.className = "region";if (document.all && !window.opera) { destSelect.add(newOption4); } else { destSelect.add(newOption4, null); }optGroup3.appendChild(newOption4);
                var newOption5 = document.createElement("option");newOption5.text = "Rhodes"; newOption5.value = "RHO"; newOption5.className = "region";if (document.all && !window.opera) { destSelect.add(newOption5); } else { destSelect.add(newOption5, null); }optGroup3.appendChild(newOption5);
                var newOption6 = document.createElement("option");newOption6.text = "Skiathos"; newOption6.value = "JSI"; newOption6.className = "region";if (document.all && !window.opera) { destSelect.add(newOption6); } else { destSelect.add(newOption6, null); }optGroup3.appendChild(newOption6);
                var newOption7 = document.createElement("option");newOption7.text = "Zakynthos"; newOption7.value = "ZTH"; newOption7.className = "region";if (document.all && !window.opera) { destSelect.add(newOption7); } else { destSelect.add(newOption7, null); }optGroup3.appendChild(newOption7);
                var optGroup4 = document.createElement("optgroup");optGroup4.label = "Spain";destSelect.appendChild(optGroup4);
                var newOption8 = document.createElement("option");newOption8.text = "Arrecife"; newOption8.value = "ACE"; newOption8.className = "region";if (document.all && !window.opera) { destSelect.add(newOption8); } else { destSelect.add(newOption8, null); }optGroup4.appendChild(newOption8);
                var newOption9 = document.createElement("option");newOption9.text = "Tenerife"; newOption9.value = "TFS"; newOption9.className = "region";if (document.all && !window.opera) { destSelect.add(newOption9); } else { destSelect.add(newOption9, null); }optGroup4.appendChild(newOption9);
                var optGroup5 = document.createElement("optgroup");optGroup5.label = "Turkey";destSelect.appendChild(optGroup5);
                var newOption10 = document.createElement("option");newOption10.text = "Dalaman"; newOption10.value = "DLM"; newOption10.className = "region";if (document.all && !window.opera) { destSelect.add(newOption10); } else { destSelect.add(newOption10, null); }optGroup5.appendChild(newOption10);
                break;
            case "NOC":
                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 optGroup1 = document.createElement("optgroup");optGroup1.label = "United Kingdom";destSelect.appendChild(optGroup1);
                var newOption1 = document.createElement("option");newOption1.text = "Gatwick"; newOption1.value = "LGW"; newOption1.className = "region";if (document.all && !window.opera) { destSelect.add(newOption1); } else { destSelect.add(newOption1, null); }optGroup1.appendChild(newOption1);
                break;
            case "PFO":
                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 optGroup1 = document.createElement("optgroup");optGroup1.label = "United Kingdom";destSelect.appendChild(optGroup1);
                var newOption1 = document.createElement("option");newOption1.text = "Luton"; newOption1.value = "LTN"; newOption1.className = "region";if (document.all && !window.opera) { destSelect.add(newOption1); } else { destSelect.add(newOption1, null); }optGroup1.appendChild(newOption1);
                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 optGroup1 = document.createElement("optgroup");optGroup1.label = "Antigua";destSelect.appendChild(optGroup1);
                var newOption1 = document.createElement("option");newOption1.text = "Antigua"; newOption1.value = "ANU"; newOption1.className = "region";if (document.all && !window.opera) { destSelect.add(newOption1); } else { destSelect.add(newOption1, null); }optGroup1.appendChild(newOption1);
                var optGroup2 = document.createElement("optgroup");optGroup2.label = "Barbados";destSelect.appendChild(optGroup2);
                var newOption2 = document.createElement("option");newOption2.text = "Bridgetown"; newOption2.value = "BGI"; newOption2.className = "region";if (document.all && !window.opera) { destSelect.add(newOption2); } else { destSelect.add(newOption2, null); }optGroup2.appendChild(newOption2);
                var optGroup3 = document.createElement("optgroup");optGroup3.label = "Bulgaria";destSelect.appendChild(optGroup3);
                var newOption3 = document.createElement("option");newOption3.text = "Bourgas"; newOption3.value = "BOJ"; newOption3.className = "region";if (document.all && !window.opera) { destSelect.add(newOption3); } else { destSelect.add(newOption3, null); }optGroup3.appendChild(newOption3);
                var optGroup4 = document.createElement("optgroup");optGroup4.label = "Cyprus";destSelect.appendChild(optGroup4);
                var newOption4 = document.createElement("option");newOption4.text = "Larnaca"; newOption4.value = "LCA"; newOption4.className = "region";if (document.all && !window.opera) { destSelect.add(newOption4); } else { destSelect.add(newOption4, null); }optGroup4.appendChild(newOption4);
                var newOption5 = document.createElement("option");newOption5.text = "Paphos"; newOption5.value = "PFO"; newOption5.className = "region";if (document.all && !window.opera) { destSelect.add(newOption5); } else { destSelect.add(newOption5, null); }optGroup4.appendChild(newOption5);
                var optGroup5 = document.createElement("optgroup");optGroup5.label = "Egypt";destSelect.appendChild(optGroup5);
                var newOption6 = document.createElement("option");newOption6.text = "Hurghada"; newOption6.value = "HRG"; newOption6.className = "region";if (document.all && !window.opera) { destSelect.add(newOption6); } else { destSelect.add(newOption6, null); }optGroup5.appendChild(newOption6);
                var newOption7 = document.createElement("option");newOption7.text = "Luxor"; newOption7.value = "LXR"; newOption7.className = "region";if (document.all && !window.opera) { destSelect.add(newOption7); } else { destSelect.add(newOption7, null); }optGroup5.appendChild(newOption7);
                var newOption8 = document.createElement("option");newOption8.text = "Sharm El Sheikh"; newOption8.value = "SSH"; newOption8.className = "region";if (document.all && !window.opera) { destSelect.add(newOption8); } else { destSelect.add(newOption8, null); }optGroup5.appendChild(newOption8);
                var optGroup6 = document.createElement("optgroup");optGroup6.label = "France";destSelect.appendChild(optGroup6);
                var newOption9 = document.createElement("option");newOption9.text = "Bastia"; newOption9.value = "BIA"; newOption9.className = "region";if (document.all && !window.opera) { destSelect.add(newOption9); } else { destSelect.add(newOption9, null); }optGroup6.appendChild(newOption9);
                var optGroup7 = document.createElement("optgroup");optGroup7.label = "Greece";destSelect.appendChild(optGroup7);
                var newOption10 = document.createElement("option");newOption10.text = "Chania"; newOption10.value = "CHQ"; newOption10.className = "region";if (document.all && !window.opera) { destSelect.add(newOption10); } else { destSelect.add(newOption10, null); }optGroup7.appendChild(newOption10);
                var newOption11 = document.createElement("option");newOption11.text = "Corfu"; newOption11.value = "CFU"; newOption11.className = "region";if (document.all && !window.opera) { destSelect.add(newOption11); } else { destSelect.add(newOption11, null); }optGroup7.appendChild(newOption11);
                var newOption12 = document.createElement("option");newOption12.text = "Heraklion"; newOption12.value = "HER"; newOption12.className = "region";if (document.all && !window.opera) { destSelect.add(newOption12); } else { destSelect.add(newOption12, null); }optGroup7.appendChild(newOption12);
                var newOption13 = document.createElement("option");newOption13.text = "Kalamata"; newOption13.value = "KLX"; newOption13.className = "region";if (document.all && !window.opera) { destSelect.add(newOption13); } else { destSelect.add(newOption13, null); }optGroup7.appendChild(newOption13);
                var newOption14 = document.createElement("option");newOption14.text = "Kefalonia"; newOption14.value = "EFL"; newOption14.className = "region";if (document.all && !window.opera) { destSelect.add(newOption14); } else { destSelect.add(newOption14, null); }optGroup7.appendChild(newOption14);
                var newOption15 = document.createElement("option");newOption15.text = "Kos"; newOption15.value = "KGS"; newOption15.className = "region";if (document.all && !window.opera) { destSelect.add(newOption15); } else { destSelect.add(newOption15, null); }optGroup7.appendChild(newOption15);
                var newOption16 = document.createElement("option");newOption16.text = "Mykonos"; newOption16.value = "JMK"; newOption16.className = "region";if (document.all && !window.opera) { destSelect.add(newOption16); } else { destSelect.add(newOption16, null); }optGroup7.appendChild(newOption16);
                var newOption17 = document.createElement("option");newOption17.text = "Mytilene (Lesbos)"; newOption17.value = "MJT"; newOption17.className = "region";if (document.all && !window.opera) { destSelect.add(newOption17); } else { destSelect.add(newOption17, null); }optGroup7.appendChild(newOption17);
                var newOption18 = document.createElement("option");newOption18.text = "Preveza"; newOption18.value = "PVK"; newOption18.className = "region";if (document.all && !window.opera) { destSelect.add(newOption18); } else { destSelect.add(newOption18, null); }optGroup7.appendChild(newOption18);
                var newOption19 = document.createElement("option");newOption19.text = "Rhodes"; newOption19.value = "RHO"; newOption19.className = "region";if (document.all && !window.opera) { destSelect.add(newOption19); } else { destSelect.add(newOption19, null); }optGroup7.appendChild(newOption19);
                var newOption20 = document.createElement("option");newOption20.text = "Samos"; newOption20.value = "SMI"; newOption20.className = "region";if (document.all && !window.opera) { destSelect.add(newOption20); } else { destSelect.add(newOption20, null); }optGroup7.appendChild(newOption20);
                var newOption21 = document.createElement("option");newOption21.text = "Santorini"; newOption21.value = "JTR"; newOption21.className = "region";if (document.all && !window.opera) { destSelect.add(newOption21); } else { destSelect.add(newOption21, null); }optGroup7.appendChild(newOption21);
                var newOption22 = document.createElement("option");newOption22.text = "Skiathos"; newOption22.value = "JSI"; newOption22.className = "region";if (document.all && !window.opera) { destSelect.add(newOption22); } else { destSelect.add(newOption22, null); }optGroup7.appendChild(newOption22);
                var newOption23 = document.createElement("option");newOption23.text = "Zakynthos"; newOption23.value = "ZTH"; newOption23.className = "region";if (document.all && !window.opera) { destSelect.add(newOption23); } else { destSelect.add(newOption23, null); }optGroup7.appendChild(newOption23);
                var optGroup8 = document.createElement("optgroup");optGroup8.label = "Grenada";destSelect.appendChild(optGroup8);
                var newOption24 = document.createElement("option");newOption24.text = "Grenada"; newOption24.value = "GND"; newOption24.className = "region";if (document.all && !window.opera) { destSelect.add(newOption24); } else { destSelect.add(newOption24, null); }optGroup8.appendChild(newOption24);
                var optGroup9 = document.createElement("optgroup");optGroup9.label = "Ireland";destSelect.appendChild(optGroup9);
                var newOption25 = document.createElement("option");newOption25.text = "Knock"; newOption25.value = "NOC"; newOption25.className = "region";if (document.all && !window.opera) { destSelect.add(newOption25); } else { destSelect.add(newOption25, null); }optGroup9.appendChild(newOption25);
                var optGroup10 = document.createElement("optgroup");optGroup10.label = "Italy";destSelect.appendChild(optGroup10);
                var newOption26 = document.createElement("option");newOption26.text = "Cagliari"; newOption26.value = "CAG"; newOption26.className = "region";if (document.all && !window.opera) { destSelect.add(newOption26); } else { destSelect.add(newOption26, null); }optGroup10.appendChild(newOption26);
                var optGroup11 = document.createElement("optgroup");optGroup11.label = "Portugal";destSelect.appendChild(optGroup11);
                var newOption27 = document.createElement("option");newOption27.text = "Faro"; newOption27.value = "FAO"; newOption27.className = "region";if (document.all && !window.opera) { destSelect.add(newOption27); } else { destSelect.add(newOption27, null); }optGroup11.appendChild(newOption27);
                var optGroup12 = document.createElement("optgroup");optGroup12.label = "Spain";destSelect.appendChild(optGroup12);
                var newOption28 = document.createElement("option");newOption28.text = "Alicante"; newOption28.value = "ALC"; newOption28.className = "region";if (document.all && !window.opera) { destSelect.add(newOption28); } else { destSelect.add(newOption28, null); }optGroup12.appendChild(newOption28);
                var newOption29 = document.createElement("option");newOption29.text = "Arrecife"; newOption29.value = "ACE"; newOption29.className = "region";if (document.all && !window.opera) { destSelect.add(newOption29); } else { destSelect.add(newOption29, null); }optGroup12.appendChild(newOption29);
                var newOption30 = document.createElement("option");newOption30.text = "Fuerteventura"; newOption30.value = "FUE"; newOption30.className = "region";if (document.all && !window.opera) { destSelect.add(newOption30); } else { destSelect.add(newOption30, null); }optGroup12.appendChild(newOption30);
                var newOption31 = document.createElement("option");newOption31.text = "Las Palmas"; newOption31.value = "LPA"; newOption31.className = "region";if (document.all && !window.opera) { destSelect.add(newOption31); } else { destSelect.add(newOption31, null); }optGroup12.appendChild(newOption31);
                var newOption32 = document.createElement("option");newOption32.text = "Mahon"; newOption32.value = "MAH"; newOption32.className = "region";if (document.all && !window.opera) { destSelect.add(newOption32); } else { destSelect.add(newOption32, null); }optGroup12.appendChild(newOption32);
                var newOption33 = document.createElement("option");newOption33.text = "Malaga"; newOption33.value = "AGP"; newOption33.className = "region";if (document.all && !window.opera) { destSelect.add(newOption33); } else { destSelect.add(newOption33, null); }optGroup12.appendChild(newOption33);
                var newOption34 = document.createElement("option");newOption34.text = "Palma"; newOption34.value = "PMI"; newOption34.className = "region";if (document.all && !window.opera) { destSelect.add(newOption34); } else { destSelect.add(newOption34, null); }optGroup12.appendChild(newOption34);
                var newOption35 = document.createElement("option");newOption35.text = "Tenerife"; newOption35.value = "TFS"; newOption35.className = "region";if (document.all && !window.opera) { destSelect.add(newOption35); } else { destSelect.add(newOption35, null); }optGroup12.appendChild(newOption35);
                var optGroup13 = document.createElement("optgroup");optGroup13.label = "St. Kitts And Nevis";destSelect.appendChild(optGroup13);
                var newOption36 = document.createElement("option");newOption36.text = "St. Kitts"; newOption36.value = "SKB"; newOption36.className = "region";if (document.all && !window.opera) { destSelect.add(newOption36); } else { destSelect.add(newOption36, null); }optGroup13.appendChild(newOption36);
                var optGroup14 = document.createElement("optgroup");optGroup14.label = "St. Lucia";destSelect.appendChild(optGroup14);
                var newOption37 = document.createElement("option");newOption37.text = "St. Lucia Hewanorra"; newOption37.value = "UVF"; newOption37.className = "region";if (document.all && !window.opera) { destSelect.add(newOption37); } else { destSelect.add(newOption37, null); }optGroup14.appendChild(newOption37);
                var optGroup15 = document.createElement("optgroup");optGroup15.label = "Tobago";destSelect.appendChild(optGroup15);
                var newOption38 = document.createElement("option");newOption38.text = "Tobago"; newOption38.value = "TAB"; newOption38.className = "region";if (document.all && !window.opera) { destSelect.add(newOption38); } else { destSelect.add(newOption38, null); }optGroup15.appendChild(newOption38);
                var optGroup16 = document.createElement("optgroup");optGroup16.label = "Tunisia";destSelect.appendChild(optGroup16);
                var newOption39 = document.createElement("option");newOption39.text = "Monastir"; newOption39.value = "MIR"; newOption39.className = "region";if (document.all && !window.opera) { destSelect.add(newOption39); } else { destSelect.add(newOption39, null); }optGroup16.appendChild(newOption39);
                var optGroup17 = document.createElement("optgroup");optGroup17.label = "Turkey";destSelect.appendChild(optGroup17);
                var newOption40 = document.createElement("option");newOption40.text = "Bodrum"; newOption40.value = "BJV"; newOption40.className = "region";if (document.all && !window.opera) { destSelect.add(newOption40); } else { destSelect.add(newOption40, null); }optGroup17.appendChild(newOption40);
                var newOption41 = document.createElement("option");newOption41.text = "Dalaman"; newOption41.value = "DLM"; newOption41.className = "region";if (document.all && !window.opera) { destSelect.add(newOption41); } else { destSelect.add(newOption41, null); }optGroup17.appendChild(newOption41);
                var optGroup18 = document.createElement("optgroup");optGroup18.label = "United Kingdom";destSelect.appendChild(optGroup18);
                var newOption42 = document.createElement("option");newOption42.text = "Gatwick"; newOption42.value = "LGW"; newOption42.className = "region";if (document.all && !window.opera) { destSelect.add(newOption42); } else { destSelect.add(newOption42, null); }optGroup18.appendChild(newOption42);
                var newOption43 = document.createElement("option");newOption43.text = "Luton"; newOption43.value = "LTN"; newOption43.className = "region";if (document.all && !window.opera) { destSelect.add(newOption43); } else { destSelect.add(newOption43, null); }optGroup18.appendChild(newOption43);
                var newOption44 = document.createElement("option");newOption44.text = "Manchester"; newOption44.value = "MAN"; newOption44.className = "region";if (document.all && !window.opera) { destSelect.add(newOption44); } else { destSelect.add(newOption44, null); }optGroup18.appendChild(newOption44);
                var optGroup19 = document.createElement("optgroup");optGroup19.label = "Usa";destSelect.appendChild(optGroup19);
                var newOption45 = document.createElement("option");newOption45.text = "Sanford"; newOption45.value = "SFB"; newOption45.className = "region";if (document.all && !window.opera) { destSelect.add(newOption45); } else { destSelect.add(newOption45, null); }optGroup19.appendChild(newOption45);
                break;
            }
            for (var x = 0; x <= (destSelect.length - 1); x++)
            {
                if (destSelect.options[x].value == destination)
                {
                    destSelect.options[x].selected = true;
                }
            }
        }
