// This is a Perl script generated file. Do not modify manually

function loadCountry() {
    var countryel   = document.getElementById("country");
    var cityel      = document.getElementById("city");
    var areael      = document.getElementById("area");
    var storeel     = document.getElementById("store");

    removeSelectOption(countryel);
    removeSelectOption(cityel);
    removeSelectOption(areael);
    removeSelectOption(storeel);

    addSelectOption(countryel, "Select Delivery Country", "Select Delivery Country", true, 0);
    addSelectOption(countryel, "India", "India", false, 1);
    addSelectOption(countryel, 'USA', 'USA', false, 2);

    addSelectOption(cityel, "Select Delivery City", "Select Delivery City", true, 0);
    addSelectOption(areael, "Select Delivery Area", "Select Delivery Area", true, 0);
    addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", true, 0);
};

function loadCity() {
    var countryel   = document.getElementById("country");
    var cityel      = document.getElementById("city");
    var areael      = document.getElementById("area");
    var storeel     = document.getElementById("store");

    removeSelectOption(cityel);
    removeSelectOption(areael);
    removeSelectOption(storeel);

    var coid      = countryel.options[countryel.selectedIndex].text;
    
    if (coid == 'India')
    {
        document.getElementById('SELECTBOX2').innerHTML = "Select City:";
        document.getElementById('SELECTBOX3').innerHTML = "Select Area:";
        addSelectOption(cityel, "Select Delivery City", "Select Delivery City", true, 0);
        addSelectOption(cityel, 'Bangalore', 'Bangalore', false, 1);
        addSelectOption(cityel, 'Hyderabad', 'Hyderabad', false, 2);

        addSelectOption(areael, "Select Delivery Area", "Select Delivery Area", true, 0);

        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", true, 0);
    }
    if (coid == 'USA')
    {
        document.getElementById('SELECTBOX2').innerHTML = "Select State:";
        document.getElementById('SELECTBOX3').innerHTML = "Select City:";
        addSelectOption(cityel, "Select Delivery State", "Select Delivery State", true, 0);
        addSelectOption(cityel, 'Maryland', 'Maryland', false, 1);

        addSelectOption(areael, "Select Delivery City", "Select Delivery City", true, 0);

        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", true, 0);
    }
};

