function fillCategory_ind(){ 			///on body onload event
removeAllOptions(document.form2.industry1);
addOption(document.form2.industry1, "Industry", "Select Industry","");}
function fillCategory2(){ 				//On click of Industry Link in from
removeAllOptions(document.form2.industry1);
addOption(document.form2.industry1, "Industry", "Select Industry","");
addOption(document.form2.industry1, "I0", "Agriculture/Farming");addOption(document.form2.industry1, "I1", "Automotive");addOption(document.form2.industry1, "I2", "Banking/Finance/Insurance");addOption(document.form2.industry1, "I3", "BPO/Call Center/ITES");addOption(document.form2.industry1, "I4", "Chemical/Gas & Oil");addOption(document.form2.industry1, "I5", "Construction/Real Estate");addOption(document.form2.industry1, "I6", "Consumer Products");addOption(document.form2.industry1, "I7", "Consulting/HR/Legal");addOption(document.form2.industry1, "I8", "Information/Internet/Media");addOption(document.form2.industry1, "I9", "Logistics/Transportation");addOption(document.form2.industry1, "I10", "Manufacturing/Engineering");addOption(document.form2.industry1, "I11", "Others");addOption(document.form2.industry1, "I12", "Pharmaceuticals/Healthcare");addOption(document.form2.industry1, "I13", "Services Industry");addOption(document.form2.industry1, "I14", "Technology");addOption(document.form2.industry1, "I15", "Telecom");addOption(document.form2.industry1, "I16", "Textiles/Garment");
}
function fillCategory3(){
removeAllOptions(document.form2.stateselect2);
addOption(document.form2.stateselect2, "State", "Select State","");
removeAllOptions(document.form2.cityselect2);
addOption(document.form2.cityselect2, "City", "Select City","");
if(document.form2.industry1.value == 'I0'){
addOption(document.form2.stateselect2, "I0_KA","Karnataka");addOption(document.form2.stateselect2, "I0_TN","Tamil Nadu");addOption(document.form2.stateselect2, "I0_WB","West Bengal");
document.form2.stateselect2.focus();}
if(document.form2.industry1.value == 'I1'){
addOption(document.form2.stateselect2, "I1_AP","Andhra Pradesh");addOption(document.form2.stateselect2, "I1_BI","Bihar");addOption(document.form2.stateselect2, "I1_DE","Delhi");addOption(document.form2.stateselect2, "I1_GU","Gujarat");addOption(document.form2.stateselect2, "I1_KA","Karnataka");addOption(document.form2.stateselect2, "I1_KE","Kerala");addOption(document.form2.stateselect2, "I1_MA","Maharashtra");addOption(document.form2.stateselect2, "I1_MP","Madhya Pradesh");addOption(document.form2.stateselect2, "I1_OR","Orissa");addOption(document.form2.stateselect2, "I1_RA","Rajasthan");addOption(document.form2.stateselect2, "I1_TN","Tamil Nadu");addOption(document.form2.stateselect2, "I1_UP","Uttar Pradesh");addOption(document.form2.stateselect2, "I1_WB","West Bengal");
document.form2.stateselect2.focus();}
if(document.form2.industry1.value == 'I2'){
addOption(document.form2.stateselect2, "I2_AP","Andhra Pradesh");addOption(document.form2.stateselect2, "I2_CH","Chandigarh");addOption(document.form2.stateselect2, "I2_DE","Delhi");addOption(document.form2.stateselect2, "I2_GO","Goa");addOption(document.form2.stateselect2, "I2_GU","Gujarat");addOption(document.form2.stateselect2, "I2_HA","Haryana");addOption(document.form2.stateselect2, "I2_JN","Jharkhand");addOption(document.form2.stateselect2, "I2_KA","Karnataka");addOption(document.form2.stateselect2, "I2_KE","Kerala");addOption(document.form2.stateselect2, "I2_MA","Maharashtra");addOption(document.form2.stateselect2, "I2_MP","Madhya Pradesh");addOption(document.form2.stateselect2, "I2_OR","Orissa");addOption(document.form2.stateselect2, "I2_PO","Pondicherry");addOption(document.form2.stateselect2, "I2_PU","Punjab");addOption(document.form2.stateselect2, "I2_RA","Rajasthan");addOption(document.form2.stateselect2, "I2_TN","Tamil Nadu");addOption(document.form2.stateselect2, "I2_UP","Uttar Pradesh");addOption(document.form2.stateselect2, "I2_WB","West Bengal");
document.form2.stateselect2.focus();}
if(document.form2.industry1.value == 'I3'){
addOption(document.form2.stateselect2, "I3_AP","Andhra Pradesh");addOption(document.form2.stateselect2, "I3_AS","Assam");addOption(document.form2.stateselect2, "I3_DE","Delhi");addOption(document.form2.stateselect2, "I3_GO","Goa");addOption(document.form2.stateselect2, "I3_GU","Gujarat");addOption(document.form2.stateselect2, "I3_HA","Haryana");addOption(document.form2.stateselect2, "I3_JN","Jharkhand");addOption(document.form2.stateselect2, "I3_KA","Karnataka");addOption(document.form2.stateselect2, "I3_KE","Kerala");addOption(document.form2.stateselect2, "I3_MA","Maharashtra");addOption(document.form2.stateselect2, "I3_OR","Orissa");addOption(document.form2.stateselect2, "I3_PU","Punjab");addOption(document.form2.stateselect2, "I3_RA","Rajasthan");addOption(document.form2.stateselect2, "I3_TN","Tamil Nadu");addOption(document.form2.stateselect2, "I3_UP","Uttar Pradesh");addOption(document.form2.stateselect2, "I3_UT","Uttaranchal");addOption(document.form2.stateselect2, "I3_WB","West Bengal");
document.form2.stateselect2.focus();}
if(document.form2.industry1.value == 'I4'){
addOption(document.form2.stateselect2, "I4_AP","Andhra Pradesh");addOption(document.form2.stateselect2, "I4_DE","Delhi");addOption(document.form2.stateselect2, "I4_GU","Gujarat");addOption(document.form2.stateselect2, "I4_KA","Karnataka");addOption(document.form2.stateselect2, "I4_KE","Kerala");addOption(document.form2.stateselect2, "I4_MA","Maharashtra");addOption(document.form2.stateselect2, "I4_MP","Madhya Pradesh");addOption(document.form2.stateselect2, "I4_RA","Rajasthan");addOption(document.form2.stateselect2, "I4_TN","Tamil Nadu");addOption(document.form2.stateselect2, "I4_WB","West Bengal");
document.form2.stateselect2.focus();}
if(document.form2.industry1.value == 'I5'){
addOption(document.form2.stateselect2, "I5_AP","Andhra Pradesh");addOption(document.form2.stateselect2, "I5_AS","Assam");addOption(document.form2.stateselect2, "I5_CH","Chandigarh");addOption(document.form2.stateselect2, "I5_DE","Delhi");addOption(document.form2.stateselect2, "I5_GO","Goa");addOption(document.form2.stateselect2, "I5_GU","Gujarat");addOption(document.form2.stateselect2, "I5_HA","Haryana");addOption(document.form2.stateselect2, "I5_KA","Karnataka");addOption(document.form2.stateselect2, "I5_KE","Kerala");addOption(document.form2.stateselect2, "I5_MA","Maharashtra");addOption(document.form2.stateselect2, "I5_MP","Madhya Pradesh");addOption(document.form2.stateselect2, "I5_OR","Orissa");addOption(document.form2.stateselect2, "I5_PU","Punjab");addOption(document.form2.stateselect2, "I5_RA","Rajasthan");addOption(document.form2.stateselect2, "I5_TN","Tamil Nadu");addOption(document.form2.stateselect2, "I5_TR","Tripura");addOption(document.form2.stateselect2, "I5_UP","Uttar Pradesh");addOption(document.form2.stateselect2, "I5_UT","Uttaranchal");addOption(document.form2.stateselect2, "I5_WB","West Bengal");
document.form2.stateselect2.focus();}
if(document.form2.industry1.value == 'I6'){
addOption(document.form2.stateselect2, "I6_AP","Andhra Pradesh");addOption(document.form2.stateselect2, "I6_AS","Assam");addOption(document.form2.stateselect2, "I6_CH","Chandigarh");addOption(document.form2.stateselect2, "I6_DE","Delhi");addOption(document.form2.stateselect2, "I6_GO","Goa");addOption(document.form2.stateselect2, "I6_GU","Gujarat");addOption(document.form2.stateselect2, "I6_HA","Haryana");addOption(document.form2.stateselect2, "I6_JN","Jharkhand");addOption(document.form2.stateselect2, "I6_KA","Karnataka");addOption(document.form2.stateselect2, "I6_KE","Kerala");addOption(document.form2.stateselect2, "I6_MA","Maharashtra");addOption(document.form2.stateselect2, "I6_MP","Madhya Pradesh");addOption(document.form2.stateselect2, "I6_OR","Orissa");addOption(document.form2.stateselect2, "I6_PU","Punjab");addOption(document.form2.stateselect2, "I6_RA","Rajasthan");addOption(document.form2.stateselect2, "I6_TN","Tamil Nadu");addOption(document.form2.stateselect2, "I6_UP","Uttar Pradesh");addOption(document.form2.stateselect2, "I6_WB","West Bengal");
document.form2.stateselect2.focus();}
if(document.form2.industry1.value == 'I7'){
addOption(document.form2.stateselect2, "I7_AP","Andhra Pradesh");addOption(document.form2.stateselect2, "I7_DE","Delhi");addOption(document.form2.stateselect2, "I7_GO","Goa");addOption(document.form2.stateselect2, "I7_GU","Gujarat");addOption(document.form2.stateselect2, "I7_HA","Haryana");addOption(document.form2.stateselect2, "I7_JN","Jharkhand");addOption(document.form2.stateselect2, "I7_KA","Karnataka");addOption(document.form2.stateselect2, "I7_KE","Kerala");addOption(document.form2.stateselect2, "I7_MA","Maharashtra");addOption(document.form2.stateselect2, "I7_MP","Madhya Pradesh");addOption(document.form2.stateselect2, "I7_OR","Orissa");addOption(document.form2.stateselect2, "I7_PO","Pondicherry");addOption(document.form2.stateselect2, "I7_PU","Punjab");addOption(document.form2.stateselect2, "I7_RA","Rajasthan");addOption(document.form2.stateselect2, "I7_TN","Tamil Nadu");addOption(document.form2.stateselect2, "I7_UP","Uttar Pradesh");addOption(document.form2.stateselect2, "I7_WB","West Bengal");
document.form2.stateselect2.focus();}
if(document.form2.industry1.value == 'I8'){
addOption(document.form2.stateselect2, "I8_AP","Andhra Pradesh");addOption(document.form2.stateselect2, "I8_AS","Assam");addOption(document.form2.stateselect2, "I8_DE","Delhi");addOption(document.form2.stateselect2, "I8_GO","Goa");addOption(document.form2.stateselect2, "I8_GU","Gujarat");addOption(document.form2.stateselect2, "I8_HA","Haryana");addOption(document.form2.stateselect2, "I8_HP","Himachal Pradesh");addOption(document.form2.stateselect2, "I8_KA","Karnataka");addOption(document.form2.stateselect2, "I8_KE","Kerala");addOption(document.form2.stateselect2, "I8_MA","Maharashtra");addOption(document.form2.stateselect2, "I8_MP","Madhya Pradesh");addOption(document.form2.stateselect2, "I8_OR","Orissa");addOption(document.form2.stateselect2, "I8_PU","Punjab");addOption(document.form2.stateselect2, "I8_RA","Rajasthan");addOption(document.form2.stateselect2, "I8_TN","Tamil Nadu");addOption(document.form2.stateselect2, "I8_UP","Uttar Pradesh");addOption(document.form2.stateselect2, "I8_WB","West Bengal");
document.form2.stateselect2.focus();}
if(document.form2.industry1.value == 'I9'){
addOption(document.form2.stateselect2, "I9_AP","Andhra Pradesh");addOption(document.form2.stateselect2, "I9_DE","Delhi");addOption(document.form2.stateselect2, "I9_GO","Goa");addOption(document.form2.stateselect2, "I9_GU","Gujarat");addOption(document.form2.stateselect2, "I9_HA","Haryana");addOption(document.form2.stateselect2, "I9_KA","Karnataka");addOption(document.form2.stateselect2, "I9_MA","Maharashtra");addOption(document.form2.stateselect2, "I9_MP","Madhya Pradesh");addOption(document.form2.stateselect2, "I9_OR","Orissa");addOption(document.form2.stateselect2, "I9_PU","Punjab");addOption(document.form2.stateselect2, "I9_RA","Rajasthan");addOption(document.form2.stateselect2, "I9_TN","Tamil Nadu");addOption(document.form2.stateselect2, "I9_UP","Uttar Pradesh");addOption(document.form2.stateselect2, "I9_WB","West Bengal");
document.form2.stateselect2.focus();}
if(document.form2.industry1.value == 'I10'){
addOption(document.form2.stateselect2, "I10_AP","Andhra Pradesh");addOption(document.form2.stateselect2, "I10_BI","Bihar");addOption(document.form2.stateselect2, "I10_CT","Chhattisgarh");addOption(document.form2.stateselect2, "I10_DE","Delhi");addOption(document.form2.stateselect2, "I10_GU","Gujarat");addOption(document.form2.stateselect2, "I10_HA","Haryana");addOption(document.form2.stateselect2, "I10_JN","Jharkhand");addOption(document.form2.stateselect2, "I10_KA","Karnataka");addOption(document.form2.stateselect2, "I10_KE","Kerala");addOption(document.form2.stateselect2, "I10_MA","Maharashtra");addOption(document.form2.stateselect2, "I10_MP","Madhya Pradesh");addOption(document.form2.stateselect2, "I10_OR","Orissa");addOption(document.form2.stateselect2, "I10_PU","Punjab");addOption(document.form2.stateselect2, "I10_RA","Rajasthan");addOption(document.form2.stateselect2, "I10_TN","Tamil Nadu");addOption(document.form2.stateselect2, "I10_UP","Uttar Pradesh");addOption(document.form2.stateselect2, "I10_UT","Uttaranchal");addOption(document.form2.stateselect2, "I10_WB","West Bengal");
document.form2.stateselect2.focus();}
if(document.form2.industry1.value == 'I11'){
addOption(document.form2.stateselect2, "I11_AP","Andhra Pradesh");addOption(document.form2.stateselect2, "I11_DE","Delhi");addOption(document.form2.stateselect2, "I11_GU","Gujarat");addOption(document.form2.stateselect2, "I11_HA","Haryana");addOption(document.form2.stateselect2, "I11_JN","Jharkhand");addOption(document.form2.stateselect2, "I11_KA","Karnataka");addOption(document.form2.stateselect2, "I11_KE","Kerala");addOption(document.form2.stateselect2, "I11_MA","Maharashtra");addOption(document.form2.stateselect2, "I11_MP","Madhya Pradesh");addOption(document.form2.stateselect2, "I11_OR","Orissa");addOption(document.form2.stateselect2, "I11_PO","Pondicherry");addOption(document.form2.stateselect2, "I11_PU","Punjab");addOption(document.form2.stateselect2, "I11_RA","Rajasthan");addOption(document.form2.stateselect2, "I11_TN","Tamil Nadu");addOption(document.form2.stateselect2, "I11_UP","Uttar Pradesh");addOption(document.form2.stateselect2, "I11_WB","West Bengal");
document.form2.stateselect2.focus();}
if(document.form2.industry1.value == 'I12'){
addOption(document.form2.stateselect2, "I12_AP","Andhra Pradesh");addOption(document.form2.stateselect2, "I12_DE","Delhi");addOption(document.form2.stateselect2, "I12_GU","Gujarat");addOption(document.form2.stateselect2, "I12_JN","Jharkhand");addOption(document.form2.stateselect2, "I12_KA","Karnataka");addOption(document.form2.stateselect2, "I12_KE","Kerala");addOption(document.form2.stateselect2, "I12_MA","Maharashtra");addOption(document.form2.stateselect2, "I12_MP","Madhya Pradesh");addOption(document.form2.stateselect2, "I12_OR","Orissa");addOption(document.form2.stateselect2, "I12_PU","Punjab");addOption(document.form2.stateselect2, "I12_RA","Rajasthan");addOption(document.form2.stateselect2, "I12_TN","Tamil Nadu");addOption(document.form2.stateselect2, "I12_UP","Uttar Pradesh");addOption(document.form2.stateselect2, "I12_WB","West Bengal");
document.form2.stateselect2.focus();}
if(document.form2.industry1.value == 'I13'){
addOption(document.form2.stateselect2, "I13_AP","Andhra Pradesh");addOption(document.form2.stateselect2, "I13_BI","Bihar");addOption(document.form2.stateselect2, "I13_CH","Chandigarh");addOption(document.form2.stateselect2, "I13_DE","Delhi");addOption(document.form2.stateselect2, "I13_GO","Goa");addOption(document.form2.stateselect2, "I13_GU","Gujarat");addOption(document.form2.stateselect2, "I13_HP","Himachal Pradesh");addOption(document.form2.stateselect2, "I13_KA","Karnataka");addOption(document.form2.stateselect2, "I13_KE","Kerala");addOption(document.form2.stateselect2, "I13_MA","Maharashtra");addOption(document.form2.stateselect2, "I13_MP","Madhya Pradesh");addOption(document.form2.stateselect2, "I13_OR","Orissa");addOption(document.form2.stateselect2, "I13_PU","Punjab");addOption(document.form2.stateselect2, "I13_RA","Rajasthan");addOption(document.form2.stateselect2, "I13_TN","Tamil Nadu");addOption(document.form2.stateselect2, "I13_UP","Uttar Pradesh");addOption(document.form2.stateselect2, "I13_WB","West Bengal");
document.form2.stateselect2.focus();}
if(document.form2.industry1.value == 'I14'){
addOption(document.form2.stateselect2, "I14_AP","Andhra Pradesh");addOption(document.form2.stateselect2, "I14_AS","Assam");addOption(document.form2.stateselect2, "I14_BI","Bihar");addOption(document.form2.stateselect2, "I14_CH","Chandigarh");addOption(document.form2.stateselect2, "I14_DE","Delhi");addOption(document.form2.stateselect2, "I14_GO","Goa");addOption(document.form2.stateselect2, "I14_GU","Gujarat");addOption(document.form2.stateselect2, "I14_HA","Haryana");addOption(document.form2.stateselect2, "I14_HP","Himachal Pradesh");addOption(document.form2.stateselect2, "I14_JN","Jharkhand");addOption(document.form2.stateselect2, "I14_KA","Karnataka");addOption(document.form2.stateselect2, "I14_KE","Kerala");addOption(document.form2.stateselect2, "I14_MA","Maharashtra");addOption(document.form2.stateselect2, "I14_MP","Madhya Pradesh");addOption(document.form2.stateselect2, "I14_OR","Orissa");addOption(document.form2.stateselect2, "I14_PO","Pondicherry");addOption(document.form2.stateselect2, "I14_PU","Punjab");addOption(document.form2.stateselect2, "I14_RA","Rajasthan");addOption(document.form2.stateselect2, "I14_TN","Tamil Nadu");addOption(document.form2.stateselect2, "I14_UP","Uttar Pradesh");addOption(document.form2.stateselect2, "I14_WB","West Bengal");
document.form2.stateselect2.focus();}
if(document.form2.industry1.value == 'I15'){
addOption(document.form2.stateselect2, "I15_DE","Delhi");addOption(document.form2.stateselect2, "I15_KA","Karnataka");addOption(document.form2.stateselect2, "I15_MA","Maharashtra");addOption(document.form2.stateselect2, "I15_MP","Madhya Pradesh");addOption(document.form2.stateselect2, "I15_PU","Punjab");addOption(document.form2.stateselect2, "I15_TN","Tamil Nadu");addOption(document.form2.stateselect2, "I15_WB","West Bengal");
document.form2.stateselect2.focus();}
if(document.form2.industry1.value == 'I16'){
addOption(document.form2.stateselect2, "I16_AP","Andhra Pradesh");addOption(document.form2.stateselect2, "I16_DE","Delhi");addOption(document.form2.stateselect2, "I16_GO","Goa");addOption(document.form2.stateselect2, "I16_GU","Gujarat");addOption(document.form2.stateselect2, "I16_HA","Haryana");addOption(document.form2.stateselect2, "I16_JN","Jharkhand");addOption(document.form2.stateselect2, "I16_KA","Karnataka");addOption(document.form2.stateselect2, "I16_KE","Kerala");addOption(document.form2.stateselect2, "I16_MA","Maharashtra");addOption(document.form2.stateselect2, "I16_MP","Madhya Pradesh");addOption(document.form2.stateselect2, "I16_PO","Pondicherry");addOption(document.form2.stateselect2, "I16_RA","Rajasthan");addOption(document.form2.stateselect2, "I16_TN","Tamil Nadu");addOption(document.form2.stateselect2, "I16_UP","Uttar Pradesh");addOption(document.form2.stateselect2, "I16_WB","West Bengal");
document.form2.stateselect2.focus();}
}
function SelectSubCat2(){
removeAllOptions(document.form2.cityselect2);
addOption(document.form2.cityselect2, "City", "Select City","");
if(document.form2.stateselect2.value == 'I0_KA'){
addOption(document.form2.cityselect2, "I0_KA_Bangalore","Bangalore");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I0_TN'){
addOption(document.form2.cityselect2, "I0_TN_Trichy","Trichy");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I0_WB'){
addOption(document.form2.cityselect2, "I0_WB_Kolkata","Kolkata");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I1_AP'){
addOption(document.form2.cityselect2, "I1_AP_Hyderabad","Hyderabad");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I1_BI'){
addOption(document.form2.cityselect2, "I1_BI_Patna","Patna");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I1_DE'){
addOption(document.form2.cityselect2, "I1_DE_New Delhi","New Delhi");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I1_GU'){
addOption(document.form2.cityselect2, "I1_GU_Ahmedabad","Ahmedabad");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I1_KA'){
addOption(document.form2.cityselect2, "I1_KA_Bangalore","Bangalore");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I1_KE'){
addOption(document.form2.cityselect2, "I1_KE_Ernakulam","Ernakulam");addOption(document.form2.cityselect2, "I1_KE_Kochi","Kochi");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I1_MA'){
addOption(document.form2.cityselect2, "I1_MA_Mumbai","Mumbai");addOption(document.form2.cityselect2, "I1_MA_Pune","Pune");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I1_MP'){
addOption(document.form2.cityselect2, "I1_MP_Bhopal","Bhopal");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I1_OR'){
addOption(document.form2.cityselect2, "I1_OR_Bhubaneswar","Bhubaneswar");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I1_RA'){
addOption(document.form2.cityselect2, "I1_RA_Ajmer","Ajmer");addOption(document.form2.cityselect2, "I1_RA_Jaipur","Jaipur");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I1_TN'){
addOption(document.form2.cityselect2, "I1_TN_Chennai","Chennai");addOption(document.form2.cityselect2, "I1_TN_Coimbatore","Coimbatore");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I1_UP'){
addOption(document.form2.cityselect2, "I1_UP_Lucknow","Lucknow");addOption(document.form2.cityselect2, "I1_UP_Noida","Noida");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I1_WB'){
addOption(document.form2.cityselect2, "I1_WB_Kolkata","Kolkata");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I2_AP'){
addOption(document.form2.cityselect2, "I2_AP_Hyderabad","Hyderabad");addOption(document.form2.cityselect2, "I2_AP_Secunderabad","Secunderabad");addOption(document.form2.cityselect2, "I2_AP_Visakhapatnam","Visakhapatnam");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I2_CH'){
addOption(document.form2.cityselect2, "I2_CH_Raipur","Raipur");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I2_DE'){
addOption(document.form2.cityselect2, "I2_DE_New Delhi","New Delhi");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I2_GO'){
addOption(document.form2.cityselect2, "I2_GO_Panaji","Panaji");addOption(document.form2.cityselect2, "I2_GO_Vasco","Vasco");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I2_GU'){
addOption(document.form2.cityselect2, "I2_GU_Ahmedabad","Ahmedabad");addOption(document.form2.cityselect2, "I2_GU_Surat","Surat");addOption(document.form2.cityselect2, "I2_GU_Vadodara","Vadodara");addOption(document.form2.cityselect2, "I2_GU_Vapi","Vapi");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I2_HA'){
addOption(document.form2.cityselect2, "I2_HA_Gurgaon","Gurgaon");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I2_JN'){
addOption(document.form2.cityselect2, "I2_JN_Dhanbad","Dhanbad");addOption(document.form2.cityselect2, "I2_JN_Ranchi","Ranchi");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I2_KA'){
addOption(document.form2.cityselect2, "I2_KA_Bangalore","Bangalore");addOption(document.form2.cityselect2, "I2_KA_Dharward","Dharward");addOption(document.form2.cityselect2, "I2_KA_Mangalore","Mangalore");addOption(document.form2.cityselect2, "I2_KA_Mysore","Mysore");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I2_KE'){
addOption(document.form2.cityselect2, "I2_KE_Ernakulam","Ernakulam");addOption(document.form2.cityselect2, "I2_KE_Kochi","Kochi");addOption(document.form2.cityselect2, "I2_KE_Kottayam","Kottayam");addOption(document.form2.cityselect2, "I2_KE_Kozhikode","Kozhikode");addOption(document.form2.cityselect2, "I2_KE_Thiruvananthapuram","Thiruvananthapuram");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I2_MA'){
addOption(document.form2.cityselect2, "I2_MA_Mumbai","Mumbai");addOption(document.form2.cityselect2, "I2_MA_Nasik","Nasik");addOption(document.form2.cityselect2, "I2_MA_Pune","Pune");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I2_MP'){
addOption(document.form2.cityselect2, "I2_MP_Bhopal","Bhopal");addOption(document.form2.cityselect2, "I2_MP_Indore","Indore");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I2_OR'){
addOption(document.form2.cityselect2, "I2_OR_Bhubaneswar","Bhubaneswar");addOption(document.form2.cityselect2, "I2_OR_Cuttack","Cuttack");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I2_PO'){
addOption(document.form2.cityselect2, "I2_PO_Pondicherry","Pondicherry");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I2_PU'){
addOption(document.form2.cityselect2, "I2_PU_Amritsar","Amritsar");addOption(document.form2.cityselect2, "I2_PU_Chandigarh","Chandigarh");addOption(document.form2.cityselect2, "I2_PU_Ludhiana","Ludhiana");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I2_RA'){
addOption(document.form2.cityselect2, "I2_RA_Bikaner","Bikaner");addOption(document.form2.cityselect2, "I2_RA_Jaipur","Jaipur");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I2_TN'){
addOption(document.form2.cityselect2, "I2_TN_Chennai","Chennai");addOption(document.form2.cityselect2, "I2_TN_Coimbatore","Coimbatore");addOption(document.form2.cityselect2, "I2_TN_Kanyakumari","Kanyakumari");addOption(document.form2.cityselect2, "I2_TN_Madurai","Madurai");addOption(document.form2.cityselect2, "I2_TN_Salem","Salem");addOption(document.form2.cityselect2, "I2_TN_Trichy","Trichy");addOption(document.form2.cityselect2, "I2_TN_Tuticorin","Tuticorin");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I2_UP'){
addOption(document.form2.cityselect2, "I2_UP_Agra","Agra");addOption(document.form2.cityselect2, "I2_UP_Ghaziabad","Ghaziabad");addOption(document.form2.cityselect2, "I2_UP_Kanpur","Kanpur");addOption(document.form2.cityselect2, "I2_UP_Koyla Nagar","Koyla Nagar");addOption(document.form2.cityselect2, "I2_UP_Lucknow","Lucknow");addOption(document.form2.cityselect2, "I2_UP_Noida","Noida");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I2_WB'){
addOption(document.form2.cityselect2, "I2_WB_Kolkata","Kolkata");addOption(document.form2.cityselect2, "I2_WB_Tripura","Tripura");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I3_AP'){
addOption(document.form2.cityselect2, "I3_AP_Hyderabad","Hyderabad");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I3_AS'){
addOption(document.form2.cityselect2, "I3_AS_Guwahati","Guwahati");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I3_DE'){
addOption(document.form2.cityselect2, "I3_DE_New Delhi","New Delhi");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I3_GO'){
addOption(document.form2.cityselect2, "I3_GO_Panaji","Panaji");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I3_GU'){
addOption(document.form2.cityselect2, "I3_GU_Ahmedabad","Ahmedabad");addOption(document.form2.cityselect2, "I3_GU_Surat","Surat");addOption(document.form2.cityselect2, "I3_GU_Vadodara","Vadodara");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I3_HA'){
addOption(document.form2.cityselect2, "I3_HA_Chandigarh","Chandigarh");addOption(document.form2.cityselect2, "I3_HA_Gurgaon","Gurgaon");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I3_JN'){
addOption(document.form2.cityselect2, "I3_JN_Jamshedpur","Jamshedpur");addOption(document.form2.cityselect2, "I3_JN_Ranchi","Ranchi");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I3_KA'){
addOption(document.form2.cityselect2, "I3_KA_Bangalore","Bangalore");addOption(document.form2.cityselect2, "I3_KA_Mysore","Mysore");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I3_KE'){
addOption(document.form2.cityselect2, "I3_KE_Ernakulam","Ernakulam");addOption(document.form2.cityselect2, "I3_KE_Kochi","Kochi");addOption(document.form2.cityselect2, "I3_KE_Thiruvananthapuram","Thiruvananthapuram");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I3_MA'){
addOption(document.form2.cityselect2, "I3_MA_Mumbai","Mumbai");addOption(document.form2.cityselect2, "I3_MA_Pune","Pune");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I3_OR'){
addOption(document.form2.cityselect2, "I3_OR_Bhubaneswar","Bhubaneswar");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I3_PU'){
addOption(document.form2.cityselect2, "I3_PU_Ludhiana","Ludhiana");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I3_RA'){
addOption(document.form2.cityselect2, "I3_RA_Jaipur","Jaipur");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I3_TN'){
addOption(document.form2.cityselect2, "I3_TN_Chennai","Chennai");addOption(document.form2.cityselect2, "I3_TN_Coimbatore","Coimbatore");addOption(document.form2.cityselect2, "I3_TN_Madurai","Madurai");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I3_UP'){
addOption(document.form2.cityselect2, "I3_UP_Noida","Noida");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I3_UT'){
addOption(document.form2.cityselect2, "I3_UT_Dehradun","Dehradun");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I3_WB'){
addOption(document.form2.cityselect2, "I3_WB_Kolkata","Kolkata");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I4_AP'){
addOption(document.form2.cityselect2, "I4_AP_Hyderabad","Hyderabad");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I4_DE'){
addOption(document.form2.cityselect2, "I4_DE_New Delhi","New Delhi");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I4_GU'){
addOption(document.form2.cityselect2, "I4_GU_Ahmedabad","Ahmedabad");addOption(document.form2.cityselect2, "I4_GU_Vadodara","Vadodara");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I4_KA'){
addOption(document.form2.cityselect2, "I4_KA_Bangalore","Bangalore");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I4_KE'){
addOption(document.form2.cityselect2, "I4_KE_Kochi","Kochi");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I4_MA'){
addOption(document.form2.cityselect2, "I4_MA_Mumbai","Mumbai");addOption(document.form2.cityselect2, "I4_MA_Pune","Pune");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I4_MP'){
addOption(document.form2.cityselect2, "I4_MP_Indore","Indore");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I4_RA'){
addOption(document.form2.cityselect2, "I4_RA_Jaipur","Jaipur");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I4_TN'){
addOption(document.form2.cityselect2, "I4_TN_Chennai","Chennai");addOption(document.form2.cityselect2, "I4_TN_Coimbatore","Coimbatore");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I4_WB'){
addOption(document.form2.cityselect2, "I4_WB_Kolkata","Kolkata");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I5_AP'){
addOption(document.form2.cityselect2, "I5_AP_Guntur","Guntur");addOption(document.form2.cityselect2, "I5_AP_Hyderabad","Hyderabad");addOption(document.form2.cityselect2, "I5_AP_Hyderbad","Hyderbad");addOption(document.form2.cityselect2, "I5_AP_Secunderabad","Secunderabad");addOption(document.form2.cityselect2, "I5_AP_Vijayawada","Vijayawada");addOption(document.form2.cityselect2, "I5_AP_Visakhapatnam","Visakhapatnam");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I5_AS'){
addOption(document.form2.cityselect2, "I5_AS_Guwahati","Guwahati");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I5_CH'){
addOption(document.form2.cityselect2, "I5_CH_Raipur","Raipur");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I5_DE'){
addOption(document.form2.cityselect2, "I5_DE_New Delhi","New Delhi");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I5_GO'){
addOption(document.form2.cityselect2, "I5_GO_Goa","Goa");addOption(document.form2.cityselect2, "I5_GO_Panaji","Panaji");addOption(document.form2.cityselect2, "I5_GO_Porvorim","Porvorim");addOption(document.form2.cityselect2, "I5_GO_Vasco","Vasco");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I5_GU'){
addOption(document.form2.cityselect2, "I5_GU_Ahmedabad","Ahmedabad");addOption(document.form2.cityselect2, "I5_GU_Bharuch","Bharuch");addOption(document.form2.cityselect2, "I5_GU_Surat","Surat");addOption(document.form2.cityselect2, "I5_GU_Vadodara","Vadodara");addOption(document.form2.cityselect2, "I5_GU_Vapi","Vapi");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I5_HA'){
addOption(document.form2.cityselect2, "I5_HA_Gurgaon","Gurgaon");addOption(document.form2.cityselect2, "I5_HA_Jamshedpur","Jamshedpur");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I5_KA'){
addOption(document.form2.cityselect2, "I5_KA_Bangalore","Bangalore");addOption(document.form2.cityselect2, "I5_KA_Belgaum","Belgaum");addOption(document.form2.cityselect2, "I5_KA_Dharward","Dharward");addOption(document.form2.cityselect2, "I5_KA_Hubli","Hubli");addOption(document.form2.cityselect2, "I5_KA_Mangalore","Mangalore");addOption(document.form2.cityselect2, "I5_KA_Mysore","Mysore");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I5_KE'){
addOption(document.form2.cityselect2, "I5_KE_Ernakulam","Ernakulam");addOption(document.form2.cityselect2, "I5_KE_Kochi","Kochi");addOption(document.form2.cityselect2, "I5_KE_Kollam","Kollam");addOption(document.form2.cityselect2, "I5_KE_Thiruvananthapuram","Thiruvananthapuram");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I5_MA'){
addOption(document.form2.cityselect2, "I5_MA_Aurangabad","Aurangabad");addOption(document.form2.cityselect2, "I5_MA_Mumbai","Mumbai");addOption(document.form2.cityselect2, "I5_MA_Nagpur","Nagpur");addOption(document.form2.cityselect2, "I5_MA_Nasik","Nasik");addOption(document.form2.cityselect2, "I5_MA_Pune","Pune");addOption(document.form2.cityselect2, "I5_MA_Thane","Thane");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I5_MP'){
addOption(document.form2.cityselect2, "I5_MP_Bhopal","Bhopal");addOption(document.form2.cityselect2, "I5_MP_Gwalior","Gwalior");addOption(document.form2.cityselect2, "I5_MP_Indore","Indore");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I5_OR'){
addOption(document.form2.cityselect2, "I5_OR_Berhampur","Berhampur");addOption(document.form2.cityselect2, "I5_OR_Bhubaneswar","Bhubaneswar");addOption(document.form2.cityselect2, "I5_OR_Cuttack","Cuttack");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I5_PU'){
addOption(document.form2.cityselect2, "I5_PU_Chandigarh","Chandigarh");addOption(document.form2.cityselect2, "I5_PU_Ludhiana","Ludhiana");addOption(document.form2.cityselect2, "I5_PU_Patiala","Patiala");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I5_RA'){
addOption(document.form2.cityselect2, "I5_RA_Ajmer","Ajmer");addOption(document.form2.cityselect2, "I5_RA_Bundi","Bundi");addOption(document.form2.cityselect2, "I5_RA_Jaipur","Jaipur");addOption(document.form2.cityselect2, "I5_RA_JhunJhunu","JhunJhunu");addOption(document.form2.cityselect2, "I5_RA_Jodhpur","Jodhpur");addOption(document.form2.cityselect2, "I5_RA_Udaipur","Udaipur");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I5_TN'){
addOption(document.form2.cityselect2, "I5_TN_CHENNAI","CHENNAI");addOption(document.form2.cityselect2, "I5_TN_Coimbatore","Coimbatore");addOption(document.form2.cityselect2, "I5_TN_Cuddalore","Cuddalore");addOption(document.form2.cityselect2, "I5_TN_Erode","Erode");addOption(document.form2.cityselect2, "I5_TN_Hosur","Hosur");addOption(document.form2.cityselect2, "I5_TN_Madurai","Madurai");addOption(document.form2.cityselect2, "I5_TN_Trichy","Trichy");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I5_TR'){
addOption(document.form2.cityselect2, "I5_TR_Agartala","Agartala");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I5_UP'){
addOption(document.form2.cityselect2, "I5_UP_Agra","Agra");addOption(document.form2.cityselect2, "I5_UP_Faridabad","Faridabad");addOption(document.form2.cityselect2, "I5_UP_Ghaziabad","Ghaziabad");addOption(document.form2.cityselect2, "I5_UP_Kanpur","Kanpur");addOption(document.form2.cityselect2, "I5_UP_Lucknow","Lucknow");addOption(document.form2.cityselect2, "I5_UP_Meerut","Meerut");addOption(document.form2.cityselect2, "I5_UP_Noida","Noida");addOption(document.form2.cityselect2, "I5_UP_Sultanpur","Sultanpur");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I5_UT'){
addOption(document.form2.cityselect2, "I5_UT_Dehradun","Dehradun");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I5_WB'){
addOption(document.form2.cityselect2, "I5_WB_Kolkata","Kolkata");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I6_AP'){
addOption(document.form2.cityselect2, "I6_AP_Hyderabad","Hyderabad");addOption(document.form2.cityselect2, "I6_AP_Secunderabad","Secunderabad");addOption(document.form2.cityselect2, "I6_AP_Vijayawada","Vijayawada");addOption(document.form2.cityselect2, "I6_AP_Visakhapatnam","Visakhapatnam");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I6_AS'){
addOption(document.form2.cityselect2, "I6_AS_Dibrugarh","Dibrugarh");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I6_CH'){
addOption(document.form2.cityselect2, "I6_CH_Raipur","Raipur");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I6_DE'){
addOption(document.form2.cityselect2, "I6_DE_New Delhi","New Delhi");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I6_GO'){
addOption(document.form2.cityselect2, "I6_GO_Goa","Goa");addOption(document.form2.cityselect2, "I6_GO_Mapusa","Mapusa");addOption(document.form2.cityselect2, "I6_GO_Margaon","Margaon");addOption(document.form2.cityselect2, "I6_GO_Panaji","Panaji");addOption(document.form2.cityselect2, "I6_GO_Ponda","Ponda");addOption(document.form2.cityselect2, "I6_GO_Porvorim","Porvorim");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I6_GU'){
addOption(document.form2.cityselect2, "I6_GU_Ahmedabad","Ahmedabad");addOption(document.form2.cityselect2, "I6_GU_Patna","Patna");addOption(document.form2.cityselect2, "I6_GU_Rajkot","Rajkot");addOption(document.form2.cityselect2, "I6_GU_Silvassa","Silvassa");addOption(document.form2.cityselect2, "I6_GU_Surat","Surat");addOption(document.form2.cityselect2, "I6_GU_Vadodara","Vadodara");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I6_HA'){
addOption(document.form2.cityselect2, "I6_HA_Faridabad","Faridabad");addOption(document.form2.cityselect2, "I6_HA_Gurgaon","Gurgaon");addOption(document.form2.cityselect2, "I6_HA_Jamshedpur","Jamshedpur");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I6_JN'){
addOption(document.form2.cityselect2, "I6_JN_Ranchi","Ranchi");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I6_KA'){
addOption(document.form2.cityselect2, "I6_KA_Bangalore","Bangalore");addOption(document.form2.cityselect2, "I6_KA_Hubli","Hubli");addOption(document.form2.cityselect2, "I6_KA_Mangalore","Mangalore");addOption(document.form2.cityselect2, "I6_KA_Mysore","Mysore");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I6_KE'){
addOption(document.form2.cityselect2, "I6_KE_Ernakulam","Ernakulam");addOption(document.form2.cityselect2, "I6_KE_Kochi","Kochi");addOption(document.form2.cityselect2, "I6_KE_Thiruvananthapuram","Thiruvananthapuram");addOption(document.form2.cityselect2, "I6_KE_Thrissur","Thrissur");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I6_MA'){
addOption(document.form2.cityselect2, "I6_MA_Kolhapur","Kolhapur");addOption(document.form2.cityselect2, "I6_MA_Mumbai","Mumbai");addOption(document.form2.cityselect2, "I6_MA_Nagpur","Nagpur");addOption(document.form2.cityselect2, "I6_MA_Nasik","Nasik");addOption(document.form2.cityselect2, "I6_MA_Pune","Pune");addOption(document.form2.cityselect2, "I6_MA_Thane","Thane");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I6_MP'){
addOption(document.form2.cityselect2, "I6_MP_Bhopal","Bhopal");addOption(document.form2.cityselect2, "I6_MP_Gwalior","Gwalior");addOption(document.form2.cityselect2, "I6_MP_Indore","Indore");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I6_OR'){
addOption(document.form2.cityselect2, "I6_OR_Berhampur","Berhampur");addOption(document.form2.cityselect2, "I6_OR_Bhubaneswar","Bhubaneswar");addOption(document.form2.cityselect2, "I6_OR_Cuttack","Cuttack");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I6_PU'){
addOption(document.form2.cityselect2, "I6_PU_Chandigarh","Chandigarh");addOption(document.form2.cityselect2, "I6_PU_Ludhiana","Ludhiana");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I6_RA'){
addOption(document.form2.cityselect2, "I6_RA_Ajmer","Ajmer");addOption(document.form2.cityselect2, "I6_RA_Jaipur","Jaipur");addOption(document.form2.cityselect2, "I6_RA_Rajapark","Rajapark");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I6_TN'){
addOption(document.form2.cityselect2, "I6_TN_Chennai","Chennai");addOption(document.form2.cityselect2, "I6_TN_Coimbatore","Coimbatore");addOption(document.form2.cityselect2, "I6_TN_Kanyakumari","Kanyakumari");addOption(document.form2.cityselect2, "I6_TN_Sivakasi","Sivakasi");addOption(document.form2.cityselect2, "I6_TN_Trichy","Trichy");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I6_UP'){
addOption(document.form2.cityselect2, "I6_UP_Allahabad","Allahabad");addOption(document.form2.cityselect2, "I6_UP_Ghaziabad","Ghaziabad");addOption(document.form2.cityselect2, "I6_UP_Kanpur","Kanpur");addOption(document.form2.cityselect2, "I6_UP_Lucknow","Lucknow");addOption(document.form2.cityselect2, "I6_UP_Noida","Noida");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I6_WB'){
addOption(document.form2.cityselect2, "I6_WB_Kolkata","Kolkata");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I7_AP'){
addOption(document.form2.cityselect2, "I7_AP_Hyderabad","Hyderabad");addOption(document.form2.cityselect2, "I7_AP_Secunderabad","Secunderabad");addOption(document.form2.cityselect2, "I7_AP_Visakhapatnam","Visakhapatnam");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I7_DE'){
addOption(document.form2.cityselect2, "I7_DE_New Delhi","New Delhi");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I7_GO'){
addOption(document.form2.cityselect2, "I7_GO_Panaji","Panaji");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I7_GU'){
addOption(document.form2.cityselect2, "I7_GU_Ahmedabad","Ahmedabad");addOption(document.form2.cityselect2, "I7_GU_Surat","Surat");addOption(document.form2.cityselect2, "I7_GU_Vadodara","Vadodara");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I7_HA'){
addOption(document.form2.cityselect2, "I7_HA_Gurgaon","Gurgaon");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I7_JN'){
addOption(document.form2.cityselect2, "I7_JN_Jamshedpur","Jamshedpur");addOption(document.form2.cityselect2, "I7_JN_Ranchi","Ranchi");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I7_KA'){
addOption(document.form2.cityselect2, "I7_KA_Bangalore","Bangalore");addOption(document.form2.cityselect2, "I7_KA_Belgaum","Belgaum");addOption(document.form2.cityselect2, "I7_KA_Bellary","Bellary");addOption(document.form2.cityselect2, "I7_KA_Kudremukh","Kudremukh");addOption(document.form2.cityselect2, "I7_KA_Mangalore","Mangalore");addOption(document.form2.cityselect2, "I7_KA_Mysore","Mysore");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I7_KE'){
addOption(document.form2.cityselect2, "I7_KE_Ernakulam","Ernakulam");addOption(document.form2.cityselect2, "I7_KE_Kochi","Kochi");addOption(document.form2.cityselect2, "I7_KE_Thiruvananthapuram","Thiruvananthapuram");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I7_MA'){
addOption(document.form2.cityselect2, "I7_MA_Mumbai","Mumbai");addOption(document.form2.cityselect2, "I7_MA_Nagpur","Nagpur");addOption(document.form2.cityselect2, "I7_MA_Nasik","Nasik");addOption(document.form2.cityselect2, "I7_MA_Pune","Pune");addOption(document.form2.cityselect2, "I7_MA_Thane","Thane");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I7_MP'){
addOption(document.form2.cityselect2, "I7_MP_Bhopal","Bhopal");addOption(document.form2.cityselect2, "I7_MP_Indore","Indore");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I7_OR'){
addOption(document.form2.cityselect2, "I7_OR_Bhubaneswar","Bhubaneswar");addOption(document.form2.cityselect2, "I7_OR_Puri","Puri");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I7_PO'){
addOption(document.form2.cityselect2, "I7_PO_Pondicherry","Pondicherry");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I7_PU'){
addOption(document.form2.cityselect2, "I7_PU_Chandigarh","Chandigarh");addOption(document.form2.cityselect2, "I7_PU_Ludhiana","Ludhiana");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I7_RA'){
addOption(document.form2.cityselect2, "I7_RA_Jaipur","Jaipur");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I7_TN'){
addOption(document.form2.cityselect2, "I7_TN_Chennai","Chennai");addOption(document.form2.cityselect2, "I7_TN_Coimbatore","Coimbatore");addOption(document.form2.cityselect2, "I7_TN_Madurai","Madurai");addOption(document.form2.cityselect2, "I7_TN_Sivakasi","Sivakasi");addOption(document.form2.cityselect2, "I7_TN_Tirunelveli","Tirunelveli");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I7_UP'){
addOption(document.form2.cityselect2, "I7_UP_Agra","Agra");addOption(document.form2.cityselect2, "I7_UP_Ghaziabad","Ghaziabad");addOption(document.form2.cityselect2, "I7_UP_Lucknow","Lucknow");addOption(document.form2.cityselect2, "I7_UP_Noida","Noida");addOption(document.form2.cityselect2, "I7_UP_Sultanpur","Sultanpur");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I7_WB'){
addOption(document.form2.cityselect2, "I7_WB_Kolkata","Kolkata");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I8_AP'){
addOption(document.form2.cityselect2, "I8_AP_Hyderabad","Hyderabad");addOption(document.form2.cityselect2, "I8_AP_Secunderabad","Secunderabad");addOption(document.form2.cityselect2, "I8_AP_Tenali","Tenali");addOption(document.form2.cityselect2, "I8_AP_Visakhapatnam","Visakhapatnam");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I8_AS'){
addOption(document.form2.cityselect2, "I8_AS_Guwahati","Guwahati");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I8_DE'){
addOption(document.form2.cityselect2, "I8_DE_New Delhi","New Delhi");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I8_GO'){
addOption(document.form2.cityselect2, "I8_GO_Panaji","Panaji");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I8_GU'){
addOption(document.form2.cityselect2, "I8_GU_Ahmedabad","Ahmedabad");addOption(document.form2.cityselect2, "I8_GU_Surat","Surat");addOption(document.form2.cityselect2, "I8_GU_Vadodara","Vadodara");addOption(document.form2.cityselect2, "I8_GU_Vapi","Vapi");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I8_HA'){
addOption(document.form2.cityselect2, "I8_HA_Faridabad","Faridabad");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I8_HP'){
addOption(document.form2.cityselect2, "I8_HP_Una","Una");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I8_KA'){
addOption(document.form2.cityselect2, "I8_KA_bangalore","bangalore");addOption(document.form2.cityselect2, "I8_KA_Belgaum","Belgaum");addOption(document.form2.cityselect2, "I8_KA_Mangalore","Mangalore");addOption(document.form2.cityselect2, "I8_KA_Mysore","Mysore");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I8_KE'){
addOption(document.form2.cityselect2, "I8_KE_Calicut","Calicut");addOption(document.form2.cityselect2, "I8_KE_Ernakulam","Ernakulam");addOption(document.form2.cityselect2, "I8_KE_Kochi","Kochi");addOption(document.form2.cityselect2, "I8_KE_Kottayam","Kottayam");addOption(document.form2.cityselect2, "I8_KE_Thiruvananthapuram","Thiruvananthapuram");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I8_MA'){
addOption(document.form2.cityselect2, "I8_MA_Mumbai","Mumbai");addOption(document.form2.cityselect2, "I8_MA_Nagpur","Nagpur");addOption(document.form2.cityselect2, "I8_MA_Pune","Pune");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I8_MP'){
addOption(document.form2.cityselect2, "I8_MP_Bhopal","Bhopal");addOption(document.form2.cityselect2, "I8_MP_Indore","Indore");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I8_OR'){
addOption(document.form2.cityselect2, "I8_OR_Bhubaneswar","Bhubaneswar");addOption(document.form2.cityselect2, "I8_OR_Cuttack","Cuttack");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I8_PU'){
addOption(document.form2.cityselect2, "I8_PU_Chandigarh","Chandigarh");addOption(document.form2.cityselect2, "I8_PU_Ludhiana","Ludhiana");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I8_RA'){
addOption(document.form2.cityselect2, "I8_RA_Jaipur","Jaipur");addOption(document.form2.cityselect2, "I8_RA_Jodhpur","Jodhpur");addOption(document.form2.cityselect2, "I8_RA_Kota","Kota");addOption(document.form2.cityselect2, "I8_RA_Udaipur","Udaipur");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I8_TN'){
addOption(document.form2.cityselect2, "I8_TN_Chennai","Chennai");addOption(document.form2.cityselect2, "I8_TN_Coimbatore","Coimbatore");addOption(document.form2.cityselect2, "I8_TN_Ooty","Ooty");addOption(document.form2.cityselect2, "I8_TN_Trichy","Trichy");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I8_UP'){
addOption(document.form2.cityselect2, "I8_UP_Agra","Agra");addOption(document.form2.cityselect2, "I8_UP_Ghaziabad","Ghaziabad");addOption(document.form2.cityselect2, "I8_UP_Kanpur","Kanpur");addOption(document.form2.cityselect2, "I8_UP_Lucknow","Lucknow");addOption(document.form2.cityselect2, "I8_UP_Noida","Noida");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I8_WB'){
addOption(document.form2.cityselect2, "I8_WB_Kolkata","Kolkata");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I9_AP'){
addOption(document.form2.cityselect2, "I9_AP_Hyderabad","Hyderabad");addOption(document.form2.cityselect2, "I9_AP_Visakhapatnam","Visakhapatnam");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I9_DE'){
addOption(document.form2.cityselect2, "I9_DE_New Delhi","New Delhi");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I9_GO'){
addOption(document.form2.cityselect2, "I9_GO_Donapaula","Donapaula");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I9_GU'){
addOption(document.form2.cityselect2, "I9_GU_Ahmedabad","Ahmedabad");addOption(document.form2.cityselect2, "I9_GU_Vadodara","Vadodara");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I9_HA'){
addOption(document.form2.cityselect2, "I9_HA_Karnal","Karnal");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I9_KA'){
addOption(document.form2.cityselect2, "I9_KA_Bangalore","Bangalore");addOption(document.form2.cityselect2, "I9_KA_Mysore","Mysore");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I9_MA'){
addOption(document.form2.cityselect2, "I9_MA_Mumbai","Mumbai");addOption(document.form2.cityselect2, "I9_MA_Pune","Pune");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I9_MP'){
addOption(document.form2.cityselect2, "I9_MP_Bhopal","Bhopal");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I9_OR'){
addOption(document.form2.cityselect2, "I9_OR_Bhubaneswar","Bhubaneswar");addOption(document.form2.cityselect2, "I9_OR_Cuttack","Cuttack");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I9_PU'){
addOption(document.form2.cityselect2, "I9_PU_Chandigarh","Chandigarh");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I9_RA'){
addOption(document.form2.cityselect2, "I9_RA_Jaipur","Jaipur");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I9_TN'){
addOption(document.form2.cityselect2, "I9_TN_Chennai","Chennai");addOption(document.form2.cityselect2, "I9_TN_Coimbatore","Coimbatore");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I9_UP'){
addOption(document.form2.cityselect2, "I9_UP_Noida","Noida");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I9_WB'){
addOption(document.form2.cityselect2, "I9_WB_Kolkata","Kolkata");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I10_AP'){
addOption(document.form2.cityselect2, "I10_AP_Hyderabad","Hyderabad");addOption(document.form2.cityselect2, "I10_AP_Vijayawada","Vijayawada");addOption(document.form2.cityselect2, "I10_AP_Visakhapatnam","Visakhapatnam");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I10_BI'){
addOption(document.form2.cityselect2, "I10_BI_Darbhanga","Darbhanga");addOption(document.form2.cityselect2, "I10_BI_Muzaffarpur","Muzaffarpur");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I10_CT'){
addOption(document.form2.cityselect2, "I10_CT_Raipur","Raipur");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I10_DE'){
addOption(document.form2.cityselect2, "I10_DE_New Delhi","New Delhi");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I10_GU'){
addOption(document.form2.cityselect2, "I10_GU_Ahmedabad","Ahmedabad");addOption(document.form2.cityselect2, "I10_GU_Rajkot","Rajkot");addOption(document.form2.cityselect2, "I10_GU_Surat","Surat");addOption(document.form2.cityselect2, "I10_GU_Vadodara","Vadodara");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I10_HA'){
addOption(document.form2.cityselect2, "I10_HA_Chandigarh","Chandigarh");addOption(document.form2.cityselect2, "I10_HA_Faridabad","Faridabad");addOption(document.form2.cityselect2, "I10_HA_Gurgaon","Gurgaon");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I10_JN'){
addOption(document.form2.cityselect2, "I10_JN_Jamshedpur","Jamshedpur");addOption(document.form2.cityselect2, "I10_JN_Ranchi","Ranchi");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I10_KA'){
addOption(document.form2.cityselect2, "I10_KA_Bangalore","Bangalore");addOption(document.form2.cityselect2, "I10_KA_Belgaum","Belgaum");addOption(document.form2.cityselect2, "I10_KA_Mangalore","Mangalore");addOption(document.form2.cityselect2, "I10_KA_Mysore","Mysore");addOption(document.form2.cityselect2, "I10_KA_Udupi","Udupi");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I10_KE'){
addOption(document.form2.cityselect2, "I10_KE_Ernakulam","Ernakulam");addOption(document.form2.cityselect2, "I10_KE_Kochi","Kochi");addOption(document.form2.cityselect2, "I10_KE_Kozhikode","Kozhikode");addOption(document.form2.cityselect2, "I10_KE_Thiruvananthapuram","Thiruvananthapuram");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I10_MA'){
addOption(document.form2.cityselect2, "I10_MA_Aurangabad","Aurangabad");addOption(document.form2.cityselect2, "I10_MA_Mumbai","Mumbai");addOption(document.form2.cityselect2, "I10_MA_Nagpur","Nagpur");addOption(document.form2.cityselect2, "I10_MA_Navi Mumbai","Navi Mumbai");addOption(document.form2.cityselect2, "I10_MA_Pune","Pune");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I10_MP'){
addOption(document.form2.cityselect2, "I10_MP_Bhopal","Bhopal");addOption(document.form2.cityselect2, "I10_MP_Indore","Indore");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I10_OR'){
addOption(document.form2.cityselect2, "I10_OR_Bhubaneswar","Bhubaneswar");addOption(document.form2.cityselect2, "I10_OR_Cuttack","Cuttack");addOption(document.form2.cityselect2, "I10_OR_Rourkela","Rourkela");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I10_PU'){
addOption(document.form2.cityselect2, "I10_PU_Ludhiana","Ludhiana");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I10_RA'){
addOption(document.form2.cityselect2, "I10_RA_Jaipur","Jaipur");addOption(document.form2.cityselect2, "I10_RA_Udaipur","Udaipur");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I10_TN'){
addOption(document.form2.cityselect2, "I10_TN_Chennai","Chennai");addOption(document.form2.cityselect2, "I10_TN_Coimbatore","Coimbatore");addOption(document.form2.cityselect2, "I10_TN_Madurai","Madurai");addOption(document.form2.cityselect2, "I10_TN_Trichy","Trichy");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I10_UP'){
addOption(document.form2.cityselect2, "I10_UP_Ghaziabad","Ghaziabad");addOption(document.form2.cityselect2, "I10_UP_Lucknow","Lucknow");addOption(document.form2.cityselect2, "I10_UP_Noida","Noida");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I10_UT'){
addOption(document.form2.cityselect2, "I10_UT_Dehradun","Dehradun");addOption(document.form2.cityselect2, "I10_UT_Roorkee","Roorkee");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I10_WB'){
addOption(document.form2.cityselect2, "I10_WB_Kanchrapara","Kanchrapara");addOption(document.form2.cityselect2, "I10_WB_Kolkata","Kolkata");addOption(document.form2.cityselect2, "I10_WB_Raniganj","Raniganj");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I11_AP'){
addOption(document.form2.cityselect2, "I11_AP_Hyderabad","Hyderabad");addOption(document.form2.cityselect2, "I11_AP_Secunderabad","Secunderabad");addOption(document.form2.cityselect2, "I11_AP_Tirupathi","Tirupathi");addOption(document.form2.cityselect2, "I11_AP_Vijayawada","Vijayawada");addOption(document.form2.cityselect2, "I11_AP_Visakhapatnam","Visakhapatnam");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I11_DE'){
addOption(document.form2.cityselect2, "I11_DE_New Delhi","New Delhi");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I11_GU'){
addOption(document.form2.cityselect2, "I11_GU_Ahmedabad","Ahmedabad");addOption(document.form2.cityselect2, "I11_GU_Rajkot","Rajkot");addOption(document.form2.cityselect2, "I11_GU_Vadodara","Vadodara");addOption(document.form2.cityselect2, "I11_GU_Vapi","Vapi");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I11_HA'){
addOption(document.form2.cityselect2, "I11_HA_Faridabad","Faridabad");addOption(document.form2.cityselect2, "I11_HA_Gurgaon","Gurgaon");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I11_JN'){
addOption(document.form2.cityselect2, "I11_JN_Ranchi","Ranchi");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I11_KA'){
addOption(document.form2.cityselect2, "I11_KA_Bangalore","Bangalore");addOption(document.form2.cityselect2, "I11_KA_Mangalore","Mangalore");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I11_KE'){
addOption(document.form2.cityselect2, "I11_KE_Ernakulam","Ernakulam");addOption(document.form2.cityselect2, "I11_KE_Kannur","Kannur");addOption(document.form2.cityselect2, "I11_KE_Kochi","Kochi");addOption(document.form2.cityselect2, "I11_KE_Kottayam","Kottayam");addOption(document.form2.cityselect2, "I11_KE_Kozhikode","Kozhikode");addOption(document.form2.cityselect2, "I11_KE_Malappuram","Malappuram");addOption(document.form2.cityselect2, "I11_KE_Palakkad","Palakkad");addOption(document.form2.cityselect2, "I11_KE_Thiruvananthapuram","Thiruvananthapuram");addOption(document.form2.cityselect2, "I11_KE_Thrissur","Thrissur");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I11_MA'){
addOption(document.form2.cityselect2, "I11_MA_Aurangabad","Aurangabad");addOption(document.form2.cityselect2, "I11_MA_Kolhapur","Kolhapur");addOption(document.form2.cityselect2, "I11_MA_Mumbai","Mumbai");addOption(document.form2.cityselect2, "I11_MA_Nagpur","Nagpur");addOption(document.form2.cityselect2, "I11_MA_Nasik","Nasik");addOption(document.form2.cityselect2, "I11_MA_Navi Mumbai","Navi Mumbai");addOption(document.form2.cityselect2, "I11_MA_Pune","Pune");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I11_MP'){
addOption(document.form2.cityselect2, "I11_MP_Bhopal","Bhopal");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I11_OR'){
addOption(document.form2.cityselect2, "I11_OR_Bhubaneswar","Bhubaneswar");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I11_PO'){
addOption(document.form2.cityselect2, "I11_PO_Pondicherry","Pondicherry");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I11_PU'){
addOption(document.form2.cityselect2, "I11_PU_Ludhiana","Ludhiana");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I11_RA'){
addOption(document.form2.cityselect2, "I11_RA_Jaipur","Jaipur");addOption(document.form2.cityselect2, "I11_RA_Rajsamand","Rajsamand");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I11_TN'){
addOption(document.form2.cityselect2, "I11_TN_Chennai","Chennai");addOption(document.form2.cityselect2, "I11_TN_Coimbatore","Coimbatore");addOption(document.form2.cityselect2, "I11_TN_Madurai","Madurai");addOption(document.form2.cityselect2, "I11_TN_Trichy","Trichy");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I11_UP'){
addOption(document.form2.cityselect2, "I11_UP_Allahabad","Allahabad");addOption(document.form2.cityselect2, "I11_UP_Ghaziabad","Ghaziabad");addOption(document.form2.cityselect2, "I11_UP_Lucknow","Lucknow");addOption(document.form2.cityselect2, "I11_UP_Noida","Noida");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I11_WB'){
addOption(document.form2.cityselect2, "I11_WB_Kolkata","Kolkata");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I12_AP'){
addOption(document.form2.cityselect2, "I12_AP_Hyderabad","Hyderabad");addOption(document.form2.cityselect2, "I12_AP_Visakhapatnam","Visakhapatnam");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I12_DE'){
addOption(document.form2.cityselect2, "I12_DE_Gurgaon","Gurgaon");addOption(document.form2.cityselect2, "I12_DE_New Delhi","New Delhi");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I12_GU'){
addOption(document.form2.cityselect2, "I12_GU_Ahmedabad","Ahmedabad");addOption(document.form2.cityselect2, "I12_GU_Vadodara","Vadodara");addOption(document.form2.cityselect2, "I12_GU_Vapi","Vapi");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I12_JN'){
addOption(document.form2.cityselect2, "I12_JN_Ranchi","Ranchi");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I12_KA'){
addOption(document.form2.cityselect2, "I12_KA_Bangalore","Bangalore");addOption(document.form2.cityselect2, "I12_KA_Mysore","Mysore");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I12_KE'){
addOption(document.form2.cityselect2, "I12_KE_Ernakulam","Ernakulam");addOption(document.form2.cityselect2, "I12_KE_Kochi","Kochi");addOption(document.form2.cityselect2, "I12_KE_Thiruvananthapuram","Thiruvananthapuram");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I12_MA'){
addOption(document.form2.cityselect2, "I12_MA_Mumbai","Mumbai");addOption(document.form2.cityselect2, "I12_MA_Nagpur","Nagpur");addOption(document.form2.cityselect2, "I12_MA_Pune","Pune");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I12_MP'){
addOption(document.form2.cityselect2, "I12_MP_Bhopal","Bhopal");addOption(document.form2.cityselect2, "I12_MP_Indore","Indore");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I12_OR'){
addOption(document.form2.cityselect2, "I12_OR_Bhubaneswar","Bhubaneswar");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I12_PU'){
addOption(document.form2.cityselect2, "I12_PU_Jalandhar","Jalandhar");addOption(document.form2.cityselect2, "I12_PU_Ludhiana","Ludhiana");addOption(document.form2.cityselect2, "I12_PU_Patiala","Patiala");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I12_RA'){
addOption(document.form2.cityselect2, "I12_RA_Jaipur","Jaipur");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I12_TN'){
addOption(document.form2.cityselect2, "I12_TN_Chennai","Chennai");addOption(document.form2.cityselect2, "I12_TN_coimbatore","coimbatore");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I12_UP'){
addOption(document.form2.cityselect2, "I12_UP_Allahabad","Allahabad");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I12_WB'){
addOption(document.form2.cityselect2, "I12_WB_Kolkata","Kolkata");addOption(document.form2.cityselect2, "I12_WB_Raniganj","Raniganj");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I13_AP'){
addOption(document.form2.cityselect2, "I13_AP_Chittoor","Chittoor");addOption(document.form2.cityselect2, "I13_AP_Hyderabad","Hyderabad");addOption(document.form2.cityselect2, "I13_AP_Secunderabad","Secunderabad");addOption(document.form2.cityselect2, "I13_AP_Vijayawada","Vijayawada");addOption(document.form2.cityselect2, "I13_AP_Visakhapatnam","Visakhapatnam");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I13_BI'){
addOption(document.form2.cityselect2, "I13_BI_Patna","Patna");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I13_CH'){
addOption(document.form2.cityselect2, "I13_CH_Rajnanandgaon","Rajnanandgaon");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I13_DE'){
addOption(document.form2.cityselect2, "I13_DE_New Delhi","New Delhi");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I13_GO'){
addOption(document.form2.cityselect2, "I13_GO_Margaon","Margaon");addOption(document.form2.cityselect2, "I13_GO_Panaji","Panaji");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I13_GU'){
addOption(document.form2.cityselect2, "I13_GU_Ahmedabad","Ahmedabad");addOption(document.form2.cityselect2, "I13_GU_Vadodara","Vadodara");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I13_HP'){
addOption(document.form2.cityselect2, "I13_HP_Ranchi","Ranchi");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I13_KA'){
addOption(document.form2.cityselect2, "I13_KA_Bangalore","Bangalore");addOption(document.form2.cityselect2, "I13_KA_Mangalore","Mangalore");addOption(document.form2.cityselect2, "I13_KA_Mysore","Mysore");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I13_KE'){
addOption(document.form2.cityselect2, "I13_KE_Calicut","Calicut");addOption(document.form2.cityselect2, "I13_KE_Ernakulam","Ernakulam");addOption(document.form2.cityselect2, "I13_KE_Kochi","Kochi");addOption(document.form2.cityselect2, "I13_KE_Thiruvananthapuram","Thiruvananthapuram");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I13_MA'){
addOption(document.form2.cityselect2, "I13_MA_Mumbai","Mumbai");addOption(document.form2.cityselect2, "I13_MA_Pune","Pune");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I13_MP'){
addOption(document.form2.cityselect2, "I13_MP_Bhopal","Bhopal");addOption(document.form2.cityselect2, "I13_MP_Gwalior","Gwalior");addOption(document.form2.cityselect2, "I13_MP_Indore","Indore");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I13_OR'){
addOption(document.form2.cityselect2, "I13_OR_Bhubaneswar","Bhubaneswar");addOption(document.form2.cityselect2, "I13_OR_Rourkela","Rourkela");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I13_PU'){
addOption(document.form2.cityselect2, "I13_PU_Chandigarh","Chandigarh");addOption(document.form2.cityselect2, "I13_PU_Ludhiana","Ludhiana");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I13_RA'){
addOption(document.form2.cityselect2, "I13_RA_Jaipur","Jaipur");addOption(document.form2.cityselect2, "I13_RA_Jodhpur","Jodhpur");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I13_TN'){
addOption(document.form2.cityselect2, "I13_TN_Chennai","Chennai");addOption(document.form2.cityselect2, "I13_TN_Coimbatore","Coimbatore");addOption(document.form2.cityselect2, "I13_TN_Tirunelveli","Tirunelveli");addOption(document.form2.cityselect2, "I13_TN_Trichy","Trichy");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I13_UP'){
addOption(document.form2.cityselect2, "I13_UP_Ghaziabad","Ghaziabad");addOption(document.form2.cityselect2, "I13_UP_Lucknow","Lucknow");addOption(document.form2.cityselect2, "I13_UP_Noida","Noida");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I13_WB'){
addOption(document.form2.cityselect2, "I13_WB_Kolkata","Kolkata");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I14_AP'){
addOption(document.form2.cityselect2, "I14_AP_Hyderabad","Hyderabad");addOption(document.form2.cityselect2, "I14_AP_Secunderabad","Secunderabad");addOption(document.form2.cityselect2, "I14_AP_Vijayawada","Vijayawada");addOption(document.form2.cityselect2, "I14_AP_Visakhapatnam","Visakhapatnam");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I14_AS'){
addOption(document.form2.cityselect2, "I14_AS_Guwahati","Guwahati");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I14_BI'){
addOption(document.form2.cityselect2, "I14_BI_Gopalganj","Gopalganj");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I14_CH'){
addOption(document.form2.cityselect2, "I14_CH_Raipur","Raipur");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I14_DE'){
addOption(document.form2.cityselect2, "I14_DE_New Delhi","New Delhi");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I14_GO'){
addOption(document.form2.cityselect2, "I14_GO_Goa","Goa");addOption(document.form2.cityselect2, "I14_GO_Panaji","Panaji");addOption(document.form2.cityselect2, "I14_GO_Ponda","Ponda");addOption(document.form2.cityselect2, "I14_GO_Porvorim","Porvorim");addOption(document.form2.cityselect2, "I14_GO_Vasco","Vasco");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I14_GU'){
addOption(document.form2.cityselect2, "I14_GU_Ahmedabad","Ahmedabad");addOption(document.form2.cityselect2, "I14_GU_Rajkot","Rajkot");addOption(document.form2.cityselect2, "I14_GU_Silvassa","Silvassa");addOption(document.form2.cityselect2, "I14_GU_Surat","Surat");addOption(document.form2.cityselect2, "I14_GU_Vadodara","Vadodara");addOption(document.form2.cityselect2, "I14_GU_Vapi","Vapi");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I14_HA'){
addOption(document.form2.cityselect2, "I14_HA_Chandigarh","Chandigarh");addOption(document.form2.cityselect2, "I14_HA_Faridabad","Faridabad");addOption(document.form2.cityselect2, "I14_HA_Gurgaon","Gurgaon");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I14_HP'){
addOption(document.form2.cityselect2, "I14_HP_Kangra","Kangra");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I14_JN'){
addOption(document.form2.cityselect2, "I14_JN_Jamshedpur","Jamshedpur");addOption(document.form2.cityselect2, "I14_JN_Ranchi","Ranchi");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I14_KA'){
addOption(document.form2.cityselect2, "I14_KA_Bangalore","Bangalore");addOption(document.form2.cityselect2, "I14_KA_Hubli","Hubli");addOption(document.form2.cityselect2, "I14_KA_Mangalore","Mangalore");addOption(document.form2.cityselect2, "I14_KA_Mysore","Mysore");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I14_KE'){
addOption(document.form2.cityselect2, "I14_KE_Ernakulam","Ernakulam");addOption(document.form2.cityselect2, "I14_KE_Kochi","Kochi");addOption(document.form2.cityselect2, "I14_KE_Kottayam","Kottayam");addOption(document.form2.cityselect2, "I14_KE_Thiruvananthapuram","Thiruvananthapuram");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I14_MA'){
addOption(document.form2.cityselect2, "I14_MA_Aurangabad","Aurangabad");addOption(document.form2.cityselect2, "I14_MA_Mumbai","Mumbai");addOption(document.form2.cityselect2, "I14_MA_Nagpur","Nagpur");addOption(document.form2.cityselect2, "I14_MA_Nasik","Nasik");addOption(document.form2.cityselect2, "I14_MA_Pune","Pune");addOption(document.form2.cityselect2, "I14_MA_Thane","Thane");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I14_MP'){
addOption(document.form2.cityselect2, "I14_MP_Bhopal","Bhopal");addOption(document.form2.cityselect2, "I14_MP_Gwalior","Gwalior");addOption(document.form2.cityselect2, "I14_MP_Indore","Indore");addOption(document.form2.cityselect2, "I14_MP_Jabalpur","Jabalpur");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I14_OR'){
addOption(document.form2.cityselect2, "I14_OR_Bhubaneswar","Bhubaneswar");addOption(document.form2.cityselect2, "I14_OR_Bolangir","Bolangir");addOption(document.form2.cityselect2, "I14_OR_Cuttack","Cuttack");addOption(document.form2.cityselect2, "I14_OR_Rourkela","Rourkela");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I14_PO'){
addOption(document.form2.cityselect2, "I14_PO_Pondicherry","Pondicherry");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I14_PU'){
addOption(document.form2.cityselect2, "I14_PU_Amritsar","Amritsar");addOption(document.form2.cityselect2, "I14_PU_Jalandhar","Jalandhar");addOption(document.form2.cityselect2, "I14_PU_Ludhiana","Ludhiana");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I14_RA'){
addOption(document.form2.cityselect2, "I14_RA_Jaipur","Jaipur");addOption(document.form2.cityselect2, "I14_RA_Jodhpur","Jodhpur");addOption(document.form2.cityselect2, "I14_RA_Udaipur","Udaipur");addOption(document.form2.cityselect2, "I14_RA_Udupi","Udupi");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I14_TN'){
addOption(document.form2.cityselect2, "I14_TN_Chennai","Chennai");addOption(document.form2.cityselect2, "I14_TN_Coimbatore","Coimbatore");addOption(document.form2.cityselect2, "I14_TN_Erode","Erode");addOption(document.form2.cityselect2, "I14_TN_Hosur","Hosur");addOption(document.form2.cityselect2, "I14_TN_Kanyakumari","Kanyakumari");addOption(document.form2.cityselect2, "I14_TN_Madurai","Madurai");addOption(document.form2.cityselect2, "I14_TN_Trichy","Trichy");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I14_UP'){
addOption(document.form2.cityselect2, "I14_UP_Allahabad","Allahabad");addOption(document.form2.cityselect2, "I14_UP_Azamgarh","Azamgarh");addOption(document.form2.cityselect2, "I14_UP_Ghaziabad","Ghaziabad");addOption(document.form2.cityselect2, "I14_UP_Kanpur","Kanpur");addOption(document.form2.cityselect2, "I14_UP_Lucknow","Lucknow");addOption(document.form2.cityselect2, "I14_UP_Moradabad","Moradabad");addOption(document.form2.cityselect2, "I14_UP_Noida","Noida");addOption(document.form2.cityselect2, "I14_UP_Vasundhara","Vasundhara");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I14_WB'){
addOption(document.form2.cityselect2, "I14_WB_Kolkata","Kolkata");addOption(document.form2.cityselect2, "I14_WB_Parwanoo","Parwanoo");addOption(document.form2.cityselect2, "I14_WB_Siripur","Siripur");addOption(document.form2.cityselect2, "I14_WB_Tufanganj","Tufanganj");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I15_DE'){
addOption(document.form2.cityselect2, "I15_DE_New Delhi","New Delhi");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I15_KA'){
addOption(document.form2.cityselect2, "I15_KA_Bangalore","Bangalore");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I15_MA'){
addOption(document.form2.cityselect2, "I15_MA_Mumbai","Mumbai");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I15_MP'){
addOption(document.form2.cityselect2, "I15_MP_Bhopal","Bhopal");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I15_PU'){
addOption(document.form2.cityselect2, "I15_PU_Ludhiana","Ludhiana");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I15_TN'){
addOption(document.form2.cityselect2, "I15_TN_Chennai","Chennai");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I15_WB'){
addOption(document.form2.cityselect2, "I15_WB_Kolkata","Kolkata");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I16_AP'){
addOption(document.form2.cityselect2, "I16_AP_Hyderabad","Hyderabad");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I16_DE'){
addOption(document.form2.cityselect2, "I16_DE_New Delhi","New Delhi");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I16_GO'){
addOption(document.form2.cityselect2, "I16_GO_Panaji","Panaji");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I16_GU'){
addOption(document.form2.cityselect2, "I16_GU_Ahmedabad","Ahmedabad");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I16_HA'){
addOption(document.form2.cityselect2, "I16_HA_Gurgaon","Gurgaon");addOption(document.form2.cityselect2, "I16_HA_Hissar","Hissar");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I16_JN'){
addOption(document.form2.cityselect2, "I16_JN_Bhilai","Bhilai");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I16_KA'){
addOption(document.form2.cityselect2, "I16_KA_Bangalore","Bangalore");addOption(document.form2.cityselect2, "I16_KA_Mangalore","Mangalore");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I16_KE'){
addOption(document.form2.cityselect2, "I16_KE_Alappuzha","Alappuzha");addOption(document.form2.cityselect2, "I16_KE_Ernakulam","Ernakulam");addOption(document.form2.cityselect2, "I16_KE_Kochi","Kochi");addOption(document.form2.cityselect2, "I16_KE_Thiruvananthapuram","Thiruvananthapuram");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I16_MA'){
addOption(document.form2.cityselect2, "I16_MA_Mumbai","Mumbai");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I16_MP'){
addOption(document.form2.cityselect2, "I16_MP_Indore","Indore");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I16_PO'){
addOption(document.form2.cityselect2, "I16_PO_Pondicherry","Pondicherry");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I16_RA'){
addOption(document.form2.cityselect2, "I16_RA_Jaipur","Jaipur");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I16_TN'){
addOption(document.form2.cityselect2, "I16_TN_Chennai","Chennai");addOption(document.form2.cityselect2, "I16_TN_Coimbatore","Coimbatore");addOption(document.form2.cityselect2, "I16_TN_Trichy","Trichy");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I16_UP'){
addOption(document.form2.cityselect2, "I16_UP_Lucknow","Lucknow");addOption(document.form2.cityselect2, "I16_UP_Noida","Noida");
document.form2.cityselect2.focus();}
if(document.form2.stateselect2.value == 'I16_WB'){
addOption(document.form2.cityselect2, "I16_WB_Kolkata","Kolkata");
document.form2.cityselect2.focus();}
}
function removeAllOptions(selectbox)
{
var i;
for(i=selectbox.options.length-1;i>=0;i--)
{
selectbox.remove(i);
}
}
function addOption(selectbox, value, text )
{
var optn = document.createElement("OPTION");
optn.text = text;
optn.value = value;
selectbox.options.add(optn);
}
