function PopulateMarket(form, selectbox) { //Clear any existing options for (i=0;form.market.length > 0;) form.market.options[0] = null; switch (selectbox.options[selectbox.selectedIndex].value) { case "USA": form.market.options[0] = new Option("Select an Area","",false,false); form.market.options[1] = new Option("Atlanta","atlanta-georgia",false,false); form.market.options[2] = new Option("Duluth","duluth-georgia",false,false); form.market.options[3] = new Option("Lawrenceville","lawrenceville-georgia",false,false); form.market.options[4] = new Option("Norcross","norcross-georgia",false,false); form.market.options[5] = new Option("New York","new york",false,false); form.market.options[6] = new Option("Washington DC","washington dc",false,false); form.market.options[7] = new Option("Chicago","chicago",false,false); break; case "UK": form.market.options[0] = new Option("Select an Area","",false,false); form.market.options[1] = new Option("London","london",false,false); form.market.options[2] = new Option("Waterloo","waterloo",false,false); break; case "ABIA": form.market.options[0] = new Option("Select an Area","",false,false); form.market.options[1] = new Option("Aba North","aba north",false,false); form.market.options[2] = new Option("Aba South","aba south",false,false); form.market.options[3] = new Option("Arochukwu","arochukwu",false,false); form.market.options[4] = new Option("Bende","bende",false,false); form.market.options[5] = new Option("Ikwuano","ikwuano",false,false); form.market.options[6] = new Option("Isiala-Igwa South","isiala-igwa south",false,false); form.market.options[7] = new Option("Isiala-Igwa North","isiala-igwa north",false,false); form.market.options[8] = new Option("Isuikwuato","isuikwuato",false,false); form.market.options[9] = new Option("Obi Ngwa","obi ngwa",false,false); form.market.options[10] = new Option("Ohafia","ohafia",false,false); form.market.options[11] = new Option("Osisioma ngwa","osisioma ngwa",false,false); form.market.options[12] = new Option("Ukwa East","ukwa east",false,false); form.market.options[13] = new Option("Ukwa West","ukwa west",false,false); form.market.options[14] = new Option("Umuahia North","umuahia north",false,false); form.market.options[15] = new Option("Umuahia South","umuahia south",false,false); form.market.options[16] = new Option("Umu-nneochi","umu-nneochi",false,false); break; case "ABUJA": form.market.options[0] = new Option("Select an Area","",false,false); form.market.options[1] = new Option("Asokoro District","asokoro district",false,false); form.market.options[2] = new Option("Central Area Phase II","central area phase II",false,false); form.market.options[3] = new Option("Central Business District","central business district",false,false); form.market.options[4] = new Option("Cultural Zones","cultural zones",false,false); form.market.options[5] = new Option("Diplomatic Zones","diplomatic zones",false,false); form.market.options[6] = new Option("Garki District I","garki district I",false,false); form.market.options[7] = new Option("Garki District II","garki district II",false,false); form.market.options[8] = new Option("Gwarikpa FHA","gwarikpa fha",false,false); form.market.options[9] = new Option("Katampe District","katampe district",false,false); form.market.options[10] = new Option("Lughe District","",lugbe district,false); form.market.options[11] = new Option("Mabushi","mabushi",false,false); form.market.options[12] = new Option("Maitama District","maitama district",false,false); form.market.options[13] = new Option("Wuse District I","wuse district I",false,false); form.market.options[14] = new Option("Wuse District II","wuse district II",false,false); break; case "ADAMAWA": form.market.options[0] = new Option("Select an Area","",false,false); form.market.options[1] = new Option("Demsa","demsa",false,false); form.market.options[2] = new Option("Fufore","fufore",false,false); form.market.options[3] = new Option("Gombi","gombi",false,false); form.market.options[4] = new Option("Guyuk","guyuk",false,false); form.market.options[5] = new Option("Jada","jada",false,false); form.market.options[6] = new Option("Mayo-Belwa","mayo-belwa",false,false); form.market.options[7] = new Option("Mubi North","mubi north",false,false); form.market.options[8] = new Option("Mubi South","mubi south",false,false); form.market.options[9] = new Option("Numan","numan",false,false); form.market.options[10] = new Option("Shelleng","shelleng",false,false); form.market.options[11] = new Option("Song","song",false,false); form.market.options[12] = new Option("Toungo","toungo",false,false); form.market.options[13] = new Option("Yola North","yola north",false,false); form.market.options[14] = new Option("Yola South","yola south",false,false); break; case "AKWAIBOM": form.market.options[0] = new Option("Select an Area","",false,false); form.market.options[1] = new Option("Abak","abak",false,false); form.market.options[2] = new Option("Eastern Obolo","eastern obolo",false,false); form.market.options[3] = new Option("Eket","eket",false,false); form.market.options[4] = new Option("Esit Eket","esit eket",false,false); form.market.options[5] = new Option("Essien-Udium","essien-udiom",false,false); form.market.options[6] = new Option("Ika","ika",false,false); form.market.options[7] = new Option("Ikot-Abasi","ikot-abasi",false,false); form.market.options[8] = new Option("Ikot-Ekpene","ikot-ekpene",false,false); form.market.options[9] = new Option("Mbo","mbo",false,false); form.market.options[10] = new Option("Nsit-Ibon","nsit-ibon",false,false); form.market.options[11] = new Option("Offong/Oruko","offong/oruko",false,false); form.market.options[12] = new Option("Oron","oron",false,false); form.market.options[13] = new Option("Urue Offong-Oruko","urue offong-oruko",false,false); form.market.options[14] = new Option("Uyo","uyo",false,false); break; case "ANAMBRA": form.market.options[0] = new Option("Select an Area","",false,false); form.market.options[1] = new Option("Abagana","abagana",false,false); form.market.options[2] = new Option("Ashalla","ashalla",false,false); form.market.options[3] = new Option("Aguta","aguta",false,false); form.market.options[4] = new Option("Anambra East","anambra east",false,false); form.market.options[5] = new Option("Anambra West","anambra west",false,false); form.market.options[6] = new Option("Awka","awka",false,false); form.market.options[7] = new Option("Awka North","awka north",false,false); form.market.options[8] = new Option("Awka South","awka south",false,false); form.market.options[9] = new Option("GRA","gra",false,false); form.market.options[10] = new Option("Head Bridge","head bridge",false,false); form.market.options[11] = new Option("Idemili North","idemili north",false,false); form.market.options[12] = new Option(""Idemili South"idemili south",false,false); form.market.options[13] = new Option("Inland Town","inland town",false,false); form.market.options[14] = new Option("Nnewi","nnewi",false,false); form.market.options[15] = new Option("Nnewi North","Nnewi North",false,false); form.market.options[16] = new Option("Nnewi South","newi south",false,false); form.market.options[17] = new Option("Ogidi","ogidi",false,false); form.market.options[18] = new Option("Onitsha","onitsha",false,false); form.market.options[19] = new Option("Onitsha North","onitsha north",false,false); form.market.options[20] = new Option("Onitsha South","onitsha south",false,false); form.market.options[21] = new Option("Orumba North","orumba north",false,false); form.market.options[22] = new Option("Orumba South","orumba south",false,false); form.market.options[23] = new Option("Ukpo","ukpo",false,false); form.market.options[24] = new Option("Ukpor","ukpor",false,false); form.market.options[25] = new Option("Umuneze","umuneze",false,false) break; case "BAUCH": form.market.options[0] = new Option("Select an Area","",false,false); form.market.options[1] = new Option("Alkaleri","alkaleri",false,false); form.market.options[2] = new Option("Bauchi","bauchi",false,false); form.market.options[3] = new Option("Bogoro","bogoro",false,false); form.market.options[4] = new Option("Jamaare","jamaare",false,false); form.market.options[5] = new Option("Katagum","katagum",false,false); form.market.options[6] = new Option("Tafawa-Balewa","tafawa-balewa",false,false); form.market.options[7] = new Option("Toro","toro",false,false); form.market.options[8] = new Option("Zaki","zaki",false,false); break; case "BAYELSA": form.market.options[0] = new Option("Select an Area","",false,false); form.market.options[1] = new Option("Brass","brass",false,false); form.market.options[2] = new Option("Ekeremor","ekeremor",false,false); form.market.options[3] = new Option("Kolokuma/Opokuma","kolokuma/opokuma",false,false); form.market.options[4] = new Option("Nembe","nembe",false,false); form.market.options[5] = new Option("Ogbia","ogbia",false,false); form.market.options[6] = new Option("Sagbama","sagbama",false,false); form.market.options[7] = new Option("Southern Ijaw","southern ijaw",false,false); form.market.options[8] = new Option("Uma","uma",false,false); form.market.options[9] = new Option("Yenagoa","yenagoa",false,false); case "BENUE": form.market.options[0] = new Option("Select an Area","",false,false); form.market.options[1] = new Option("Agatu","agatu",false,false); form.market.options[2] = new Option("Gboko","gboko",false,false); form.market.options[3] = new Option("Gwer East","gwer east",false,false); form.market.options[4] = new Option("Gwer West","gwer west",false,false); form.market.options[5] = new Option("Kastina-Ala","kastina-ala",false,false); form.market.options[6] = new Option("Markurdi","markurdi",false,false); form.market.options[7] = new Option("Oturkpo ","oturkpo",false,false); form.market.options[8] = new Option("Tarka","tarka",false,false); form.market.options[9] = new Option("Vandeikya","vandeikya ",false,false); break; case "BORNO": form.market.options[0] = new Option("Select an Area","",false,false); form.market.options[1] = new Option("Biu","biu",false,false); form.market.options[2] = new Option("Dikwa","dikwa",false,false); form.market.options[3] = new Option("Gwoza","gwoza",false,false); form.market.options[4] = new Option("Jere","jere",false,false); form.market.options[5] = new Option("Mafa","mafa",false,false); form.market.options[6] = new Option("Ngala","ngala",false,false); form.market.options[7] = new Option("Nzanzai","nzanzai",false,false); form.market.options[8] = new Option("Shani","shani",false,false); break; case "CROSSRIVER": form.market.options[0] = new Option("Select an Area","",false,false); form.market.options[1] = new Option("Abi","abi",false,false); form.market.options[2] = new Option("Bakassi","bakassi",false,false); form.market.options[3] = new Option("Calabar Municipal","calabar municipal",false,false); form.market.options[4] = new Option("Calabar south","calabar south",false,false); form.market.options[5] = new Option("Ikom","ikom",false,false); form.market.options[6] = new Option("Obudu","obudu",false,false); form.market.options[7] = new Option("Ogoja","ogojo",false,false); form.market.options[8] = new Option("Yala","yala",false,false); form.market.options[9] = new Option("Yarkurr","yarkurr",false,false); break; case "DELTA": form.market.options[0] = new Option("Select an Area","",false,false); form.market.options[1] = new Option("Aniocha North","aniocha north",false,false); form.market.options[2] = new Option("Anicha South","aniocha south",false,false); form.market.options[3] = new Option("Burutu","burutu",false,false); form.market.options[4] = new Option("Ethiope East","ethiope east",false,false); form.market.options[5] = new Option("Ethiope West","ethiope west",false,false); form.market.options[6] = new Option("Ika","ika",false,false); form.market.options[7] = new Option("Isoko North","isoka north",false,false); form.market.options[8] = new Option("Isoko South ","isoko south",false,false); form.market.options[9] = new Option("Sapele","sapele",false,false); form.market.options[10] = new Option("Ugheli North","ugheli north",false,false); form.market.options[11] = new Option("Ugheli South","ugheli south",false,false); form.market.options[12] = new Option("Warri North","warri north",false,false); form.market.options[13] = new Option("Warri South","warri south",false,false); form.market.options[14] = new Option("Warri South-West","warri south-west",false,false); break; case "EBONYI": form.market.options[0] = new Option("Select an Area","",false,false); form.market.options[1] = new Option("Abakaliki","abakaloiki",false,false); form.market.options[2] = new Option("Afikpo North","afikpo north",false,false); form.market.options[3] = new Option("Afikpo South","afikpo south",false,false); form.market.options[4] = new Option("Ebonyi","ebonyi",false,false); form.market.options[5] = new Option("Ezza North","ezza north",false,false); form.market.options[6] = new Option("Ezza South","ezza south",false,false); form.market.options[7] = new Option("Onicha","onicha",false,false); break; case "EDO": form.market.options[0] = new Option("Select an Area","",false,false); form.market.options[1] = new Option("Abudu","abudu",false,false); form.market.options[2] = new Option("Agbede","agbede",false,false); form.market.options[3] = new Option("Agenebede","agenebede",false,false); form.market.options[4] = new Option("Auchi","auchi",false,false); form.market.options[5] = new Option("Benin City","benin city",false,false); form.market.options[6] = new Option("Ekpoma","ekpoma",false,false); form.market.options[7] = new Option("Esan West","esan west",false,false); form.market.options[8] = new Option("Etsako Central","etsako central",false,false); form.market.options[9] = new Option("Etsako East","etsako east",false,false); form.market.options[10] = new Option("Etsako West","etsako west",false,false); form.market.options[11] = new Option("Ovia North East","ovia north east",false,false); form.market.options[12] = new Option("Ovia South West","ovia south west",false,false); form.market.options[13] = new Option("Owan East","owan east",false,false); form.market.options[14] = new Option("Owan West","owan west",false,false); form.market.options[15] = new Option("Uselu","uselu",false,false); break; case "EKITI": form.market.options[0] = new Option("Select an Area","",false,false); form.market.options[1] = new Option("Ado Ekiti","ado ekiti",false,false); form.market.options[2] = new Option("Efon","efon",false,false); form.market.options[3] = new Option("Ekiti East","ekiti east",false,false); form.market.options[4] = new Option("Ekiti South West","ekiti south west",false,false); form.market.options[5] = new Option("Ekiti West","ekiti west",false,false); form.market.options[6] = new Option("Emure","emure",false,false); form.market.options[7] = new Option("Ifelodun","ifelodun",false,false); form.market.options[8] = new Option("Ijero","ijero",false,false); form.market.options[9] = new Option("Ikole","ikole",false,false); form.market.options[10] = new Option("Irepodun","irepodun",false,false); break; case "ENUGU": form.market.options[0] = new Option("Select an Area","",false,false); form.market.options[1] = new Option("Agwu","agwu",false,false); form.market.options[2] = new Option("Enugu East","enugu east",false,false); form.market.options[3] = new Option("Enugu North","enugu north",false,false); form.market.options[4] = new Option("Enugu South","enugu south",false,false); form.market.options[5] = new Option("Ezeagu","ezeagu",false,false); form.market.options[6] = new Option("Igbo-Eze South","igbo-eze south",false,false); form.market.options[7] = new Option("Igbo Etiti","igbo etiti",false,false); form.market.options[8] = new Option("Igbo-Eze North","igbo-eze north",false,false); form.market.options[9] = new Option("Nkanu East","nkanu east",false,false); form.market.options[10] = new Option("Nkanu West","nkanu west",false,false); form.market.options[11] = new Option("Nsukka","nsukka",false,false); form.market.options[12] = new Option("Oji River","oji river",false,false); break; case "GOMBE": form.market.options[0] = new Option("Select an Area","",false,false); form.market.options[1] = new Option("Ako","ako",false,false); form.market.options[2] = new Option("Balanga","balanga",false,false); form.market.options[3] = new Option("Dukku","dukku",false,false); form.market.options[4] = new Option("Gombe","gombe",false,false); form.market.options[5] = new Option("Kaltungo","kaltungo",false,false); form.market.options[6] = new Option("Nafada","nafada",false,false); form.market.options[7] = new Option("Shomgom","shomgum",false,false); form.market.options[8] = new Option("Yamatu/Deba","yamatu/deba",false,false); break; case "IMO": form.market.options[0] = new Option("Select an Area","",false,false); form.market.options[1] = new Option("Aboh-Mabaise","aboh-mabaise",false,false); form.market.options[2] = new Option("Ahiazu-Mbaise","ahiazu-mbaise",false,false); form.market.options[3] = new Option("Ideato North","ideato north",false,false); form.market.options[4] = new Option("Ihitte/Uboma","ihitte/uboma",false,false); form.market.options[5] = new Option("Oguta","oguta",false,false); form.market.options[6] = new Option("Orlu","orlu",false,false); form.market.options[7] = new Option("Oru East","oru east",false,false); form.market.options[8] = new Option("Oru West","oru west",false,false); form.market.options[9] = new Option("Owerri Municipal","owerri municipal",false,false); form.market.options[10] = new Option("Owerri North","owerri north",false,false); form.market.options[11] = new Option("Owerri South","owerri south",false,false); break; case "JINGAWA": form.market.options[0] = new Option("Select an Area","",false,false); form.market.options[1] = new Option("Auyo","auyo",false,false); form.market.options[2] = new Option("Biriniwa","biriniwa",false,false); form.market.options[3] = new Option("Brinin-Kudu","brinin-kudu",false,false); form.market.options[4] = new Option("Dutse","dutse",false,false); form.market.options[5] = new Option("Garki","garki",false,false); form.market.options[6] = new Option("Gumel","gumel",false,false); form.market.options[7] = new Option("Hadejia","hadejia",false,false); form.market.options[8] = new Option("Kazaure","kazaure",false,false); form.market.options[9] = new Option("Ringim","rinjim",false,false); form.market.options[10] = new Option("Taura","taura",false,false); form.market.options[11] = new Option("Yankwashi","yankwashi",false,false); break; case "KADUNA": form.market.options[0] = new Option("Select an Area","",false,false); form.market.options[1] = new Option("Abadawa","abadawa",false,false); form.market.options[2] = new Option("Badarawa","badarawa",false,false); form.market.options[3] = new Option("Binin Gweri","binin gweri",false,false); form.market.options[4] = new Option("Birnin Yero","birnin yero",false,false); form.market.options[5] = new Option("Dawaki","dawaki",false,false); form.market.options[2] = new Option("Gimba","gimba",false,false); form.market.options[3] = new Option("Godogodo North","godogodo north",false,false); form.market.options[4] = new Option("Godogodo South","godogodo south",false,false); form.market.options[5] = new Option("Jamaa","jamaa",false,false); form.market.options[6] = new Option("Kachia","kachia",false,false); form.market.options[7] = new Option("Kaduna North","kaduna north",false,false); form.market.options[8] = new Option("Kaduna South","kaduna south",false,false); form.market.options[9] = new Option("Kafanchan","kafanchan",false,false); form.market.options[10] = new Option("Markarfi","markarfi",false,false); form.market.options[11] = new Option("Nassarawa","nassarawa",false,false); form.market.options[12] = new Option("Sabon Gari","sabon gari",false,false); form.market.options[13] = new Option("Tudun Wada","tudun wada",false,false); form.market.options[14] = new Option("Tudun Wada South","tudun wada south",false,false); form.market.options[15] = new Option("Zaria","zaria",false,false); break; case "KANO": form.market.options[0] = new Option("Select an Area","",false,false); form.market.options[1] = new Option("Albasu Central","albasu central",false,false); form.market.options[2] = new Option("Bebeji","bebeji",false,false); form.market.options[3] = new Option("Beirut Road","beirut road",false,false); form.market.options[4] = new Option("Challawa","challawa",false,false); form.market.options[5] = new Option("Danbare","danbare",false,false); form.market.options[6] = new Option("Danja","danja",false,false); form.market.options[7] = new Option("Daura","daura",false,false); form.market.options[8] = new Option("Dawaki","dawaki",false,false); form.market.options[9] = new Option("Dawaki Kudu","dawaki kudu",false,false); form.market.options[10] = new Option("Dawaki Tofa","dawaki tofa",false,false); form.market.options[11] = new Option("Fagge A","fagge a",false,false); form.market.options[12] = new Option("Fagge 1,2","fagge 1,2",false,false); form.market.options[13] = new Option("Fagge B","fagge b",false,false); form.market.options[14] = new Option("Fagge C","fagge c",false,false); form.market.options[15] = new Option("Ganduu Albasa","ganduu albasa",false,false); form.market.options[16] = new Option("Garki","garki",false,false); form.market.options[17] = new Option("Gaya","gaya",false,false); form.market.options[18] = new Option("Goron Dutse","goron dutse",false,false); form.market.options[19] = new Option("Gwale","gwale",false,false); form.market.options[20] = new Option("Gwazo","gwazo",false,false); form.market.options[21] = new Option("Kano","kano",false,false); form.market.options[22] = new Option("Katsina Road","katsina road",false,false); form.market.options[23] = new Option("Kofa","kofa",false,false); form.market.options[24] = new Option("Rano","rano",false,false); form.market.options[25] = new Option("Rimi","rimi",false,false); form.market.options[26] = new Option("Sabon Gari","sabon gari",false,false); form.market.options[27] = new Option("Tudun Wada","tudun wada",false,false); form.market.options[28] = new Option("Tofa","tofa",false,false); form.market.options[29] = new Option("Wudil","wudil",false,false); form.market.options[30] = new Option("Yakassai","yakassai",false,false); form.market.options[31] = new Option("Zuwo","zuwo",false,false); break; case "KATSINA": form.market.options[0] = new Option("Select an Area","",false,false); form.market.options[1] = new Option("Bokori","bokori",false,false); form.market.options[2] = new Option("Bindawa","bindawa",false,false); form.market.options[3] = new Option("Dan-Musa","dan-musa",false,false); form.market.options[4] = new Option("Danja","danja",false,false); form.market.options[5] = new Option("Daura","daura",false,false); form.market.options[6] = new Option("Dutsi","dutsi",false,false); form.market.options[7] = new Option("Funtua","funtua",false,false); form.market.options[8] = new Option("Kaita","kaita",false,false); form.market.options[9] = new Option("Katsina","katsina",false,false); form.market.options[10] = new Option("Kurfi","kurfi",false,false); form.market.options[11] = new Option("Malumfashi","malumfashi",false,false); form.market.options[12] = new Option("Rimi","rimi",false,false); form.market.options[13] = new Option("Zango","zango",false,false); break; case "KEBBI": form.market.options[0] = new Option("Select an Area","",false,false); form.market.options[1] = new Option("Aliero","aliero",false,false); form.market.options[2] = new Option("Arguugu","arguugu",false,false); form.market.options[3] = new Option("Birnin Kebbi","birnin kebbi",false,false); form.market.options[4] = new Option("Gwandu","gwandu",false,false); form.market.options[5] = new Option("Jega","jega",false,false); form.market.options[6] = new Option("Koko Besse","koko besse",false,false); form.market.options[7] = new Option("Yuri","yuri",false,false); form.market.options[8] = new Option("Zuru","zuru",false,false); break; case "KOGI": form.market.options[0] = new Option("Select an Area","",false,false); form.market.options[1] = new Option("Adavi","adavi",false,false); form.market.options[2] = new Option("Ajaokuta","ajaokuta",false,false); form.market.options[3] = new Option("Ankpa","ankpa",false,false); form.market.options[4] = new Option("Dekina","dekina",false,false); form.market.options[5] = new Option("East Yagba","east yagba",false,false); form.market.options[6] = new Option("West yagba","west yagba",false,false); form.market.options[7] = new Option("Ibaji","ibaji",false,false); form.market.options[8] = new Option("Idah","idah",false,false); form.market.options[9] = new Option("Ijumu","ijumu",false,false); form.market.options[10] = new Option("Kabba","kabba",false,false); form.market.options[11] = new Option("Kogi","kogi",false,false); form.market.options[12] = new Option("Lokoja","lokoja",false,false); form.market.options[13] = new Option("Mopa-Muro","mopa-muro",false,false); form.market.options[14] = new Option("Ogori Magongo","ogori magongo",false,false); form.market.options[15] = new Option("Okehi","okehi",false,false); form.market.options[16] = new Option("Okenne","okenne",false,false); break; case "KWARA": form.market.options[0] = new Option("Select an Area","",false,false); form.market.options[1] = new Option("Asa","asa",false,false); form.market.options[2] = new Option("Baruten","baruten",false,false); form.market.options[3] = new Option("Edu","edu",false,false); form.market.options[4] = new Option("Ekiti","ekiti",false,false); form.market.options[5] = new Option("Ifelodun","ifelodun",false,false); form.market.options[6] = new Option("Ilorin East","ilorin east",false,false); form.market.options[7] = new Option("Ilorin South","ilorin south",false,false); form.market.options[8] = new Option("Ilorin West","ilorin west",false,false); form.market.options[9] = new Option("Irepodun","irepodun",false,false); form.market.options[10] = new Option("Isin","isin",false,false); form.market.options[11] = new Option("Kaima","kaima",false,false); form.market.options[12] = new Option("Moro","moro",false,false); form.market.options[13] = new Option("Offa","offa",false,false); form.market.options[14] = new Option("Oke-Ero","oke-ero",false,false); form.market.options[15] = new Option("Oyun","oyun",false,false); form.market.options[16] = new Option("Pategi","pategi",false,false); break; case "LAGOS": form.market.options[0] = new Option("Select an Area","",false,false); form.market.options[1] = new Option("Abule Egba","abule egba",false,false); form.market.options[2] = new Option("Adelabu","adelabu",false,false); form.market.options[3] = new Option("Adeniran Ogunsanya","adeniran ogunsanya",false,false); form.market.options[4] = new Option("Adeniji Adele","adeniji adele",false,false); form.market.options[5] = new Option("Agege","agege",false,false); form.market.options[6] = new Option("Agidimgbi","agidimgbi",false,false); form.market.options[7] = new Option("Airport Road","airport road",false,false); form.market.options[8] = new Option("Ajah","ajah",false,false); form.market.options[9] = new Option("Ajegunle","ajegunle",false,false); form.market.options[10] = new Option("Akodo","akodo",false,false); form.market.options[11] = new Option("Alausa","alausa",false,false); form.market.options[12] = new Option("Alimosho","alimosho",false,false); form.market.options[13] = new Option("Allen Avenue","allen avenue",false,false); form.market.options[14] = new Option("Amuwo odofin","amuwo odofin",false,false); form.market.options[15] = new Option("Anthony","anthony",false,false); form.market.options[16] = new Option("Apapa","apapa",false,false); form.market.options[17] = new Option("Badagry","badagry",false,false); form.market.options[18] = new Option("Berger","berger",false,false); form.market.options[19] = new Option("Bode Thomas","bode thomas",false,false); form.market.options[20] = new Option("Coker Village","coker village",false,false); form.market.options[21] = new Option("Ebute Meta","ebute meta",false,false); form.market.options[22] = new Option("Egbeda","egbeda",false,false); form.market.options[23] = new Option("Egboefun","egboefun",false,false); form.market.options[24] = new Option("Epe","epe",false,false); form.market.options[25] = new Option("Eti-Osa","eti-osa",false,false); form.market.options[26] = new Option("Fadeyi","fadeyi",false,false); form.market.options[27] = new Option("Festac","festac",false,false); form.market.options[28] = new Option("Gbagada","gbagada",false,false); form.market.options[29] = new Option("GRA","gra",false,false); form.market.options[30] = new Option("Idimu","idimu",false,false); form.market.options[31] = new Option("Ifako","ifako",false,false); form.market.options[32] = new Option("Igbobi","igbobi",false,false); form.market.options[33] = new Option("Ikeja","ikeja",false,false); form.market.options[34] = new Option("Ikorodu","ikorodu",false,false); form.market.options[35] = new Option("Ikotun","ikotun",false,false); form.market.options[36] = new Option("Ikoyi","ikoyi",false,false); form.market.options[37] = new Option("Ilupeju","ilupeju",false,false); form.market.options[38] = new Option("Ipaja","ipaja",false,false); form.market.options[39] = new Option("Iponri","iponri",false,false); form.market.options[40] = new Option("Isheri","isheri",false,false); form.market.options[41] = new Option("Isolo","isolo",false,false); form.market.options[42] = new Option("Jakande","jakande",false,false); form.market.options[43] = new Option("Ketu","ketu",false,false); form.market.options[44] = new Option("Kosofe","kosofe",false,false); form.market.options[45] = new Option("Lagos Island","lagos island ",false,false); form.market.options[46] = new Option("Lagos Mainland","lagos mainland",false,false); form.market.options[47] = new Option("Lawanson","lawanson",false,false); form.market.options[48] = new Option("Lekki Express Rd","lekki express rd",false,false); form.market.options[49] = new Option("Lekki Phase 1","lekki phase 1",false,false); form.market.options[50] = new Option("Lekki Phase 2","lekki phase 2",false,false); form.market.options[51] = new Option("Magodo","magodo",false,false); form.market.options[52] = new Option("Marshal","marshal",false,false); form.market.options[53] = new Option("Maryland","maryland",false,false); form.market.options[54] = new Option("Mayfair Gardens","mayfair gardens",false,false); form.market.options[55] = new Option("Mile 12","mile 12",false,false); form.market.options[56] = new Option("Mile 2","mile 2",false,false); form.market.options[57] = new Option("Mushin","mushin",false,false); form.market.options[58] = new Option("Ogba","ogba",false,false); form.market.options[59] = new Option("Ogudu","ogudu",false,false); form.market.options[60] = new Option("Ojo Townn","ojo town",false,false); form.market.options[61] = new Option("Ojota ","ojota",false,false); form.market.options[62] = new Option("Okoko","okoko",false,false); form.market.options[63] = new Option("Okota,"okota",false,false); form.market.options[64] = new Option("Olosha","olosha",false,false); form.market.options[65] = new Option("Omole","omole",false,false); form.market.options[66] = new Option("Onipanu","onipanu",false,false); form.market.options[67] = new Option("Opebi","opebi",false,false); form.market.options[68] = new Option("Oregun","oregun",false,false); form.market.options[69] = new Option("Oshodi","oshodi",false,false); form.market.options[70] = new Option("Oworonshoki","oworonshoki",false,false); form.market.options[71] = new Option("Oyingbo","oyingbo",false,false); form.market.options[72] = new Option("Palmgroove","palmgroove",false,false); form.market.options[73] = new Option("Race Course","race course",false,false); form.market.options[74] = new Option("Satellite Town","satellite town",false,false); form.market.options[75] = new Option("Seme","seme",false,false); form.market.options[76] = new Option("Shomolu","shomolu",false,false); form.market.options[77] = new Option("Siemens","siemens",false,false); form.market.options[78] = new Option("Surulere","surulere",false,false); form.market.options[79] = new Option("Thoma","thoma",false,false); form.market.options[80] = new Option("Victoria Garden City","victoria garden city",false,false); form.market.options[81] = new Option("Victoria Island","victoria island",false,false); form.market.options[82] = new Option("Yaba","yaba",false,false); form.market.options[83] = new Option("Mayfair Gardens","mayfair gardens",false,false); break; case "NASSARAWA": form.market.options[0] = new Option("Select an Area","",false,false); form.market.options[1] = new Option("Akwanga","akwanga",false,false); form.market.options[2] = new Option("Awe","awe",false,false); form.market.options[3] = new Option("Doma","doma",false,false); form.market.options[4] = new Option("Eggon","eggon",false,false); form.market.options[5] = new Option("Karu","karu",false,false); form.market.options[6] = new Option("Keana,"keana",false,false); form.market.options[7] = new Option("Lokona","lokona",false,false); form.market.options[8] = new Option("Lafia","lafia",false,false); form.market.options[9] = new Option("Nassarawa/Eggon","nassarawa/eggon",false,false); form.market.options[10] = new Option("Obi","obi",false,false); form.market.options[11] = new Option("Toto","toto",false,false); form.market.options[12] = new Option("Wamba","wamba",false,false); break; case "NIGER": form.market.options[0] = new Option("Select an Area","",false,false); form.market.options[1] = new Option("Agwara","agwara",false,false); form.market.options[2] = new Option("Bida","bida",false,false); form.market.options[3] = new Option("Borgu","borgu,false,false); form.market.options[4] = new Option("Chanchaga","chanchaga",false,false); form.market.options[5] = new Option("Gboko","gboko",false,false); form.market.options[6] = new Option("Gurara","gurara",false,false); form.market.options[7] = new Option("Kotongora,"kotongora",false,false); form.market.options[8] = new Option("Lapai","lapai",false,false); form.market.options[9] = new Option("Minna","minna",false,false); form.market.options[10] = new Option("Raffi","raffi",false,false); form.market.options[11] = new Option("Shiroro","shiroro",false,false); form.market.options[12] = new Option("Suleja","suleja",false,false); form.market.options[13] = new Option("Tawa","tawa",false,false); form.market.options[14] = new Option("Wushishi","wushishi",false,false); break; case "OGUN": form.market.options[0] = new Option("Select an Area","",false,false); form.market.options[1] = new Option("Abeokuta North","abeokuta north",false,false); form.market.options[2] = new Option("Abeokuta South","abeokuta south",false,false); form.market.options[3] = new Option("Ado/Odo-Otta","ado/odo-otta",false,false); form.market.options[4] = new Option("Egado North","egbado north",false,false); form.market.options[5] = new Option("Egbado South","egbado south",false,false); form.market.options[6] = new Option("Ewekoro","ewekoro",false,false); form.market.options[7] = new Option("Ifo","ifo",false,false); form.market.options[8] = new Option("Ijebu East","ijebu east",false,false); form.market.options[9] = new Option("Ijebu North","ijebu north",false,false); form.market.options[10] = new Option("Ijebu North East","ijebu north east",false,false); form.market.options[11] = new Option("Ijebu Ode","ijebu ode",false,false); form.market.options[12] = new Option("Ikenne","ikenne",false,false); form.market.options[13] = new Option("Imeko-Afon","imeko-afon",false,false); form.market.options[14] = new Option("Ipokia","ipokia",false,false); form.market.options[15] = new Option("Obafemi/Owode","obafemi/owode",false,false); form.market.options[16] = new Option("Odeda","odeda",false,false); form.market.options[17] = new Option("Odogbolu","odogbolu",false,false); form.market.options[18] = new Option("Ogun Waterside","ogun waterside",false,false); form.market.options[19] = new Option("Remo North","remo north",false,false); form.market.options[20] = new Option("Sagamu","sagamu",false,false); break; case "ONDO": form.market.options[0] = new Option("Select an Area","",false,false); form.market.options[1] = new Option("Akoko North East","akoko north east",false,false); form.market.options[2] = new Option("Akoko North West","akoko north west",false,false); form.market.options[3] = new Option("Akoko South East","akoko south east",false,false); form.market.options[4] = new Option("Akoko South West","akoko south west",false,false); form.market.options[5] = new Option("Akure North","akure north",false,false); form.market.options[6] = new Option("Akure South","akure south",false,false); form.market.options[7] = new Option("Ese Odo","ese odo",false,false); form.market.options[8] = new Option("Idanre","idanre",false,false); form.market.options[9] = new Option("Ifedore","ifedore",false,false); form.market.options[10] = new Option("Ilaja","ilaja",false,false); form.market.options[11] = new Option("Ile-Oluji Okeigbo","ile oluji okeigbo",false,false); form.market.options[12] = new Option("Irele","irele",false,false); form.market.options[13] = new Option("Odigbo","odigbo",false,false); form.market.options[14] = new Option("Okitipupa","okitipupa",false,false); form.market.options[15] = new Option("Ondo East","ondo east",false,false); form.market.options[16] = new Option("Ondo West","ondo west",false,false); form.market.options[17] = new Option("Ose","ose",false,false); form.market.options[18] = new Option("Owo","owo",false,false); break; case "OSUN": form.market.options[0] = new Option("Select an Area","",false,false); form.market.options[1] = new Option("Aiyedade","aiyedade",false,false); form.market.options[2] = new Option("Atakumsa West","atakumsa west",false,false); form.market.options[3] = new Option("Atakumsa East","atakumsa east",false,false); form.market.options[4] = new Option("Ede North","ede north",false,false); form.market.options[5] = new Option("Ede South","ede south",false,false); form.market.options[6] = new Option("Ejigbo","ejigbo",false,false); form.market.options[7] = new Option("Ife Central","ife central",false,false); form.market.options[8] = new Option("Ife East","ife east",false,false); form.market.options[9] = new Option("Ife South","ife south",false,false); form.market.options[10] = new Option("Ifelodun","ifelodun",false,false); form.market.options[11] = new Option("ila","ila",false,false); form.market.options[12] = new Option("Ilesa East","ilesa east",false,false); form.market.options[13] = new Option("Ilesa West","ilesa west",false,false); form.market.options[14] = new Option("Irepodun","irepodun",false,false); form.market.options[15] = new Option("Irewole","irewole",false,false); form.market.options[16] = new Option("Isokan","isokan",false,false); form.market.options[17] = new Option("Iwo","iwo",false,false); form.market.options[18] = new Option("Obokun","obokun",false,false); form.market.options[19] = new Option("Odo-Otin","odo-otin",false,false); form.market.options[20] = new Option("Ola-Oluwa","ola-oluwa",false,false); form.market.options[21] = new Option("Olorunda","olorunda",false,false); form.market.options[22] = new Option("Oriade","oriade",false,false); form.market.options[23] = new Option("Oshogbo","oshogbo",false,false); break; case "OYO": form.market.options[0] = new Option("Select an Area","",false,false); form.market.options[1] = new Option("Adeoye","adeoye",false,false); form.market.options[2] = new Option("Agbeni","agbeni",false,false); form.market.options[1] = new Option("Agodi","agodi",false,false); form.market.options[2] = new Option("Ago Ahmadu","ago ahmadu",false,false); form.market.options[3] = new Option("Akaran","akaran",false,false); form.market.options[4] = new Option("Akinyele","akinyele",false,false); form.market.options[5] = new Option("Akaro","akaro",false,false); form.market.options[6] = new Option("Alegongo","alegongo",false,false); form.market.options[7] = new Option("Alekuso","alekuso",false,false); form.market.options[8] = new Option("Apata","apata",false,false); form.market.options[9] = new Option("Aremo","aremo",false,false); form.market.options[10] = new Option("Arowomole","arowomole",false,false); form.market.options[11] = new Option("Atiba","atiba",false,false); form.market.options[12] = new Option("Ayete","ayete",false,false); form.market.options[13] = new Option("Ayeye","ayeye",false,false); form.market.options[14] = new Option("Bashorun","bashorun",false,false); form.market.options[15] = new Option("Bere","bere",false,false); form.market.options[16] = new Option("Dugbe","dugbe",false,false); form.market.options[17] = new Option("Egbeda","egbeda",false,false); form.market.options[18] = new Option("Eleyele","eleyele",false,false); form.market.options[19] = new Option("Eruwa","eruwa",false,false); form.market.options[20] = new Option("Felele","felele",false,false); form.market.options[21] = new Option("Foko","foko",false,false); form.market.options[22] = new Option("Gbagi","gbagi",false,false); form.market.options[23] = new Option("Gege","gege",false,false); form.market.options[24] = new Option("Ibadan Central","ibadan central",false,false); form.market.options[25] = new Option("Ibadan North","ibadan north",false,false); form.market.options[26] = new Option("Ibadan North West","ibadan north west",false,false); form.market.options[27] = new Option("Ibadan South West","ibadan south west",false,false); form.market.options[28] = new Option("Ibarapa Central","ibarapa central",false,false); form.market.options[29] = new Option("Ibarapa East","ibarapa east",false,false); form.market.options[30] = new Option("Ibarapa North","ibarapa north"false,false); form.market.options[31] = new Option("Idi-Arere","idi-arere",false,false); form.market.options[32] = new Option("Idi-Ayure","idi-ayure",false,false); form.market.options[33] = new Option("Idiape","idiape",false,false); form.market.options[34] = new Option("Idiran","idiran",false,false); form.market.options[35] = new Option("Ido","ido",false,false); form.market.options[36] = new Option("Igbeti","igbeti",false,false); form.market.options[37] = new Option("Igbo Ora","igbo ora",false,false); form.market.options[38] = new Option("Igboho","igboho",false,false); form.market.options[39] = new Option("Irepo","irepo",false,false); form.market.options[40] = new Option("Iseyin","iseyin",false,false); form.market.options[41] = new Option("Iyaganku","iyaganku",false,false); form.market.options[42] = new Option("Jericho","jericho",false,false); form.market.options[43] = new Option("Jobele","jobele",false,false); form.market.options[44] = new Option("Kajola","kajola",false,false); form.market.options[45] = new Option("Kisi","kisi",false,false); form.market.options[46] = new Option("Kongi","kongi",false,false); form.market.options[47] = new Option("Kosobo","kosobo",false,false); form.market.options[48] = new Option("Lagelu","lagelu",false,false); form.market.options[49] = new Option("Molete","molete",false,false); form.market.options[50] = new Option("Monatan","monatan",false,false); form.market.options[51] = new Option("Moniya","moniya",false,false); form.market.options[52] = new Option("Mapo","mapo",false,false); form.market.options[53] = new Option("Nalende","nalende",false,false); form.market.options[54] = new Option("Odogbo Baracks","odogbo baracks",false,false); form.market.options[55] = new Option("Ofa mefa","ofa mefa",false,false); form.market.options[56] = new Option("Ogbomosho North","ogbomosho north",false,false); form.market.options[57] = new Option("Ogbomosho South","ogbomosho south",false,false); form.market.options[58] = new Option("Ogo Oluwa","ogo oluwa",false,false); form.market.options[59] = new Option("Ogunpa","ogunpa",false,false); form.market.options[60] = new Option("Oja Oba","oja oba",false,false); form.market.options[61] = new Option("Oje","oje",false,false); form.market.options[62] = new Option("Oke-ado","oke-ado",false,false); form.market.options[63] = new Option("Oke-Aremo","oke-aremo",false,false); form.market.options[64] = new Option("Oke-Padre","oke-padre",false,false); form.market.options[65] = new Option("Oke-are","oke-are",false,false); form.market.options[66] = new Option("Oke-bola ","oke-bola",false,false); form.market.options[67] = new Option("Oke-iho","oke-iho",false,false); form.market.options[68] = new Option("Oketedo","oketedo",false,false); form.market.options[69] = new Option("Olorunshogo","olorunshogo",false,false); form.market.options[70] = new Option("Olorunda","olorunda",false,false); form.market.options[71] = new Option("Oluyole","oluyole",false,false); form.market.options[72] = new Option("Ona-Ara","ona-ara",false,false); form.market.options[73] = new Option("Oniyarin","oniyarin",false,false); form.market.options[74] = new Option(Oranmiyan","oranmiyan",false,false); form.market.options[75] = new Option("Ore-lope","ore-lope",false,false); form.market.options[76] = new Option("Ori-ire","ori-ire",false,false); form.market.options[77] = new Option("Orita","orita",false,false); form.market.options[78] = new Option("Orita-aperin","orita-aperin",false,false); form.market.options[79] = new Option("Orita-merin","orita-merin",false,false); form.market.options[80] = new Option("Orita-mefa","orita-mefa",false,false); form.market.options[81] = new Option("Oyo East","oyo east",false,false); form.market.options[82] = new Option("Oyo West","oyo west",false,false); form.market.options[83] = new Option("Queen Elizabeth Road","queen elizabeth road",false,false); form.market.options[84] = new Option("Sabo","sabo",false,false); form.market.options[85] = new Option("Saki","saki",false,false); form.market.options[86] = new Option("Saki West","saki west",false,false); form.market.options[87] = new Option("Saki East","saki east",false,false); form.market.options[88] = new Option("Sango","sango",false,false); form.market.options[89] = new Option("Sapati","sapati",false,false); form.market.options[90] = new Option("Surulere","surulere",false,false); form.market.options[91] = new Option("Teda","teda",false,false); form.market.options[92] = new Option("Yemetu","yemetu",false,false); form.market.options[93] = new Option("Yeosa","yeosa",false,false); break; case "PLATEAU": form.market.options[0] = new Option("Select an Area","",false,false); form.market.options[1] = new Option("Barkin Ladi","barkin ladi",false,false); form.market.options[2] = new Option("Bassa","bassa",false,false); form.market.options[3] = new Option("Bokkos","bokkos",false,false); form.market.options[4] = new Option("Jos East","jos east",false,false); form.market.options[5] = new Option("Jos North","jos north",false,false); form.market.options[6] = new Option("Jos South","jos south",false,false); form.market.options[7] = new Option("Kanam","kanam",false,false); form.market.options[8] = new Option("Kanke","kanke",false,false); form.market.options[9] = new Option("Langtang North","langtang north",false,false); form.market.options[10] = new Option("Langtang South","langtang south",false,false); form.market.options[11] = new Option("Mangu","mangu",false,false); form.market.options[12] = new Option("Mikang","mikang",false,false); form.market.options[13] = new Option("Pankshin","pankshin",false,false); form.market.options[14] = new Option("Riyon","riyon",false,false); form.market.options[15] = new Option("Shendam","shendam",false,false); form.market.options[16] = new Option("Wase","wase",false,false); break; case "RIVERS": form.market.options[0] = new Option("Select an Area","",false,false); form.market.options[1] = new Option("Abalama","abalama",false,false); form.market.options[2] = new Option("Abonnema","abonnema",false,false); form.market.options[3] = new Option("Abuluma","abuluma",false,false); form.market.options[4] = new Option("Adonia","adonia",false,false); form.market.options[5] = new Option("Afam","afam",false,false); form.market.options[6] = new Option("Agba","agba",false,false); form.market.options[7] = new Option("Agwe","agwe",false,false); form.market.options[8] = new Option("Ahoada","ahoada",false,false); form.market.options[9] = new Option("Ahoada East","ahoada east",false,false); form.market.options[10] = new Option("Ahoada West","ahoada west",false,false); form.market.options[11] = new Option("Asuk-ama","asuk-ama",false,false); form.market.options[12] = new Option("Asuk-oyet","asuk-oyet",false,false); form.market.options[13] = new Option("Ayamoo","ayamoo",false,false); form.market.options[14] = new Option("Bachaboue","bachaboue",false,false); form.market.options[15] = new Option("Biara","biara",false,false); form.market.options[16] = new Option("Bakapom","bakapom",false,false); form.market.options[17] = new Option("Bonny","bonny",false,false); form.market.options[18] = new Option("Bori","bori",false,false); form.market.options[19] = new Option("Botem","botem",false,false); form.market.options[20] = new Option("Deke","deke",false,false); form.market.options[21] = new Option("Deken","deken odofin",false,false); form.market.options[22] = new Option("Ebiri","ebiri",false,false); form.market.options[23] = new Option("Fredkiri","fredkiri",false,false); form.market.options[24] = new Option("Gokona","gokona",false,false); form.market.options[25] = new Option("Ido","ido",false,false); form.market.options[26] = new Option("Ihuma","ihuma",false,false); form.market.options[27] = new Option("Ikata","ikata",false,false); form.market.options[28] = new Option("Isiokpo","isiokpo",false,false); form.market.options[29] = new Option("Iwokiri","iwokiri",false,false); form.market.options[30] = new Option("Kpong","kpong",false,false); form.market.options[31] = new Option("Mgbaji","mgbaji",false,false); form.market.options[32] = new Option("Mgbuosi","mgbuosi",false,false); form.market.options[33] = new Option("Ngo","ngo",false,false); form.market.options[34] = new Option("Obia/Akpor","obia/akpor",false,false); form.market.options[35] = new Option("Ogale","ogale",false,false); form.market.options[36] = new Option("Omekwe","omekwe",false,false); form.market.options[37] = new Option("Omokwa","omokwa",false,false); form.market.options[38] = new Option("Oniku","oniku",false,false); form.market.options[39] = new Option("oyigbo","oyigbo",false,false); form.market.options[40] = new Option("Peterside","peterside",false,false); form.market.options[41] = new Option("Pokokiri","pokokiri",false,false); form.market.options[42] = new Option("Port Harcourt","port harcourt",false,false); form.market.options[43] = new Option("Pue","pue",false,false); form.market.options[44] = new Option("Queen","queen",false,false); form.market.options[45] = new Option("Rumudike","rumudike",false,false); form.market.options[46] = new Option("Rumuola","rumuola",false,false); form.market.options[47] = new Option("Samana","samana",false,false); form.market.options[48] = new Option("Tai","tai",false,false); form.market.options[49] = new Option("Ubima","ubima",false,false); form.market.options[50] = new Option("Umuede","umuede",false,false); form.market.options[51] = new Option("Umuoma","umuoma",false,false); form.market.options[52] = new Option("Umuosi","umuosi",false,false); form.market.options[53] = new Option("Wokoma","wokoma",false,false); form.market.options[54] = new Option("Yaa","yaa",false,false); break; case "SOKOTO": form.market.options[0] = new Option("Select an Area","",false,false); form.market.options[1] = new Option("Binji","binji",false,false); form.market.options[2] = new Option("Bodinga","bodinga",false,false); form.market.options[3] = new Option("Dange-Shuni","dange-shuni",false,false); form.market.options[4] = new Option("Gada Bawa","gada bawa",false,false); form.market.options[5] = new Option("Illela","illela",false,false); form.market.options[6] = new Option("Isa","isa",false,false); form.market.options[7] = new Option("Kebbe","kebbe",false,false); form.market.options[8] = new Option("Kware","kware",false,false); form.market.options[9] = new Option("Rahah","rahah",false,false); form.market.options[10] = new Option("Sabon-Birni","sabon-birni",false,false); form.market.options[11] = new Option("Shagari","shagari",false,false); form.market.options[12] = new Option("Silame","silame",false,false); form.market.options[13] = new Option("Sokoto North","sokoto north",false,false); form.market.options[14] = new Option("Sokoto South","sokoto south",false,false); form.market.options[15] = new Option("Tambuwal","tambuwal",false,false); form.market.options[16] = new Option("Tangaza","tangaza",false,false); form.market.options[17] = new Option("Tureta","tureta",false,false); form.market.options[18] = new Option("Wamakko","wamakko",false,false); form.market.options[19] = new Option("Wurno","wurno",false,false); form.market.options[20] = new Option("Yabo","yabo",false,false); break; case "TARABA": form.market.options[0] = new Option("Select an Area","",false,false); form.market.options[1] = new Option("Ardo Kola","ardo kola",false,false); form.market.options[2] = new Option("Bali","bali",false,false); form.market.options[3] = new Option("Donga","donga",false,false); form.market.options[4] = new Option("Gasheka","gasheka",false,false); form.market.options[5] = new Option("Gassol","gassol",false,false); form.market.options[6] = new Option("Ibu","ibu",false,false); form.market.options[7] = new Option("Jalingo","jalingo",false,false); form.market.options[8] = new Option("Karimlamido","karimlamido",false,false); form.market.options[9] = new Option("Kurmi","kurmi",false,false); form.market.options[10] = new Option("Lau","lau",false,false); form.market.options[11] = new Option("Sardauna","sardauna",false,false); form.market.options[12] = new Option("Takum","takum",false,false); form.market.options[13] = new Option("Ussa","ussa",false,false); form.market.options[14] = new Option("Wukari","wukari",false,false); form.market.options[15] = new Option("Yorro","yorro",false,false); form.market.options[16] = new Option("Zing","zing",false,false); break; case "YOBE": form.market.options[0] = new Option("Select an Area","",false,false); form.market.options[1] = new Option("Bade","bade",false,false); form.market.options[2] = new Option("Bosari","bosari",false,false); form.market.options[3] = new Option("Damaturu","damaturu",false,false); form.market.options[4] = new Option("Fika","fika",false,false); form.market.options[5] = new Option("Fune","fune",false,false); form.market.options[6] = new Option("Geidam","geidam",false,false); form.market.options[7] = new Option("Gujba","gujba",false,false); form.market.options[8] = new Option("Gulani","gulani",false,false); form.market.options[9] = new Option("Jakusko","jakusko",false,false); form.market.options[10] = new Option("Karasuwa","karasuwa",false,false); form.market.options[11] = new Option("Machina","machina",false,false); form.market.options[12] = new Option("Nangere","nangere",false,false); form.market.options[13] = new Option("Nguru","nguru",false,false); form.market.options[14] = new Option("Potiskum","potiskum",false,false); form.market.options[15] = new Option("Tarmua","tarmua",false,false); form.market.options[16] = new Option("Yunusari","yunusari",false,false); form.market.options[17] = new Option("Yusufari","yusufari",false,false); break; case "ZAMFARA": form.market.options[0] = new Option("Select an Area","",false,false); form.market.options[1] = new Option("Anka","anka",false,false); form.market.options[2] = new Option("Bakara","bakara",false,false); form.market.options[3] = new Option("Birnin Magaji","birnin magaji",false,false); form.market.options[4] = new Option("Bukkuyum","bakkuyum",false,false); form.market.options[5] = new Option("Gummi","gummi",false,false); form.market.options[6] = new Option("Gusau","gusau",false,false); form.market.options[7] = new Option("Kaura Namoda","kaura namoda",false,false); form.market.options[8] = new Option("Kiyawa","kiyawa",false,false); form.market.options[9] = new Option("Maradum","maradum",false,false); form.market.options[10] = new Option("Maru","maru",false,false); form.market.options[11] = new Option("Shinkafi","shinkafi",false,false); form.market.options[12] = new Option("Talata Mafara","talata mafara",false,false); form.market.options[13] = new Option("Tsafe","tsafe",false,false); form.market.options[14] = new Option("Zumi","zumi",false,false); break; default: form.market.options[0] = new Option("Select an Area","",false,false); break; } //NETSCAPE 4,6 if (document.layers) { form.market.selectedIndex = 0; } }