function loadArea() {
    var cityel   = document.getElementById("city");
    var areael   = document.getElementById("area");

    var cid      = cityel.options[cityel.selectedIndex].text;
    var aid;

    removeSelectOption(areael);

    if (cid == 'Select Delivery City') {
        addSelectOption(areael, "Select Delivery Area", "Select Delivery Area", true, 0);
    }
    if (cid == 'Select Delivery State') {
        addSelectOption(areael, "Select Delivery City", "Select Delivery City", true, 0);
    }
    if (cid == 'Maryland') {
        document.getElementById('SELECTBOX3').innerHTML = "Select City:";
        addSelectOption(areael, "Select Delivery City", "Select Delivery City", false, 0);
        addSelectOption(areael, 'Gaithersburg', 'Gaithersburg', true, 1);
    }
    if (cid == 'Bangalore') {
        document.getElementById('SELECTBOX3').innerHTML = "Select Area:";
        addSelectOption(areael, "Select Delivery Area", "Select Delivery Area", false, 0);
        addSelectOption(areael, 'AECSLayout', 'AECSLayout', true, 1);
        addSelectOption(areael, 'AirportRoad', 'AirportRoad', false, 2);
        addSelectOption(areael, 'Audugodi', 'Audugodi', false, 3);
        addSelectOption(areael, 'BEMLLayout', 'BEMLLayout', false, 4);
        addSelectOption(areael, 'BTM_Layout', 'BTM_Layout', false, 5);
        addSelectOption(areael, 'BagmaneTechPark', 'BagmaneTechPark', false, 6);
        addSelectOption(areael, 'Banashankari', 'Banashankari', false, 7);
        addSelectOption(areael, 'Banaswadi', 'Banaswadi', false, 8);
        addSelectOption(areael, 'BannerghattaRoad', 'BannerghattaRoad', false, 9);
        addSelectOption(areael, 'Bapujinagar', 'Bapujinagar', false, 10);
        addSelectOption(areael, 'Basaveshwarnagar', 'Basaveshwarnagar', false, 11);
        addSelectOption(areael, 'Basvanagudi', 'Basvanagudi', false, 12);
        addSelectOption(areael, 'Begur', 'Begur', false, 13);
        addSelectOption(areael, 'Bellandur', 'Bellandur', false, 14);
        addSelectOption(areael, 'BensonTown', 'BensonTown', false, 15);
        addSelectOption(areael, 'Bhoopasandra', 'Bhoopasandra', false, 16);
        addSelectOption(areael, 'Bhuvneswarinagar', 'Bhuvneswarinagar', false, 17);
        addSelectOption(areael, 'Bilekahalli', 'Bilekahalli', false, 18);
        addSelectOption(areael, 'Bommanhalli', 'Bommanhalli', false, 19);
        addSelectOption(areael, 'BullTempleRoad', 'BullTempleRoad', false, 20);
        addSelectOption(areael, 'Byataranyapura', 'Byataranyapura', false, 21);
        addSelectOption(areael, 'Chamrajpet', 'Chamrajpet', false, 22);
        addSelectOption(areael, 'ChandraLayout', 'ChandraLayout', false, 23);
        addSelectOption(areael, 'Chikkalasandra', 'Chikkalasandra', false, 24);
        addSelectOption(areael, 'Contonment', 'Contonment', false, 25);
        addSelectOption(areael, 'CoxTown', 'CoxTown', false, 26);
        addSelectOption(areael, 'CunninghamRoad', 'CunninghamRoad', false, 27);
        addSelectOption(areael, 'Dasarahalli', 'Dasarahalli', false, 28);
        addSelectOption(areael, 'DollarsColony', 'DollarsColony', false, 29);
        addSelectOption(areael, 'Domlur', 'Domlur', false, 30);
        addSelectOption(areael, 'Ejipura', 'Ejipura', false, 31);
        addSelectOption(areael, 'ElectronicCity', 'ElectronicCity', false, 32);
        addSelectOption(areael, 'FrazerTown', 'FrazerTown', false, 33);
        addSelectOption(areael, 'GBPalya', 'GBPalya', false, 34);
        addSelectOption(areael, 'GauravNagar', 'GauravNagar', false, 35);
        addSelectOption(areael, 'Girinagar', 'Girinagar', false, 36);
        addSelectOption(areael, 'Gokula', 'Gokula', false, 37);
        addSelectOption(areael, 'HALLayout', 'HALLayout', false, 38);
        addSelectOption(areael, 'HBRLayout', 'HBRLayout', false, 39);
        addSelectOption(areael, 'HRBRLayout', 'HRBRLayout', false, 40);
        addSelectOption(areael, 'HSR_Layout Sector1', 'HSR_Layout Sector1', false, 41);
        addSelectOption(areael, 'HSR_Layout Sector2', 'HSR_Layout Sector2', false, 42);
        addSelectOption(areael, 'Hanumanthanagar', 'Hanumanthanagar', false, 43);
        addSelectOption(areael, 'Horamavu', 'Horamavu', false, 44);
        addSelectOption(areael, 'Hoskerhalli', 'Hoskerhalli', false, 45);
        addSelectOption(areael, 'Hulimavu', 'Hulimavu', false, 46);
        addSelectOption(areael, 'Indiranagar', 'Indiranagar', false, 47);
        addSelectOption(areael, 'JPNagar', 'JPNagar', false, 48);
        addSelectOption(areael, 'Jakkasandra', 'Jakkasandra', false, 49);
        addSelectOption(areael, 'Jalahalli', 'Jalahalli', false, 50);
        addSelectOption(areael, 'Jayanagar', 'Jayanagar', false, 51);
        addSelectOption(areael, 'KRPuram', 'KRPuram', false, 52);
        addSelectOption(areael, 'Kadrenahalli', 'Kadrenahalli', false, 53);
        addSelectOption(areael, 'Kagadasapura', 'Kagadasapura', false, 54);
        addSelectOption(areael, 'KaikuntanaHalli', 'KaikuntanaHalli', false, 55);
        addSelectOption(areael, 'KamaskshiPalya', 'KamaskshiPalya', false, 56);
        addSelectOption(areael, 'Kammanahalli', 'Kammanahalli', false, 57);
        addSelectOption(areael, 'Kathriguppe', 'Kathriguppe', false, 58);
        addSelectOption(areael, 'KavalByrasandra', 'KavalByrasandra', false, 59);
        addSelectOption(areael, 'Kengeri', 'Kengeri', false, 60);
        addSelectOption(areael, 'KonanakunteCross', 'KonanakunteCross', false, 61);
        addSelectOption(areael, 'Koramangala', 'Koramangala', false, 62);
        addSelectOption(areael, 'KothanurDinney', 'KothanurDinney', false, 63);
        addSelectOption(areael, 'Kudlu', 'Kudlu', false, 64);
        addSelectOption(areael, 'KumaraswamyLayout', 'KumaraswamyLayout', false, 65);
        addSelectOption(areael, 'Lakkasandra', 'Lakkasandra', false, 66);
        addSelectOption(areael, 'Lingarajapuram', 'Lingarajapuram', false, 67);
        addSelectOption(areael, 'Madiwala', 'Madiwala', false, 68);
        addSelectOption(areael, 'Mahadevapura', 'Mahadevapura', false, 69);
        addSelectOption(areael, 'Malleswaram', 'Malleswaram', false, 70);
        addSelectOption(areael, 'ManyataTechPark', 'ManyataTechPark', false, 71);
        addSelectOption(areael, 'MarathaHalli', 'MarathaHalli', false, 72);
        addSelectOption(areael, 'MarutiNagar', 'MarutiNagar', false, 73);
        addSelectOption(areael, 'Mathikere', 'Mathikere', false, 74);
        addSelectOption(areael, 'MeenakshiLayout', 'MeenakshiLayout', false, 75);
        addSelectOption(areael, 'Moodalapalya', 'Moodalapalya', false, 76);
        addSelectOption(areael, 'MurugeshPalya', 'MurugeshPalya', false, 77);
        addSelectOption(areael, 'Nagarbhavi', 'Nagarbhavi', false, 78);
        addSelectOption(areael, 'NandiniLayout', 'NandiniLayout', false, 79);
        addSelectOption(areael, 'Nayandahalli', 'Nayandahalli', false, 80);
        addSelectOption(areael, 'Neelasandra', 'Neelasandra', false, 81);
        addSelectOption(areael, 'OldMadrasRoad', 'OldMadrasRoad', false, 82);
        addSelectOption(areael, 'Padmanabhanagar', 'Padmanabhanagar', false, 83);
        addSelectOption(areael, 'ParangiPalya', 'ParangiPalya', false, 84);
        addSelectOption(areael, 'Puttenahalli', 'Puttenahalli', false, 85);
        addSelectOption(areael, 'RPCLayout', 'RPCLayout', false, 86);
        addSelectOption(areael, 'RTNagar', 'RTNagar', false, 87);
        addSelectOption(areael, 'Rajajinagar', 'Rajajinagar', false, 88);
        addSelectOption(areael, 'RajarajeswariNagar', 'RajarajeswariNagar', false, 89);
        addSelectOption(areael, 'RamamurthyNagar', 'RamamurthyNagar', false, 90);
        addSelectOption(areael, 'Sanjaynagar', 'Sanjaynagar', false, 91);
        addSelectOption(areael, 'Seshadripuram', 'Seshadripuram', false, 92);
        addSelectOption(areael, 'Shivajinagar', 'Shivajinagar', false, 93);
        addSelectOption(areael, 'SomasundarPalya', 'SomasundarPalya', false, 94);
        addSelectOption(areael, 'Srinagar', 'Srinagar', false, 95);
        addSelectOption(areael, 'Srinivasnagar', 'Srinivasnagar', false, 96);
        addSelectOption(areael, 'Srirampuram', 'Srirampuram', false, 97);
        addSelectOption(areael, 'Subrahmanyanagar', 'Subrahmanyanagar', false, 98);
        addSelectOption(areael, 'Tavarekere', 'Tavarekere', false, 99);
        addSelectOption(areael, 'Thyagarajnagar', 'Thyagarajnagar', false, 100);
        addSelectOption(areael, 'Tippasandra', 'Tippasandra', false, 101);
        addSelectOption(areael, 'Upanagara', 'Upanagara', false, 102);
        addSelectOption(areael, 'Utharahalli', 'Utharahalli', false, 103);
        addSelectOption(areael, 'VVPuram', 'VVPuram', false, 104);
        addSelectOption(areael, 'Vasanthnagar', 'Vasanthnagar', false, 105);
        addSelectOption(areael, 'VictoriaLayout', 'VictoriaLayout', false, 106);
        addSelectOption(areael, 'Vijaynagar', 'Vijaynagar', false, 107);
        addSelectOption(areael, 'Viveknagar', 'Viveknagar', false, 108);
        addSelectOption(areael, 'WhiteField', 'WhiteField', false, 109);
        addSelectOption(areael, 'WilsonGarden', 'WilsonGarden', false, 110);
        addSelectOption(areael, 'Yeshwantpur', 'Yeshwantpur', false, 111);
    }
    if (cid == 'Hyderabad') {
        addSelectOption(areael, "Select Delivery Area", "Select Delivery Area", false, 0);
        addSelectOption(areael, 'Any_Area', 'Any_Area', true, 1);
    }
    loadStore();
};
// This is a Perl script generated file. Do not modify manually

