function initializeCity()
{
   document.frmSearchService.EngCounty.length = 0;
   document.frmSearchService.EngCounty.options[0] = new Option("ALL","ALL");
   document.frmSearchService.EngCounty.options[1] = new Option("AL-HASAKEH","AL-HASAKEH");
   document.frmSearchService.EngCounty.options[2] = new Option("ALEPPO","ALEPPO");
   document.frmSearchService.EngCounty.options[3] = new Option("AR-RAQQA","AR-RAQQA");
   document.frmSearchService.EngCounty.options[4] = new Option("AS-SWEIDA","AS-SWEIDA");   
   document.frmSearchService.EngCounty.options[5] = new Option("DAMASCUS","DAMASCUS");
   document.frmSearchService.EngCounty.options[6] = new Option("DAMASCUS COUNTRYSIDE","DAMASCUS COUNTRYSIDE");
   document.frmSearchService.EngCounty.options[7] = new Option("DARAA","DARAA");
   document.frmSearchService.EngCounty.options[8] = new Option("DEIR EZZOR","DEIR EZZOR");
   document.frmSearchService.EngCounty.options[9] = new Option("HAMA","HAMA");
   document.frmSearchService.EngCounty.options[10] = new Option("HOMS","HOMS");
   document.frmSearchService.EngCounty.options[11] = new Option("IDLIB","IDLIB");
   document.frmSearchService.EngCounty.options[12] = new Option("LATAKIA","LATAKIA");
   document.frmSearchService.EngCounty.options[13] = new Option("TARTOUS","TARTOUS");
   onChange();
}