function loadStore() {
    var cityel   = document.getElementById("city");
    var areael   = document.getElementById("area");

    var storeel  = document.getElementById("store");

    var cid      = cityel.options[cityel.selectedIndex].text;
    var aid      = areael.options[areael.selectedIndex].text;
    var sid;

        removeSelectOption(storeel);

    if (aid == 'Select Delivery Area' || aid == 'Select Delivery City' ) {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", true, 0);
    }
    if (cid == 'Maryland' && aid == 'Gaithersburg') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "IndiaBazaar - zip: 20878", "India Bazaar - zip: 20878", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'AECSLayout') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'AirportRoad') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Audugodi') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'BEMLLayout') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'BTM_Layout') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'BagmaneTechPark') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Banashankari') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Banaswadi') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'BannerghattaRoad') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Bapujinagar') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Basaveshwarnagar') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Basvanagudi') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Begur') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Bellandur') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Families Mart", "Families Mart", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'BensonTown') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Bhoopasandra') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Bhuvneswarinagar') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Bilekahalli') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Bommanhalli') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'BullTempleRoad') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Byataranyapura') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Chamrajpet') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'ChandraLayout') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Chikkalasandra') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Contonment') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'CoxTown') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'CunninghamRoad') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Dasarahalli') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'DollarsColony') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Domlur') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Ejipura') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'ElectronicCity') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'FrazerTown') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'GBPalya') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'GauravNagar') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Girinagar') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Gokula') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'HALLayout') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'HBRLayout') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'HRBRLayout') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'HSR_Layout Sector1') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "In and Out", "In and Out", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'HSR_Layout Sector2') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Families Mart", "Families Mart", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Hanumanthanagar') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Horamavu') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Hoskerhalli') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Hulimavu') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Indiranagar') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'JPNagar') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Jakkasandra') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Jalahalli') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Jayanagar') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'KRPuram') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Kadrenahalli') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Kagadasapura') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'KaikuntanaHalli') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Families Mart", "Families Mart", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'KamaskshiPalya') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Kammanahalli') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Kathriguppe') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'KavalByrasandra') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Kengeri') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'KonanakunteCross') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Koramangala') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'KothanurDinney') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Kudlu') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'KumaraswamyLayout') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Lakkasandra') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Lingarajapuram') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Madiwala') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Mahadevapura') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Malleswaram') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'ManyataTechPark') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'MarathaHalli') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'MarutiNagar') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Mathikere') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'MeenakshiLayout') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Moodalapalya') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'MurugeshPalya') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Nagarbhavi') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'NandiniLayout') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Nayandahalli') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Neelasandra') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'OldMadrasRoad') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Padmanabhanagar') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'ParangiPalya') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "In and Out", "In and Out", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Puttenahalli') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'RPCLayout') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'RTNagar') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Rajajinagar') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'RajarajeswariNagar') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'RamamurthyNagar') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Sanjaynagar') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Seshadripuram') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Shivajinagar') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'SomasundarPalya') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "In and Out", "In and Out", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Srinagar') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Srinivasnagar') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Srirampuram') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Subrahmanyanagar') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Tavarekere') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Thyagarajnagar') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Tippasandra') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Upanagara') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Utharahalli') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'VVPuram') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Vasanthnagar') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'VictoriaLayout') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Vijaynagar') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Viveknagar') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'WhiteField') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'WilsonGarden') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Bangalore' && aid == 'Yeshwantpur') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "Any_Store", "Any_Store", true, 1);
    }
    if (cid == 'Hyderabad' && aid == 'Any_Area') {
        addSelectOption(storeel, "Select Favorite Store", "Select Favorite Store", false, 0);
        addSelectOption(storeel, "GetTheBest-Vegetables", "GetTheBest-Vegetables", true, 1);
    }
};
// This is a Perl script generated file. Do not modify manually

function loadStoreCode() {
    var cityel   = document.getElementById("city");
    var areael   = document.getElementById("area");

    var storeel  = document.getElementById("store");

    var cid      = cityel.options[cityel.selectedIndex].text;
    var aid      = areael.options[areael.selectedIndex].text;
    var sid      = storeel.options[storeel.selectedIndex].text;

    var hdiv     = document.getElementById('SCODE');

    if (cid == 'Maryland' && aid == 'Gaithersburg' && sid == 'IndiaBazaar - zip: 20878')
    {
        hdiv.value = "UML101";
    }
    if (cid == 'Bangalore' && aid == 'AECSLayout' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'AirportRoad' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Audugodi' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'BEMLLayout' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'BTM_Layout' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'BagmaneTechPark' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Banashankari' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Banaswadi' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'BannerghattaRoad' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Bapujinagar' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Basaveshwarnagar' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Basvanagudi' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Begur' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Bellandur' && sid == 'Families Mart')
    {
        hdiv.value = "B1002";
    }
    if (cid == 'Bangalore' && aid == 'BensonTown' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Bhoopasandra' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Bhuvneswarinagar' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Bilekahalli' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Bommanhalli' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'BullTempleRoad' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Byataranyapura' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Chamrajpet' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'ChandraLayout' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Chikkalasandra' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Contonment' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'CoxTown' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'CunninghamRoad' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Dasarahalli' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'DollarsColony' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Domlur' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Ejipura' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'ElectronicCity' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'FrazerTown' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'GBPalya' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'GauravNagar' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Girinagar' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Gokula' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'HALLayout' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'HBRLayout' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'HRBRLayout' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'HSR_Layout Sector1' && sid == 'In and Out')
    {
        hdiv.value = "B1001";
    }
    if (cid == 'Bangalore' && aid == 'HSR_Layout Sector2' && sid == 'Families Mart')
    {
        hdiv.value = "B1002";
    }
    if (cid == 'Bangalore' && aid == 'Hanumanthanagar' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Horamavu' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Hoskerhalli' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Hulimavu' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Indiranagar' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'JPNagar' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Jakkasandra' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Jalahalli' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Jayanagar' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'KRPuram' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Kadrenahalli' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Kagadasapura' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'KaikuntanaHalli' && sid == 'Families Mart')
    {
        hdiv.value = "B1002";
    }
    if (cid == 'Bangalore' && aid == 'KamaskshiPalya' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Kammanahalli' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Kathriguppe' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'KavalByrasandra' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Kengeri' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'KonanakunteCross' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Koramangala' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'KothanurDinney' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Kudlu' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'KumaraswamyLayout' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Lakkasandra' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Lingarajapuram' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Madiwala' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Mahadevapura' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Malleswaram' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'ManyataTechPark' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'MarathaHalli' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'MarutiNagar' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Mathikere' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'MeenakshiLayout' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Moodalapalya' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'MurugeshPalya' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Nagarbhavi' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'NandiniLayout' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Nayandahalli' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Neelasandra' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'OldMadrasRoad' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Padmanabhanagar' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'ParangiPalya' && sid == 'In and Out')
    {
        hdiv.value = "B1001";
    }
    if (cid == 'Bangalore' && aid == 'Puttenahalli' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'RPCLayout' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'RTNagar' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Rajajinagar' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'RajarajeswariNagar' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'RamamurthyNagar' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Sanjaynagar' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Seshadripuram' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Shivajinagar' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'SomasundarPalya' && sid == 'In and Out')
    {
        hdiv.value = "B1001";
    }
    if (cid == 'Bangalore' && aid == 'Srinagar' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Srinivasnagar' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Srirampuram' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Subrahmanyanagar' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Tavarekere' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Thyagarajnagar' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Tippasandra' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Upanagara' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Utharahalli' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'VVPuram' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Vasanthnagar' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'VictoriaLayout' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Vijaynagar' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Viveknagar' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'WhiteField' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'WilsonGarden' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Bangalore' && aid == 'Yeshwantpur' && sid == 'Any_Store')
    {
        hdiv.value = "B1000";
    }
    if (cid == 'Hyderabad' && aid == 'Any_Area' && sid == 'GetTheBest-Vegetables')
    {
        hdiv.value = "H1001";
    }
};