function onChange() 
{
   document.frmSearchService.EngCity.length = 0;
   document.frmSearchService.EngCity.options[0] = new Option("ALL");
   switch(document.frmSearchService.EngCounty.value)
       {
       case "AL-HASAKEH":
         {
         document.frmSearchService.EngCity.options[1] = new Option("Al Hasakeh");
         document.frmSearchService.EngCity.options[2] = new Option("Al Kamishli");
         document.frmSearchService.EngCity.options[3] = new Option("Tal Arboush");
         return false;
         }
       case "ALEPPO":
         {
         document.frmSearchService.EngCity.options[0] = new Option("Aleppo");
         return false;
         }
       case "AR-RAQQA":
         {
         document.frmSearchService.EngCity.options[0] = new Option("Ar-Raqqa");
         return false;
         }
       case "AS-SWEIDA":
         {
         document.frmSearchService.EngCity.options[0] = new Option("As-Sweida");
         return false;
         }
       case "DAMASCUS":
         {
         document.frmSearchService.EngCity.options[0] = new Option("Damascus");
         return false;
         }
       case "DAMASCUS COUNTRYSIDE":
         {
         document.frmSearchService.EngCity.options[1] = new Option("AIRPORT HIGHWAY");
         document.frmSearchService.EngCity.options[2] = new Option("Ain Al Fejah");
         document.frmSearchService.EngCity.options[3] = new Option("Ain Al Khadra");
         document.frmSearchService.EngCity.options[4] = new Option("AL DIMAS");
         document.frmSearchService.EngCity.options[5] = new Option("Al Hamah");
         document.frmSearchService.EngCity.options[6] = new Option("Al Keswa");
         document.frmSearchService.EngCity.options[7] = new Option("Al Nabek");
         document.frmSearchService.EngCity.options[8] = new Option("Al Tal");
         document.frmSearchService.EngCity.options[9] = new Option("Bloudan");
         document.frmSearchService.EngCity.options[10] = new Option("BOUKEIN");
         document.frmSearchService.EngCity.options[11] = new Option("Daraia");
         document.frmSearchService.EngCity.options[12] = new Option("East Gota");
         document.frmSearchService.EngCity.options[13] = new Option("Harasta");
         document.frmSearchService.EngCity.options[14] = new Option("Jaramana");
         document.frmSearchService.EngCity.options[15] = new Option("JODAIDAT AL WADI");
         document.frmSearchService.EngCity.options[16] = new Option("Katana");
         document.frmSearchService.EngCity.options[17] = new Option("Maloula");
         document.frmSearchService.EngCity.options[18] = new Option("Maraba");
         document.frmSearchService.EngCity.options[19] = new Option("Saydnaia");
         document.frmSearchService.EngCity.options[20] = new Option("Sayedah Zainab");
         document.frmSearchService.EngCity.options[21] = new Option("ZABADANI");
         return false;
         }
       case "DARAA":
         {
         document.frmSearchService.EngCity.options[1] = new Option("Daraa");
         document.frmSearchService.EngCity.options[2] = new Option("Mzeireeb");
         return false;
         }
       case "DEIR EZZOR":
         {
         document.frmSearchService.EngCity.options[1] = new Option("Bu Kamal");
         document.frmSearchService.EngCity.options[2] = new Option("Deir Ezzor");      
         return false;
         }
       case "HAMA":
         {
         document.frmSearchService.EngCity.options[1] = new Option("Goreen");
         document.frmSearchService.EngCity.options[2] = new Option("Hama");
         document.frmSearchService.EngCity.options[3] = new Option("Hialeen");
         document.frmSearchService.EngCity.options[4] = new Option("Kafar Bhm");
         document.frmSearchService.EngCity.options[5] = new Option("Massiaf");
         document.frmSearchService.EngCity.options[6] = new Option("Mharda");
         document.frmSearchService.EngCity.options[7] = new Option("SALAMIA");
         document.frmSearchService.EngCity.options[8] = new Option("Salhab Aboukbais");
         document.frmSearchService.EngCity.options[9] = new Option("Wadi al Aoyoun");
         return false;
         }
       case "HOMS":
         {
         document.frmSearchService.EngCity.options[1] = new Option("Al Mimas");
         document.frmSearchService.EngCity.options[2] = new Option("Al Nasera");
         document.frmSearchService.EngCity.options[3] = new Option("Ayioun Al Wadi");
         document.frmSearchService.EngCity.options[4] = new Option("Homs");
         document.frmSearchService.EngCity.options[5] = new Option("Hola");
         document.frmSearchService.EngCity.options[6] = new Option("Palmyra");
         document.frmSearchService.EngCity.options[7] = new Option("Marmarita");
         document.frmSearchService.EngCity.options[8] = new Option("Mazraa");
         document.frmSearchService.EngCity.options[9] = new Option("Rebla");
         document.frmSearchService.EngCity.options[10] = new Option("Zwaitena");
         return false;
         }
       case "IDLIB":
         {
         document.frmSearchService.EngCity.options[1] = new Option("Areha");
         document.frmSearchService.EngCity.options[2] = new Option("Bab Al Hawa");
         document.frmSearchService.EngCity.options[3] = new Option("Darkoush");
         document.frmSearchService.EngCity.options[4] = new Option("Idlib");
         document.frmSearchService.EngCity.options[5] = new Option("Jeser Al Shokour");
         document.frmSearchService.EngCity.options[6] = new Option("Marret Al Noman");
         document.frmSearchService.EngCity.options[7] = new Option("Sarakib");
         return false;
         }
       case "LATAKIA":
         {
         document.frmSearchService.EngCity.options[1] = new Option("Al Kourdaha");
         document.frmSearchService.EngCity.options[2] = new Option("Al Meshrefa");
         document.frmSearchService.EngCity.options[3] = new Option("Jabla");
         document.frmSearchService.EngCity.options[4] = new Option("Kasab");
         document.frmSearchService.EngCity.options[5] = new Option("Kastal Al Moaaf");
         document.frmSearchService.EngCity.options[6] = new Option("Latakia");
         document.frmSearchService.EngCity.options[7] = new Option("Ras Al Basit");
         document.frmSearchService.EngCity.options[8] = new Option("Slounfa");
         return false;
         }
       case "TARTOUS":
         {
         document.frmSearchService.EngCity.options[1] = new Option("Al Kafroon");
         document.frmSearchService.EngCity.options[2] = new Option("Al Hanafia");
         document.frmSearchService.EngCity.options[3] = new Option("Banyas");
         document.frmSearchService.EngCity.options[4] = new Option("Beit Al Jabal");
         document.frmSearchService.EngCity.options[5] = new Option("Bmalka");
         document.frmSearchService.EngCity.options[6] = new Option("Bsaira");
         document.frmSearchService.EngCity.options[7] = new Option("Drekish");
         document.frmSearchService.EngCity.options[8] = new Option("Mashta Al Helu");
         document.frmSearchService.EngCity.options[9] = new Option("Safita");
         document.frmSearchService.EngCity.options[10] = new Option("Tartous");
         return false;
         }
       }  
}