function filldistrict()
{
		removeAllOptions(document.main.district);
		addOption(document.main.district, "", "Select City", "");
		
		
		if (document.main.state.value=="ASSAM")
		{
			addOption(document.main.district, "DIGBOI", "DIGBOI", "");
		}
		
		if (document.main.state.value=="ASSAM")
		{
			addOption(document.main.district, "GUWAHATI", "GUWAHATI", "");
		}
		
		if (document.main.state.value=="ASSAM")
		{
			addOption(document.main.district, "HAFLONG", "HAFLONG", "");
		}
		
		if (document.main.state.value=="ASSAM")
		{
			addOption(document.main.district, "HAJO", "HAJO", "");
		}
		
		if (document.main.state.value=="ASSAM")
		{
			addOption(document.main.district, "MAJULI", "MAJULI", "");
		}
		
		if (document.main.state.value=="ASSAM")
		{
			addOption(document.main.district, "SIBSAGAR", "SIBSAGAR", "");
		}
		
		if (document.main.state.value=="ASSAM")
		{
			addOption(document.main.district, "TEZPUR", "TEZPUR", "");
		}
		
		if (document.main.state.value=="ANDHRA PRADESH")
		{
			addOption(document.main.district, "ADILABAD", "ADILABAD", "");
		}
		
		if (document.main.state.value=="ANDHRA PRADESH")
		{
			addOption(document.main.district, "ANANTAPUR", "ANANTAPUR", "");
		}
		
		if (document.main.state.value=="ANDHRA PRADESH")
		{
			addOption(document.main.district, "CHITTOOR", "CHITTOOR", "");
		}
		
		if (document.main.state.value=="ANDHRA PRADESH")
		{
			addOption(document.main.district, "CUDDAPAD", "CUDDAPAD", "");
		}
		
		if (document.main.state.value=="ANDHRA PRADESH")
		{
			addOption(document.main.district, "EAST GODAVARI", "EAST GODAVARI", "");
		}
		
		if (document.main.state.value=="ANDHRA PRADESH")
		{
			addOption(document.main.district, "GUNTUR", "GUNTUR", "");
		}
		
		if (document.main.state.value=="ANDHRA PRADESH")
		{
			addOption(document.main.district, "HYDERABAD", "HYDERABAD", "");
		}
		
		if (document.main.state.value=="ANDHRA PRADESH")
		{
			addOption(document.main.district, "KARIMNAGAR", "KARIMNAGAR", "");
		}
		
		if (document.main.state.value=="ANDHRA PRADESH")
		{
			addOption(document.main.district, "KHAMMAM", "KHAMMAM", "");
		}
		
		if (document.main.state.value=="ANDHRA PRADESH")
		{
			addOption(document.main.district, "KRISHNA", "KRISHNA", "");
		}
		
		if (document.main.state.value=="ANDHRA PRADESH")
		{
			addOption(document.main.district, "KURNOOL", "KURNOOL", "");
		}
		
		if (document.main.state.value=="ANDHRA PRADESH")
		{
			addOption(document.main.district, "MAHBUBNAGAR", "MAHBUBNAGAR", "");
		}
		
		if (document.main.state.value=="ANDHRA PRADESH")
		{
			addOption(document.main.district, "MEDAK", "MEDAK", "");
		}
		
		if (document.main.state.value=="ANDHRA PRADESH")
		{
			addOption(document.main.district, "NALGONDA", "NALGONDA", "");
		}
		
		if (document.main.state.value=="ANDHRA PRADESH")
		{
			addOption(document.main.district, "NELLORE", "NELLORE", "");
		}
		
		if (document.main.state.value=="ANDHRA PRADESH")
		{
			addOption(document.main.district, "NIZAMABAD", "NIZAMABAD", "");
		}
		
		if (document.main.state.value=="ANDHRA PRADESH")
		{
			addOption(document.main.district, "PRAKASAM", "PRAKASAM", "");
		}
		
		if (document.main.state.value=="ANDHRA PRADESH")
		{
			addOption(document.main.district, "RANGAREDDI", "RANGAREDDI", "");
		}
		
		if (document.main.state.value=="ANDHRA PRADESH")
		{
			addOption(document.main.district, "SRIKAKULAM", "SRIKAKULAM", "");
		}
		
		if (document.main.state.value=="ANDHRA PRADESH")
		{
			addOption(document.main.district, "VISHAKHAPATNAM", "VISHAKHAPATNAM", "");
		}
		
		if (document.main.state.value=="ANDHRA PRADESH")
		{
			addOption(document.main.district, "VIZIANAGARAM", "VIZIANAGARAM", "");
		}
		
		if (document.main.state.value=="ANDHRA PRADESH")
		{
			addOption(document.main.district, "WARANGAL", "WARANGAL", "");
		}
		
		if (document.main.state.value=="ANDHRA PRADESH")
		{
			addOption(document.main.district, "WEST GODAVARI", "WEST GODAVARI", "");
		}
		
		if (document.main.state.value=="BIHAR")
		{
			addOption(document.main.district, "ARARIA", "ARARIA", "");
		}
		
		if (document.main.state.value=="BIHAR")
		{
			addOption(document.main.district, "AURANGABAD", "AURANGABAD", "");
		}
		
		if (document.main.state.value=="BIHAR")
		{
			addOption(document.main.district, "BANKA", "BANKA", "");
		}
		
		if (document.main.state.value=="BIHAR")
		{
			addOption(document.main.district, "BEGUSARAI", "BEGUSARAI", "");
		}
		
		if (document.main.state.value=="BIHAR")
		{

			addOption(document.main.district, "BHABUA", "BHABUA", "");
		}
		
		if (document.main.state.value=="BIHAR")
		{
			addOption(document.main.district, "BHAGALPUR", "BHAGALPUR", "");
		}
		
		if (document.main.state.value=="BIHAR")
		{
			addOption(document.main.district, "BHOJPUR", "BHOJPUR", "");
		}
		
		if (document.main.state.value=="BIHAR")
		{
			addOption(document.main.district, "BUXAR", "BUXAR", "");
		}
		
		if (document.main.state.value=="BIHAR")
		{
			addOption(document.main.district, "DARBHANGA", "DARBHANGA", "");
		}
		
		if (document.main.state.value=="BIHAR")
		{
			addOption(document.main.district, "GAYA", "GAYA", "");
		}
		
		if (document.main.state.value=="BIHAR")
		{
			addOption(document.main.district, "GOPALGANG", "GOPALGANG", "");
		}
		
		if (document.main.state.value=="BIHAR")
		{
			addOption(document.main.district, "JAHANABAD", "JAHANABAD", "");
		}
		
		if (document.main.state.value=="BIHAR")
		{
			addOption(document.main.district, "JAMUI", "JAMUI", "");
		}
		
		if (document.main.state.value=="BIHAR")
		{
			addOption(document.main.district, "KATIHAR", "KATIHAR", "");
		}
		
		if (document.main.state.value=="BIHAR")
		{
			addOption(document.main.district, "KHAGARIA", "KHAGARIA", "");
		}
		
		if (document.main.state.value=="BIHAR")
		{
			addOption(document.main.district, "KISHANGANJ", "KISHANGANJ", "");
		}
		
		if (document.main.state.value=="BIHAR")
		{
			addOption(document.main.district, "LUCKEESARAI", "LUCKEESARAI", "");
		}
		
		if (document.main.state.value=="BIHAR")
		{
			addOption(document.main.district, "MADHEPURA", "MADHEPURA", "");
		}
		
		if (document.main.state.value=="BIHAR")
		{
			addOption(document.main.district, "MADHUBANI", "MADHUBANI", "");
		}
		
		if (document.main.state.value=="BIHAR")
		{
			addOption(document.main.district, "MUNGER", "MUNGER", "");
		}
		
		if (document.main.state.value=="BIHAR")
		{
			addOption(document.main.district, "MUZAFFARPUR", "MUZAFFARPUR", "");
		}
		
		if (document.main.state.value=="BIHAR")
		{
			addOption(document.main.district, "NALANDA", "NALANDA", "");
		}
		
		if (document.main.state.value=="BIHAR")
		{
			addOption(document.main.district, "NAWADA", "NAWADA", "");
		}
		
		if (document.main.state.value=="BIHAR")
		{
			addOption(document.main.district, "PASCHIM CHAMPARAN", "PASCHIM CHAMPARAN", "");
		}
		
		if (document.main.state.value=="BIHAR")
		{
			addOption(document.main.district, "PATNA", "PATNA", "");
		}
		
		if (document.main.state.value=="BIHAR")
		{
			addOption(document.main.district, "PURBICHAMPARAN", "PURBICHAMPARAN", "");
		}
		
		if (document.main.state.value=="BIHAR")
		{
			addOption(document.main.district, "PURNIA", "PURNIA", "");
		}
		
		if (document.main.state.value=="BIHAR")
		{
			addOption(document.main.district, "ROHTAS", "ROHTAS", "");
		}
		
		if (document.main.state.value=="BIHAR")
		{
			addOption(document.main.district, "SAHARSA", "SAHARSA", "");
		}
		
		if (document.main.state.value=="BIHAR")
		{
			addOption(document.main.district, "SAMASTIPUR", "SAMASTIPUR", "");
		}
		
		if (document.main.state.value=="BIHAR")
		{
			addOption(document.main.district, "SARAN", "SARAN", "");
		}
		
		if (document.main.state.value=="BIHAR")
		{
			addOption(document.main.district, "SHEIKHPURA", "SHEIKHPURA", "");
		}
		
		if (document.main.state.value=="BIHAR")
		{
			addOption(document.main.district, "SHEOHAR", "SHEOHAR", "");
		}
		
		if (document.main.state.value=="BIHAR")
		{
			addOption(document.main.district, "SITAMARHI", "SITAMARHI", "");
		}
		
		if (document.main.state.value=="BIHAR")
		{
			addOption(document.main.district, "SIWAN", "SIWAN", "");
		}
		
		if (document.main.state.value=="BIHAR")
		{
			addOption(document.main.district, "SUPAUL", "SUPAUL", "");
		}
		
		if (document.main.state.value=="BIHAR")
		{
			addOption(document.main.district, "VAISHALI", "VAISHALI", "");
		}
		
		if (document.main.state.value=="CHANDIGARH")
		{
			addOption(document.main.district, "CHANDIGARH", "CHANDIGARH", "");
		}
		
		if (document.main.state.value=="CHHATISGARH")
		{
			addOption(document.main.district, "BASTAR", "BASTAR", "");
		}
		
		if (document.main.state.value=="CHHATISGARH")
		{
			addOption(document.main.district, "BILASPUR", "BILASPUR", "");
		}
		
		if (document.main.state.value=="CHHATISGARH")
		{
			addOption(document.main.district, "DANTEWADA", "DANTEWADA", "");
		}
		
		if (document.main.state.value=="CHHATISGARH")
		{
			addOption(document.main.district, "DHAMTARI", "DHAMTARI", "");
		}
		
		if (document.main.state.value=="CHHATISGARH")
		{
			addOption(document.main.district, "DURG", "DURG", "");
		}
		
		if (document.main.state.value=="CHHATISGARH")
		{
			addOption(document.main.district, "JANJGIR", "JANJGIR", "");
		}
		
		if (document.main.state.value=="CHHATISGARH")
		{
			addOption(document.main.district, "JASHPUR", "JASHPUR", "");
		}
		
		if (document.main.state.value=="CHHATISGARH")
		{
			addOption(document.main.district, "KANKER", "KANKER", "");
		}
		
		if (document.main.state.value=="CHHATISGARH")
		{
			addOption(document.main.district, "KARWARDHA", "KARWARDHA", "");
		}
		
		if (document.main.state.value=="CHHATISGARH")
		{
			addOption(document.main.district, "KORBA", "KORBA", "");
		}
		
		if (document.main.state.value=="CHHATISGARH")
		{
			addOption(document.main.district, "KORIA", "KORIA", "");
		}
		
		if (document.main.state.value=="CHHATISGARH")
		{
			addOption(document.main.district, "MAHASAMUND", "MAHASAMUND", "");
		}
		
		if (document.main.state.value=="CHHATISGARH")
		{
			addOption(document.main.district, "RAIGARH", "RAIGARH", "");
		}
		
		if (document.main.state.value=="CHHATISGARH")
		{
			addOption(document.main.district, "RAIPUR", "RAIPUR", "");
		}
		
		if (document.main.state.value=="CHHATISGARH")
		{
			addOption(document.main.district, "RAJNANDGAON", "RAJNANDGAON", "");
		}
		
		if (document.main.state.value=="CHHATISGARH")
		{
			addOption(document.main.district, "SURGUJA", "SURGUJA", "");
		}
		
		if (document.main.state.value=="DAMAN & DIU")
		{
			addOption(document.main.district, "DAMAN & DIU", "DAMAN & DIU", "");
		}
		
		if (document.main.state.value=="DELHI")
		{
			addOption(document.main.district, "DELHI", "DELHI", "");
		}
		
		if (document.main.state.value=="GOA")
		{
			addOption(document.main.district, "NORTH GOA", "NORTH GOA", "");
		}
		
		if (document.main.state.value=="GOA")
		{
			addOption(document.main.district, "SOUTH GOA", "SOUTH GOA", "");
		}
		
		if (document.main.state.value=="GURJAT")
		{
			addOption(document.main.district, "AHMEDABAD", "AHMEDABAD", "");
		}
		
		if (document.main.state.value=="GURJAT")
		{
			addOption(document.main.district, "AMRELI", "AMRELI", "");
		}
		
		if (document.main.state.value=="GURJAT")
		{
			addOption(document.main.district, "ANAND", "ANAND", "");
		}
		
		if (document.main.state.value=="GURJAT")
		{
			addOption(document.main.district, "BANAS KANTHA", "BANAS KANTHA", "");
		}
		
		if (document.main.state.value=="GURJAT")
		{
			addOption(document.main.district, "BHARUCH", "BHARUCH", "");
		}
		
		if (document.main.state.value=="GURJAT")
		{
			addOption(document.main.district, "BHAVNAGAR", "BHAVNAGAR", "");
		}
		
		if (document.main.state.value=="GURJAT")
		{
			addOption(document.main.district, "DAHOD", "DAHOD", "");
		}
		
		if (document.main.state.value=="GURJAT")
		{
			addOption(document.main.district, "GANDHINAGAR", "GANDHINAGAR", "");
		}
		
		if (document.main.state.value=="GURJAT")
		{
			addOption(document.main.district, "JAMNAGAR", "JAMNAGAR", "");
		}
		
		if (document.main.state.value=="GURJAT")
		{
			addOption(document.main.district, "JUNAGARH", "JUNAGARH", "");
		}
		
		if (document.main.state.value=="GURJAT")
		{
			addOption(document.main.district, "KHEDA", "KHEDA", "");
		}
		
		if (document.main.state.value=="GURJAT")
		{
			addOption(document.main.district, "KUCHCHH", "KUCHCHH", "");
		}
		
		if (document.main.state.value=="GURJAT")
		{
			addOption(document.main.district, "MEHSANA", "MEHSANA", "");
		}
		
		if (document.main.state.value=="GURJAT")
		{
			addOption(document.main.district, "NARMADA", "NARMADA", "");
		}
		
		if (document.main.state.value=="GURJAT")
		{
			addOption(document.main.district, "NAVSARI", "NAVSARI", "");
		}
		
		if (document.main.state.value=="GURJAT")
		{
			addOption(document.main.district, "PANCH MAHAL", "PANCH MAHAL", "");
		}
		
		if (document.main.state.value=="GURJAT")
		{
			addOption(document.main.district, "PATAN", "PATAN", "");
		}
		
		if (document.main.state.value=="GURJAT")
		{
			addOption(document.main.district, "PORBANDER", "PORBANDER", "");
		}
		
		if (document.main.state.value=="GURJAT")
		{
			addOption(document.main.district, "RAJKOT", "RAJKOT", "");
		}
		
		if (document.main.state.value=="GURJAT")
		{
			addOption(document.main.district, "SABAR KANTHA", "SABAR KANTHA", "");
		}
		
		if (document.main.state.value=="GURJAT")
		{
			addOption(document.main.district, "SURAT", "SURAT", "");
		}
		
		if (document.main.state.value=="GURJAT")
		{
			addOption(document.main.district, "SURENDRA NAGAR", "SURENDRA NAGAR", "");
		}
		
		if (document.main.state.value=="GURJAT")
		{
			addOption(document.main.district, "THE DANGS", "THE DANGS", "");
		}
		
		if (document.main.state.value=="GURJAT")
		{
			addOption(document.main.district, "VADODARA", "VADODARA", "");
		}
		
		if (document.main.state.value=="GURJAT")
		{
			addOption(document.main.district, "VALSAD", "VALSAD", "");
		}
		
		if (document.main.state.value=="HARYANA")
		{
			addOption(document.main.district, "AMBALA", "AMBALA", "");
		}
		
		if (document.main.state.value=="HARYANA")
		{
			addOption(document.main.district, "BHIWANI", "BHIWANI", "");
		}
		
		if (document.main.state.value=="HARYANA")
		{
			addOption(document.main.district, "FARIDABAD", "FARIDABAD", "");
		}
		
		if (document.main.state.value=="HARYANA")
		{
			addOption(document.main.district, "FATEHABAD", "FATEHABAD", "");
		}
		
		if (document.main.state.value=="HARYANA")
		{
			addOption(document.main.district, "GURGAON", "GURGAON", "");
		}
		
		if (document.main.state.value=="HARYANA")
		{
			addOption(document.main.district, "HISSAR", "HISSAR", "");
		}
		
		if (document.main.state.value=="HARYANA")
		{
			addOption(document.main.district, "JHAJJAR", "JHAJJAR", "");
		}
		
		if (document.main.state.value=="HARYANA")
		{
			addOption(document.main.district, "JIND", "JIND", "");
		}
		
		if (document.main.state.value=="HARYANA")
		{
			addOption(document.main.district, "KAITHAL", "KAITHAL", "");
		}
		
		if (document.main.state.value=="HARYANA")
		{
			addOption(document.main.district, "KARNAL", "KARNAL", "");
		}
		
		if (document.main.state.value=="HARYANA")
		{
			addOption(document.main.district, "KURUKSHETRA", "KURUKSHETRA", "");
		}
		
		if (document.main.state.value=="HARYANA")
		{
			addOption(document.main.district, "MAHENDRAGARH", "MAHENDRAGARH", "");
		}
		
		if (document.main.state.value=="HARYANA")
		{
			addOption(document.main.district, "PANCHKULA", "PANCHKULA", "");
		}
		
		if (document.main.state.value=="HARYANA")
		{
			addOption(document.main.district, "PANIPAT", "PANIPAT", "");
		}
		
		if (document.main.state.value=="HARYANA")
		{
			addOption(document.main.district, "REWARI", "REWARI", "");
		}
		
		if (document.main.state.value=="HARYANA")
		{
			addOption(document.main.district, "ROHTAK", "ROHTAK", "");
		}
		
		if (document.main.state.value=="HARYANA")
		{
			addOption(document.main.district, "SIRSA", "SIRSA", "");
		}
		
		if (document.main.state.value=="HARYANA")
		{
			addOption(document.main.district, "SONIPAT", "SONIPAT", "");
		}
		
		if (document.main.state.value=="HARYANA")
		{
			addOption(document.main.district, "YAMUNANAGAR", "YAMUNANAGAR", "");
		}
		
		if (document.main.state.value=="HIMACHAL PRADESH")
		{
			addOption(document.main.district, "BILASPUR", "BILASPUR", "");
		}
		
		if (document.main.state.value=="HIMACHAL PRADESH")
		{
			addOption(document.main.district, "CHAMBA", "CHAMBA", "");
		}
		
		if (document.main.state.value=="HIMACHAL PRADESH")
		{
			addOption(document.main.district, "HAMIRPUR", "HAMIRPUR", "");
		}
		
		if (document.main.state.value=="HIMACHAL PRADESH")
		{
			addOption(document.main.district, "KANGRA", "KANGRA", "");
		}
		
		if (document.main.state.value=="HIMACHAL PRADESH")
		{
			addOption(document.main.district, "KINNAUR", "KINNAUR", "");
		}
		
		if (document.main.state.value=="HIMACHAL PRADESH")
		{
			addOption(document.main.district, "KULLU", "KULLU", "");
		}
		
		if (document.main.state.value=="HIMACHAL PRADESH")
		{
			addOption(document.main.district, "LAHUL & SPITI", "LAHUL & SPITI", "");
		}
		
		if (document.main.state.value=="HIMACHAL PRADESH")
		{
			addOption(document.main.district, "MANDI", "MANDI", "");
		}
		
		if (document.main.state.value=="HIMACHAL PRADESH")
		{
			addOption(document.main.district, "SHIMLA", "SHIMLA", "");
		}
		
		if (document.main.state.value=="HIMACHAL PRADESH")
		{
			addOption(document.main.district, "SIRMAUR", "SIRMAUR", "");
		}
		
		if (document.main.state.value=="HIMACHAL PRADESH")
		{
			addOption(document.main.district, "SOLAN", "SOLAN", "");
		}
		
		if (document.main.state.value=="HIMACHAL PRADESH")
		{
			addOption(document.main.district, "UNA", "UNA", "");
		}
		
		if (document.main.state.value=="JAMMU AND KASHMIR")
		{
			addOption(document.main.district, "ANANTNAG ", "ANANTNAG ", "");
		}
		
		if (document.main.state.value=="JAMMU AND KASHMIR")
		{
			addOption(document.main.district, "BANDIPORE", "BANDIPORE", "");
		}
		
		if (document.main.state.value=="JAMMU AND KASHMIR")
		{
			addOption(document.main.district, "BARAMULLA ", "BARAMULLA ", "");
		}
		
		if (document.main.state.value=="JAMMU AND KASHMIR")
		{
			addOption(document.main.district, "BUDGAM ", "BUDGAM ", "");
		}
		
		if (document.main.state.value=="JAMMU AND KASHMIR")
		{
			addOption(document.main.district, "DODA ", "DODA ", "");
		}
		
		if (document.main.state.value=="JAMMU AND KASHMIR")
		{
			addOption(document.main.district, "GANDERBAL ", "GANDERBAL ", "");
		}
		
		if (document.main.state.value=="JAMMU AND KASHMIR")
		{
			addOption(document.main.district, "JAMMU ", "JAMMU ", "");
		}
		
		if (document.main.state.value=="JAMMU AND KASHMIR")
		{
			addOption(document.main.district, "KARGIL ", "KARGIL ", "");
		}
		
		if (document.main.state.value=="JAMMU AND KASHMIR")
		{
			addOption(document.main.district, "KATHUA ", "KATHUA ", "");
		}
		
		if (document.main.state.value=="JAMMU AND KASHMIR")
		{
			addOption(document.main.district, "KISHTWAR ", "KISHTWAR ", "");
		}
		
		if (document.main.state.value=="JAMMU AND KASHMIR")
		{
			addOption(document.main.district, "KULGAM ", "KULGAM ", "");
		}
		
		if (document.main.state.value=="JAMMU AND KASHMIR")
		{
			addOption(document.main.district, "KUPWARA ", "KUPWARA ", "");
		}
		
		if (document.main.state.value=="JAMMU AND KASHMIR")
		{
			addOption(document.main.district, "LEH ", "LEH ", "");
		}
		
		if (document.main.state.value=="JAMMU AND KASHMIR")
		{
			addOption(document.main.district, "POONCH ", "POONCH ", "");
		}
		
		if (document.main.state.value=="JAMMU AND KASHMIR")
		{
			addOption(document.main.district, "PULWAMA ", "PULWAMA ", "");
		}
		
		if (document.main.state.value=="JAMMU AND KASHMIR")
		{
			addOption(document.main.district, "RAJOURI ", "RAJOURI ", "");
		}
		
		if (document.main.state.value=="JAMMU AND KASHMIR")
		{
			addOption(document.main.district, "RAMBAN ", "RAMBAN ", "");
		}
		
		if (document.main.state.value=="JAMMU AND KASHMIR")
		{
			addOption(document.main.district, "REASI ", "REASI ", "");
		}
		
		if (document.main.state.value=="JAMMU AND KASHMIR")
		{
			addOption(document.main.district, "SAMBA ", "SAMBA ", "");
		}
		
		if (document.main.state.value=="JAMMU AND KASHMIR")
		{
			addOption(document.main.district, "SHOPIAN ", "SHOPIAN ", "");
		}
		
		if (document.main.state.value=="JAMMU AND KASHMIR")
		{
			addOption(document.main.district, "SRINAGAR ", "SRINAGAR ", "");
		}
		
		if (document.main.state.value=="JAMMU AND KASHMIR")
		{
			addOption(document.main.district, "UDHAMPUR ", "UDHAMPUR ", "");
		}
		
		if (document.main.state.value=="JHARKHAND")
		{
			addOption(document.main.district, "BOKARO", "BOKARO", "");
		}
		
		if (document.main.state.value=="JHARKHAND")
		{
			addOption(document.main.district, "CHATRA", "CHATRA", "");
		}
		
		if (document.main.state.value=="JHARKHAND")
		{
			addOption(document.main.district, "DEVGARH", "DEVGARH", "");
		}
		
		if (document.main.state.value=="JHARKHAND")
		{
			addOption(document.main.district, "DHANBAD", "DHANBAD", "");
		}
		
		if (document.main.state.value=="JHARKHAND")
		{
			addOption(document.main.district, "EAST SINGHBHUM", "EAST SINGHBHUM", "");
		}
		
		if (document.main.state.value=="JHARKHAND")
		{
			addOption(document.main.district, "GARHWA", "GARHWA", "");
		}
		
		if (document.main.state.value=="JHARKHAND")
		{
			addOption(document.main.district, "GIRIDIH", "GIRIDIH", "");
		}
		
		if (document.main.state.value=="JHARKHAND")
		{
			addOption(document.main.district, "GODDA", "GODDA", "");
		}
		
		if (document.main.state.value=="JHARKHAND")
		{
			addOption(document.main.district, "GUMLA", "GUMLA", "");
		}
		
		if (document.main.state.value=="JHARKHAND")
		{
			addOption(document.main.district, "HAZARIBAGH", "HAZARIBAGH", "");
		}
		
		if (document.main.state.value=="JHARKHAND")
		{
			addOption(document.main.district, "JAMTARA", "JAMTARA", "");
		}
		
		if (document.main.state.value=="JHARKHAND")
		{
			addOption(document.main.district, "KODERMA", "KODERMA", "");
		}
		
		if (document.main.state.value=="JHARKHAND")
		{
			addOption(document.main.district, "LATEHAR", "LATEHAR", "");
		}
		
		if (document.main.state.value=="JHARKHAND")
		{
			addOption(document.main.district, "LOHARDAGA", "LOHARDAGA", "");
		}
		
		if (document.main.state.value=="JHARKHAND")
		{
			addOption(document.main.district, "PAKUR", "PAKUR", "");
		}
		
		if (document.main.state.value=="JHARKHAND")
		{
			addOption(document.main.district, "PALAMU", "PALAMU", "");
		}
		
		if (document.main.state.value=="JHARKHAND")
		{
			addOption(document.main.district, "RANCHI", "RANCHI", "");
		}
		
		if (document.main.state.value=="JHARKHAND")
		{
			addOption(document.main.district, "SAHIBGANJ", "SAHIBGANJ", "");
		}
		
		if (document.main.state.value=="JHARKHAND")
		{
			addOption(document.main.district, "SANTHAL PARGANA", "SANTHAL PARGANA", "");
		}
		
		if (document.main.state.value=="JHARKHAND")
		{
			addOption(document.main.district, "SARAIKELA-KHARSAWAN", "SARAIKELA-KHARSAWAN", "");
		}
		
		if (document.main.state.value=="JHARKHAND")
		{
			addOption(document.main.district, "SIMDEGA", "SIMDEGA", "");
		}
		
		if (document.main.state.value=="JHARKHAND")
		{
			addOption(document.main.district, "WEST SINGHBHUM", "WEST SINGHBHUM", "");
		}
		
		if (document.main.state.value=="KARNATAKA")
		{
			addOption(document.main.district, "BAGALKOT", "BAGALKOT", "");
		}
		
		if (document.main.state.value=="KARNATAKA")
		{
			addOption(document.main.district, "BANGALORE", "BANGALORE", "");
		}
		
		if (document.main.state.value=="KARNATAKA")
		{
			addOption(document.main.district, "BELGAUM", "BELGAUM", "");
		}
		
		if (document.main.state.value=="KARNATAKA")
		{
			addOption(document.main.district, "BELLARY", "BELLARY", "");
		}
		
		if (document.main.state.value=="KARNATAKA")
		{
			addOption(document.main.district, "BIDAR", "BIDAR", "");
		}
		
		if (document.main.state.value=="KARNATAKA")
		{
			addOption(document.main.district, "BIJAPUR", "BIJAPUR", "");
		}
		
		if (document.main.state.value=="KARNATAKA")
		{
			addOption(document.main.district, "CHAMRAJNAGAR", "CHAMRAJNAGAR", "");
		}
		
		if (document.main.state.value=="KARNATAKA")
		{
			addOption(document.main.district, "CHIKMAGALUR", "CHIKMAGALUR", "");
		}
		
		if (document.main.state.value=="KARNATAKA")
		{
			addOption(document.main.district, "CHITRADURGA", "CHITRADURGA", "");
		}
		
		if (document.main.state.value=="KARNATAKA")
		{
			addOption(document.main.district, "DAKSHIN KANNAD", "DAKSHIN KANNAD", "");
		}
		
		if (document.main.state.value=="KARNATAKA")
		{
			addOption(document.main.district, "DEVANGERE", "DEVANGERE", "");
		}
		
		if (document.main.state.value=="KARNATAKA")
		{
			addOption(document.main.district, "DHARWAD", "DHARWAD", "");
		}
		
		if (document.main.state.value=="KARNATAKA")
		{
			addOption(document.main.district, "GADAG", "GADAG", "");
		}
		
		if (document.main.state.value=="KARNATAKA")
		{
			addOption(document.main.district, "GULBARGA", "GULBARGA", "");
		}
		
		if (document.main.state.value=="KARNATAKA")
		{
			addOption(document.main.district, "HASSAN", "HASSAN", "");
		}
		
		if (document.main.state.value=="KARNATAKA")
		{
			addOption(document.main.district, "HAVERI", "HAVERI", "");
		}
		
		if (document.main.state.value=="KARNATAKA")
		{
			addOption(document.main.district, "KODAGU", "KODAGU", "");
		}
		
		if (document.main.state.value=="KARNATAKA")
		{
			addOption(document.main.district, "KOLAR", "KOLAR", "");
		}
		
		if (document.main.state.value=="KARNATAKA")
		{
			addOption(document.main.district, "KOPPAL", "KOPPAL", "");
		}
		
		if (document.main.state.value=="KARNATAKA")
		{
			addOption(document.main.district, "MANDYA", "MANDYA", "");
		}
		
		if (document.main.state.value=="KARNATAKA")
		{
			addOption(document.main.district, "MYSORE", "MYSORE", "");
		}
		
		if (document.main.state.value=="KARNATAKA")
		{
			addOption(document.main.district, "RAICHUR", "RAICHUR", "");
		}
		
		if (document.main.state.value=="KARNATAKA")
		{
			addOption(document.main.district, "SHIMOGA", "SHIMOGA", "");
		}
		
		if (document.main.state.value=="KARNATAKA")
		{
			addOption(document.main.district, "TUMKUR", "TUMKUR", "");
		}
		
		if (document.main.state.value=="KARNATAKA")
		{
			addOption(document.main.district, "UDUPI", "UDUPI", "");
		}
		
		if (document.main.state.value=="KARNATAKA")
		{
			addOption(document.main.district, "UTTAR KANNAD", "UTTAR KANNAD", "");
		}
		
		if (document.main.state.value=="KERALA")
		{
			addOption(document.main.district, "ALAPPUZHA", "ALAPPUZHA", "");
		}
		
		if (document.main.state.value=="KERALA")
		{
			addOption(document.main.district, "ERNAKULAM", "ERNAKULAM", "");
		}
		
		if (document.main.state.value=="KERALA")
		{
			addOption(document.main.district, "IDUKKI", "IDUKKI", "");
		}
		
		if (document.main.state.value=="KERALA")
		{
			addOption(document.main.district, "KANNUR", "KANNUR", "");
		}
		
		if (document.main.state.value=="KERALA")
		{
			addOption(document.main.district, "KASARGOD", "KASARGOD", "");
		}
		
		if (document.main.state.value=="KERALA")
		{
			addOption(document.main.district, "KOLLAM", "KOLLAM", "");
		}
		
		if (document.main.state.value=="KERALA")
		{
			addOption(document.main.district, "KOTTAYAM", "KOTTAYAM", "");
		}
		
		if (document.main.state.value=="KERALA")
		{
			addOption(document.main.district, "KOZHIKODE", "KOZHIKODE", "");
		}
		
		if (document.main.state.value=="KERALA")
		{
			addOption(document.main.district, "MALAPPURAM", "MALAPPURAM", "");
		}
		
		if (document.main.state.value=="KERALA")
		{
			addOption(document.main.district, "PALAKKAD", "PALAKKAD", "");
		}
		
		if (document.main.state.value=="KERALA")
		{
			addOption(document.main.district, "PATHANANTHITTA", "PATHANANTHITTA", "");
		}
		
		if (document.main.state.value=="KERALA")
		{
			addOption(document.main.district, "THIRUVANANTHAPURAM", "THIRUVANANTHAPURAM", "");
		}
		
		if (document.main.state.value=="KERALA")
		{
			addOption(document.main.district, "THRISSUR", "THRISSUR", "");
		}
		
		if (document.main.state.value=="KERALA")
		{
			addOption(document.main.district, "WAYANAD", "WAYANAD", "");
		}
		
		if (document.main.state.value=="MADHAYA PRADESH")
		{
			addOption(document.main.district, "BADWANI", "BADWANI", "");
		}
		
		if (document.main.state.value=="MADHAYA PRADESH")
		{
			addOption(document.main.district, "BALAGHAT", "BALAGHAT", "");
		}
		
		if (document.main.state.value=="MADHAYA PRADESH")
		{
			addOption(document.main.district, "BETUL", "BETUL", "");
		}
		
		if (document.main.state.value=="MADHAYA PRADESH")
		{
			addOption(document.main.district, "BHIND", "BHIND", "");
		}
		
		if (document.main.state.value=="MADHAYA PRADESH")
		{
			addOption(document.main.district, "BHOPAL", "BHOPAL", "");
		}
		
		if (document.main.state.value=="MADHAYA PRADESH")
		{
			addOption(document.main.district, "CHHATARPUR", "CHHATARPUR", "");
		}
		
		if (document.main.state.value=="MADHAYA PRADESH")
		{
			addOption(document.main.district, "CHHINDWARE", "CHHINDWARE", "");
		}
		
		if (document.main.state.value=="MADHAYA PRADESH")
		{
			addOption(document.main.district, "DAMOH", "DAMOH", "");
		}
		
		if (document.main.state.value=="MADHAYA PRADESH")
		{
			addOption(document.main.district, "DATIA", "DATIA", "");
		}
		
		if (document.main.state.value=="MADHAYA PRADESH")
		{
			addOption(document.main.district, "DEWAS", "DEWAS", "");
		}
		
		if (document.main.state.value=="MADHAYA PRADESH")
		{
			addOption(document.main.district, "DHAR", "DHAR", "");
		}
		
		if (document.main.state.value=="MADHAYA PRADESH")
		{
			addOption(document.main.district, "DINDORI", "DINDORI", "");
		}
		
		if (document.main.state.value=="MADHAYA PRADESH")
		{
			addOption(document.main.district, "EAST NIMAR", "EAST NIMAR", "");
		}
		
		if (document.main.state.value=="MADHAYA PRADESH")
		{
			addOption(document.main.district, "GUNA", "GUNA", "");
		}
		
		if (document.main.state.value=="MADHAYA PRADESH")
		{

			addOption(document.main.district, "GWALIOR", "GWALIOR", "");
		}
		
		if (document.main.state.value=="MADHAYA PRADESH")
		{
			addOption(document.main.district, "HARDA", "HARDA", "");
		}
		
		if (document.main.state.value=="MADHAYA PRADESH")
		{
			addOption(document.main.district, "HOSHANGABAD", "HOSHANGABAD", "");
		}
		
		if (document.main.state.value=="MADHAYA PRADESH")
		{
			addOption(document.main.district, "INDORE", "INDORE", "");
		}
		
		if (document.main.state.value=="MADHAYA PRADESH")
		{
			addOption(document.main.district, "JABALPUR", "JABALPUR", "");
		}
		
		if (document.main.state.value=="MADHAYA PRADESH")
		{
			addOption(document.main.district, "JAHBUA", "JAHBUA", "");
		}
		
		if (document.main.state.value=="MADHAYA PRADESH")
		{
			addOption(document.main.district, "KATNI", "KATNI", "");
		}
		
		if (document.main.state.value=="MADHAYA PRADESH")
		{
			addOption(document.main.district, "MANDLA", "MANDLA", "");
		}
		
		if (document.main.state.value=="MADHAYA PRADESH")
		{
			addOption(document.main.district, "MANDSAUR", "MANDSAUR", "");
		}
		
		if (document.main.state.value=="MADHAYA PRADESH")
		{
			addOption(document.main.district, "MORENA", "MORENA", "");
		}
		
		if (document.main.state.value=="MADHAYA PRADESH")
		{
			addOption(document.main.district, "NARSIMHAPUR", "NARSIMHAPUR", "");
		}
		
		if (document.main.state.value=="MADHAYA PRADESH")
		{
			addOption(document.main.district, "NEEMACH", "NEEMACH", "");
		}
		
		if (document.main.state.value=="MADHAYA PRADESH")
		{
			addOption(document.main.district, "PANNA", "PANNA", "");
		}
		
		if (document.main.state.value=="MADHAYA PRADESH")
		{
			addOption(document.main.district, "RAISEN", "RAISEN", "");
		}
		
		if (document.main.state.value=="MADHAYA PRADESH")
		{
			addOption(document.main.district, "RAJGARH", "RAJGARH", "");
		}
		
		if (document.main.state.value=="MADHAYA PRADESH")
		{
			addOption(document.main.district, "RATLAM", "RATLAM", "");
		}
		
		if (document.main.state.value=="MADHAYA PRADESH")
		{
			addOption(document.main.district, "REWA", "REWA", "");
		}
		
		if (document.main.state.value=="MADHAYA PRADESH")
		{
			addOption(document.main.district, "SAGAR", "SAGAR", "");
		}
		
		if (document.main.state.value=="MADHAYA PRADESH")
		{
			addOption(document.main.district, "SATNA", "SATNA", "");
		}
		
		if (document.main.state.value=="MADHAYA PRADESH")
		{
			addOption(document.main.district, "SEHORE", "SEHORE", "");
		}
		
		if (document.main.state.value=="MADHAYA PRADESH")
		{
			addOption(document.main.district, "SEONI", "SEONI", "");
		}
		
		if (document.main.state.value=="MADHAYA PRADESH")
		{
			addOption(document.main.district, "SHAHDOL", "SHAHDOL", "");
		}
		
		if (document.main.state.value=="MADHAYA PRADESH")
		{
			addOption(document.main.district, "SHAJAPUR", "SHAJAPUR", "");
		}
		
		if (document.main.state.value=="MADHAYA PRADESH")
		{
			addOption(document.main.district, "SHEOPUR", "SHEOPUR", "");
		}
		
		if (document.main.state.value=="MADHAYA PRADESH")
		{
			addOption(document.main.district, "SHIVPURI", "SHIVPURI", "");
		}
		
		if (document.main.state.value=="MADHAYA PRADESH")
		{
			addOption(document.main.district, "SIDHI", "SIDHI", "");
		}
		
		if (document.main.state.value=="MADHAYA PRADESH")
		{
			addOption(document.main.district, "TIKAMGARH", "TIKAMGARH", "");
		}
		
		if (document.main.state.value=="MADHAYA PRADESH")
		{
			addOption(document.main.district, "UJJAIN", "UJJAIN", "");
		}
		
		if (document.main.state.value=="MADHAYA PRADESH")
		{
			addOption(document.main.district, "UMARIA", "UMARIA", "");
		}
		
		if (document.main.state.value=="MADHAYA PRADESH")
		{
			addOption(document.main.district, "VIDISHA", "VIDISHA", "");
		}
		
		if (document.main.state.value=="MADHAYA PRADESH")
		{
			addOption(document.main.district, "WEST NIMAR", "WEST NIMAR", "");
		}
		
		if (document.main.state.value=="MAHARASHTRA")
		{
			addOption(document.main.district, "AHMADNAGAR", "AHMADNAGAR", "");
		}
		
		if (document.main.state.value=="MAHARASHTRA")
		{
			addOption(document.main.district, "AKOLA", "AKOLA", "");
		}
		
		if (document.main.state.value=="MAHARASHTRA")
		{
			addOption(document.main.district, "AMRAVATI", "AMRAVATI", "");
		}
		
		if (document.main.state.value=="MAHARASHTRA")
		{
			addOption(document.main.district, "AURANGABAD", "AURANGABAD", "");
		}
		
		if (document.main.state.value=="MAHARASHTRA")
		{
			addOption(document.main.district, "BHANDARA", "BHANDARA", "");
		}
		
		if (document.main.state.value=="MAHARASHTRA")
		{
			addOption(document.main.district, "BID", "BID", "");
		}
		
		if (document.main.state.value=="MAHARASHTRA")
		{
			addOption(document.main.district, "BULDHANA", "BULDHANA", "");
		}
		
		if (document.main.state.value=="MAHARASHTRA")
		{
			addOption(document.main.district, "CHANDRAPUR", "CHANDRAPUR", "");
		}
		
		if (document.main.state.value=="MAHARASHTRA")
		{
			addOption(document.main.district, "DHARASHIV", "DHARASHIV", "");
		}
		
		if (document.main.state.value=="MAHARASHTRA")
		{
			addOption(document.main.district, "DHULE", "DHULE", "");
		}
		
		if (document.main.state.value=="MAHARASHTRA")
		{
			addOption(document.main.district, "GADCHIROLII", "GADCHIROLII", "");
		}
		
		if (document.main.state.value=="MAHARASHTRA")
		{
			addOption(document.main.district, "GONDIA", "GONDIA", "");
		}
		
		if (document.main.state.value=="MAHARASHTRA")
		{
			addOption(document.main.district, "GREATER MUMBAI", "GREATER MUMBAI", "");
		}
		
		if (document.main.state.value=="MAHARASHTRA")
		{
			addOption(document.main.district, "MUMBAI", "MUMBAI", "");
		}
		
		if (document.main.state.value=="MAHARASHTRA")
		{
			addOption(document.main.district, "JALGAON", "JALGAON", "");
		}
		
		if (document.main.state.value=="MAHARASHTRA")
		{
			addOption(document.main.district, "JALNA", "JALNA", "");
		}
		
		if (document.main.state.value=="MAHARASHTRA")
		{
			addOption(document.main.district, "KOLHAPUR", "KOLHAPUR", "");
		}
		
		if (document.main.state.value=="MAHARASHTRA")
		{
			addOption(document.main.district, "LATUR", "LATUR", "");
		}
		
		if (document.main.state.value=="MAHARASHTRA")
		{
			addOption(document.main.district, "NAGPUR", "NAGPUR", "");
		}
		
		if (document.main.state.value=="MAHARASHTRA")
		{
			addOption(document.main.district, "NANDED", "NANDED", "");
		}
		
		if (document.main.state.value=="MAHARASHTRA")
		{
			addOption(document.main.district, "NANDURBAR", "NANDURBAR", "");
		}
		
		if (document.main.state.value=="MAHARASHTRA")
		{
			addOption(document.main.district, "NASHIK", "NASHIK", "");
		}
		
		if (document.main.state.value=="MAHARASHTRA")
		{
			addOption(document.main.district, "PARBHANI", "PARBHANI", "");
		}
		
		if (document.main.state.value=="MAHARASHTRA")
		{
			addOption(document.main.district, "PUNE", "PUNE", "");
		}
		
		if (document.main.state.value=="MAHARASHTRA")
		{
			addOption(document.main.district, "RAIGARH", "RAIGARH", "");
		}
		
		if (document.main.state.value=="MAHARASHTRA")
		{
			addOption(document.main.district, "RATNAGIRI", "RATNAGIRI", "");
		}
		
		if (document.main.state.value=="MAHARASHTRA")
		{
			addOption(document.main.district, "SANGLI", "SANGLI", "");
		}
		
		if (document.main.state.value=="MAHARASHTRA")
		{
			addOption(document.main.district, "SATARA", "SATARA", "");
		}
		
		if (document.main.state.value=="MAHARASHTRA")
		{
			addOption(document.main.district, "SINDHUDURG", "SINDHUDURG", "");
		}
		
		if (document.main.state.value=="MAHARASHTRA")
		{
			addOption(document.main.district, "SOLAPUR", "SOLAPUR", "");
		}
		
		if (document.main.state.value=="MAHARASHTRA")
		{
			addOption(document.main.district, "THANE", "THANE", "");
		}
		
		if (document.main.state.value=="MAHARASHTRA")
		{
			addOption(document.main.district, "WARDHA", "WARDHA", "");
		}
		
		if (document.main.state.value=="MAHARASHTRA")
		{
			addOption(document.main.district, "WASHIM", "WASHIM", "");
		}
		
		if (document.main.state.value=="MAHARASHTRA")
		{
			addOption(document.main.district, "YAVATMAL", "YAVATMAL", "");
		}
		
		if (document.main.state.value=="NORTH EASTERN STATES")
		{
			addOption(document.main.district, "NORTH EASTERN STATES", "NORTH EASTERN STATES", "");
		}
		
		if (document.main.state.value=="ORISSA")
		{
			addOption(document.main.district, "ANGUL", "ANGUL", "");
		}
		
		if (document.main.state.value=="ORISSA")
		{
			addOption(document.main.district, "BALANGIR", "BALANGIR", "");
		}
		
		if (document.main.state.value=="ORISSA")
		{
			addOption(document.main.district, "BALESHWAR", "BALESHWAR", "");
		}
		
		if (document.main.state.value=="ORISSA")
		{
			addOption(document.main.district, "BARGARH", "BARGARH", "");
		}
		
		if (document.main.state.value=="ORISSA")
		{
			addOption(document.main.district, "BAUDA", "BAUDA", "");
		}
		
		if (document.main.state.value=="ORISSA")
		{
			addOption(document.main.district, "BHADRAK", "BHADRAK", "");
		}
		
		if (document.main.state.value=="ORISSA")
		{
			addOption(document.main.district, "CUTTACK", "CUTTACK", "");
		}
		
		if (document.main.state.value=="ORISSA")
		{
			addOption(document.main.district, "DEOGARH", "DEOGARH", "");
		}
		
		if (document.main.state.value=="ORISSA")
		{
			addOption(document.main.district, "DHENKANAL", "DHENKANAL", "");
		}
		
		if (document.main.state.value=="ORISSA")
		{
			addOption(document.main.district, "GAJAPATI", "GAJAPATI", "");
		}
		
		if (document.main.state.value=="ORISSA")
		{
			addOption(document.main.district, "GANJAM", "GANJAM", "");
		}
		
		if (document.main.state.value=="ORISSA")
		{
			addOption(document.main.district, "JAGATSINGHPUR", "JAGATSINGHPUR", "");
		}
		
		if (document.main.state.value=="ORISSA")
		{
			addOption(document.main.district, "JAIPUR", "JAIPUR", "");
		}
		
		if (document.main.state.value=="ORISSA")
		{
			addOption(document.main.district, "JHARSUGUDA", "JHARSUGUDA", "");
		}
		
		if (document.main.state.value=="ORISSA")
		{
			addOption(document.main.district, "KALAHANDI", "KALAHANDI", "");
		}
		
		if (document.main.state.value=="ORISSA")
		{
			addOption(document.main.district, "KENDRAPARA", "KENDRAPARA", "");
		}
		
		if (document.main.state.value=="ORISSA")
		{
			addOption(document.main.district, "KENDUJHARGARH", "KENDUJHARGARH", "");
		}
		
		if (document.main.state.value=="ORISSA")
		{
			addOption(document.main.district, "KHORDA", "KHORDA", "");
		}
		
		if (document.main.state.value=="ORISSA")
		{
			addOption(document.main.district, "KORAPUT", "KORAPUT", "");
		}
		
		if (document.main.state.value=="ORISSA")
		{
			addOption(document.main.district, "MALKANGIRI", "MALKANGIRI", "");
		}
		
		if (document.main.state.value=="ORISSA")
		{
			addOption(document.main.district, "MAYURBHANJ", "MAYURBHANJ", "");
		}
		
		if (document.main.state.value=="ORISSA")
		{
			addOption(document.main.district, "NABARANGAPUR", "NABARANGAPUR", "");
		}
		
		if (document.main.state.value=="ORISSA")
		{
			addOption(document.main.district, "NAYAGARH", "NAYAGARH", "");
		}
		
		if (document.main.state.value=="ORISSA")
		{
			addOption(document.main.district, "NUAPARHA", "NUAPARHA", "");
		}
		
		if (document.main.state.value=="ORISSA")
		{
			addOption(document.main.district, "PHULABANI", "PHULABANI", "");
		}
		
		if (document.main.state.value=="ORISSA")
		{
			addOption(document.main.district, "PURI", "PURI", "");
		}
		
		if (document.main.state.value=="ORISSA")
		{
			addOption(document.main.district, "RAYAGADA", "RAYAGADA", "");
		}
		
		if (document.main.state.value=="ORISSA")
		{
			addOption(document.main.district, "SAMBALPUR", "SAMBALPUR", "");
		}
		
		if (document.main.state.value=="ORISSA")
		{
			addOption(document.main.district, "SONAPUR", "SONAPUR", "");
		}
		
		if (document.main.state.value=="ORISSA")
		{
			addOption(document.main.district, "SUNDARGARH", "SUNDARGARH", "");
		}
		
		if (document.main.state.value=="PONDICHERRY")
		{
			addOption(document.main.district, "KARAIKAL", "KARAIKAL", "");
		}
		
		if (document.main.state.value=="PONDICHERRY")
		{
			addOption(document.main.district, "MAHE", "MAHE", "");
		}
		
		if (document.main.state.value=="PONDICHERRY")
		{
			addOption(document.main.district, "PONDICHERRY", "PONDICHERRY", "");
		}
		
		if (document.main.state.value=="PONDICHERRY")
		{
			addOption(document.main.district, "YANAM", "YANAM", "");
		}
		
		if (document.main.state.value=="PONDICHERY")
		{
			addOption(document.main.district, "PONDICHERY", "PONDICHERY", "");
		}
		
		if (document.main.state.value=="PUNJAB")
		{
			addOption(document.main.district, "AMRITSAR", "AMRITSAR", "");
		}
		
		if (document.main.state.value=="PUNJAB")
		{
			addOption(document.main.district, "BATHINDA", "BATHINDA", "");
		}
		
		if (document.main.state.value=="PUNJAB")
		{
			addOption(document.main.district, "FARIDKOT", "FARIDKOT", "");
		}
		
		if (document.main.state.value=="PUNJAB")
		{
			addOption(document.main.district, "FATEHGARH SAHIB", "FATEHGARH SAHIB", "");
		}
		
		if (document.main.state.value=="PUNJAB")
		{
			addOption(document.main.district, "FEROZEPUR", "FEROZEPUR", "");
		}
		
		if (document.main.state.value=="PUNJAB")
		{
			addOption(document.main.district, "GURDASPUR", "GURDASPUR", "");
		}
		
		if (document.main.state.value=="PUNJAB")
		{
			addOption(document.main.district, "HOSHIARPUR", "HOSHIARPUR", "");
		}
		
		if (document.main.state.value=="PUNJAB")
		{
			addOption(document.main.district, "JALANDHAR", "JALANDHAR", "");
		}
		
		if (document.main.state.value=="PUNJAB")
		{
			addOption(document.main.district, "KAPURTHALA", "KAPURTHALA", "");
		}
		
		if (document.main.state.value=="PUNJAB")
		{
			addOption(document.main.district, "LUDHIANA", "LUDHIANA", "");
		}
		
		if (document.main.state.value=="PUNJAB")
		{
			addOption(document.main.district, "MANSA ", "MANSA ", "");
		}
		
		if (document.main.state.value=="PUNJAB")
		{
			addOption(document.main.district, "MOGA", "MOGA", "");
		}
		
		if (document.main.state.value=="PUNJAB")
		{
			addOption(document.main.district, "MOHALI", "MOHALI", "");
		}
		
		if (document.main.state.value=="PUNJAB")
		{
			addOption(document.main.district, "MUKATSAR", "MUKATSAR", "");
		}
		
		if (document.main.state.value=="PUNJAB")
		{
			addOption(document.main.district, "NAWANSHEHAR", "NAWANSHEHAR", "");
		}
		
		if (document.main.state.value=="PUNJAB")
		{
			addOption(document.main.district, "PATIALA", "PATIALA", "");
		}
		
		if (document.main.state.value=="PUNJAB")
		{
			addOption(document.main.district, "ROOPNAGAR", "ROOPNAGAR", "");
		}
		
		if (document.main.state.value=="PUNJAB")
		{
			addOption(document.main.district, "SANGRUR", "SANGRUR", "");
		}
		
		if (document.main.state.value=="RAJASTHAN")
		{
			addOption(document.main.district, "AJMER", "AJMER", "");
		}
		
		if (document.main.state.value=="RAJASTHAN")
		{
			addOption(document.main.district, "ALWAR", "ALWAR", "");
		}
		
		if (document.main.state.value=="RAJASTHAN")
		{
			addOption(document.main.district, "BANSWARA", "BANSWARA", "");
		}
		
		if (document.main.state.value=="RAJASTHAN")
		{
			addOption(document.main.district, "BARAN", "BARAN", "");
		}
		
		if (document.main.state.value=="RAJASTHAN")
		{
			addOption(document.main.district, "BARMER", "BARMER", "");
		}
		
		if (document.main.state.value=="RAJASTHAN")
		{
			addOption(document.main.district, "BHARATPUR", "BHARATPUR", "");
		}
		
		if (document.main.state.value=="RAJASTHAN")
		{
			addOption(document.main.district, "BHILWARA", "BHILWARA", "");
		}
		
		if (document.main.state.value=="RAJASTHAN")
		{
			addOption(document.main.district, "BIKANER", "BIKANER", "");
		}
		
		if (document.main.state.value=="RAJASTHAN")
		{
			addOption(document.main.district, "BUNDI", "BUNDI", "");
		}
		
		if (document.main.state.value=="RAJASTHAN")
		{
			addOption(document.main.district, "CHITTAURGARH", "CHITTAURGARH", "");
		}
		
		if (document.main.state.value=="RAJASTHAN")
		{
			addOption(document.main.district, "CHURU", "CHURU", "");
		}
		
		if (document.main.state.value=="RAJASTHAN")
		{
			addOption(document.main.district, "DAUSA", "DAUSA", "");
		}
		
		if (document.main.state.value=="RAJASTHAN")
		{
			addOption(document.main.district, "DHAULPUR", "DHAULPUR", "");
		}
		
		if (document.main.state.value=="RAJASTHAN")
		{
			addOption(document.main.district, "DUNGARPUR", "DUNGARPUR", "");
		}
		
		if (document.main.state.value=="RAJASTHAN")
		{
			addOption(document.main.district, "GANGANAGAR", "GANGANAGAR", "");
		}
		
		if (document.main.state.value=="RAJASTHAN")
		{
			addOption(document.main.district, "HANUMANGARH", "HANUMANGARH", "");
		}
		
		if (document.main.state.value=="RAJASTHAN")
		{
			addOption(document.main.district, "JAIPUR", "JAIPUR", "");
		}
		
		if (document.main.state.value=="RAJASTHAN")
		{
			addOption(document.main.district, "JAISALMER", "JAISALMER", "");
		}
		
		if (document.main.state.value=="RAJASTHAN")
		{
			addOption(document.main.district, "JALOR", "JALOR", "");
		}
		
		if (document.main.state.value=="RAJASTHAN")
		{
			addOption(document.main.district, "JHALAWAR", "JHALAWAR", "");
		}
		
		if (document.main.state.value=="RAJASTHAN")
		{
			addOption(document.main.district, "JHUNJHUNUN", "JHUNJHUNUN", "");
		}
		
		if (document.main.state.value=="RAJASTHAN")
		{
			addOption(document.main.district, "JODHPUR", "JODHPUR", "");
		}
		
		if (document.main.state.value=="RAJASTHAN")
		{
			addOption(document.main.district, "KARAULI", "KARAULI", "");
		}
		
		if (document.main.state.value=="RAJASTHAN")
		{
			addOption(document.main.district, "KOTA", "KOTA", "");
		}
		
		if (document.main.state.value=="RAJASTHAN")
		{
			addOption(document.main.district, "NAGAUR", "NAGAUR", "");
		}
		
		if (document.main.state.value=="RAJASTHAN")
		{
			addOption(document.main.district, "PALI", "PALI", "");
		}
		
		if (document.main.state.value=="RAJASTHAN")
		{
			addOption(document.main.district, "RAJSAMAND", "RAJSAMAND", "");
		}
		
		if (document.main.state.value=="RAJASTHAN")
		{
			addOption(document.main.district, "SIKAR", "SIKAR", "");
		}
		
		if (document.main.state.value=="RAJASTHAN")
		{
			addOption(document.main.district, "SIROHI", "SIROHI", "");
		}
		
		if (document.main.state.value=="RAJASTHAN")
		{
			addOption(document.main.district, "TONK", "TONK", "");
		}
		
		if (document.main.state.value=="RAJASTHAN")
		{
			addOption(document.main.district, "UDAIPUR", "UDAIPUR", "");
		}
		
		if (document.main.state.value=="SIKKIM")
		{
			addOption(document.main.district, "EAST DISTRICT", "EAST DISTRICT", "");
		}
		
		if (document.main.state.value=="SIKKIM")
		{
			addOption(document.main.district, "NORTH DISTRICT", "NORTH DISTRICT", "");
		}
		
		if (document.main.state.value=="SIKKIM")
		{
			addOption(document.main.district, "SOUTH DISTRICT", "SOUTH DISTRICT", "");
		}
		
		if (document.main.state.value=="SIKKIM")
		{
			addOption(document.main.district, "WEST DISTRICT", "WEST DISTRICT", "");
		}
		
		if (document.main.state.value=="TAMILNADU")
		{
			addOption(document.main.district, "CHENNAI", "CHENNAI", "");
		}
		
		if (document.main.state.value=="TAMILNADU")
		{
			addOption(document.main.district, "COIMBATORE", "COIMBATORE", "");
		}
		
		if (document.main.state.value=="TAMILNADU")
		{
			addOption(document.main.district, "CUDDALORE", "CUDDALORE", "");
		}
		
		if (document.main.state.value=="TAMILNADU")
		{
			addOption(document.main.district, "DHARMAPURI", "DHARMAPURI", "");
		}
		
		if (document.main.state.value=="TAMILNADU")
		{
			addOption(document.main.district, "DINDIGUL", "DINDIGUL", "");
		}
		
		if (document.main.state.value=="TAMILNADU")
		{
			addOption(document.main.district, "ERODE", "ERODE", "");
		}
		
		if (document.main.state.value=="TAMILNADU")
		{
			addOption(document.main.district, "KANCHIPURAM", "KANCHIPURAM", "");
		}
		
		if (document.main.state.value=="TAMILNADU")
		{
			addOption(document.main.district, "KANNIYAKUMARI", "KANNIYAKUMARI", "");
		}
		
		if (document.main.state.value=="TAMILNADU")
		{
			addOption(document.main.district, "KARUR", "KARUR", "");
		}
		
		if (document.main.state.value=="TAMILNADU")
		{
			addOption(document.main.district, "MADURAI", "MADURAI", "");
		}
		
		if (document.main.state.value=="TAMILNADU")
		{
			addOption(document.main.district, "NAGAPATTINAM", "NAGAPATTINAM", "");
		}
		
		if (document.main.state.value=="TAMILNADU")
		{
			addOption(document.main.district, "NAMAKKAL", "NAMAKKAL", "");
		}
		
		if (document.main.state.value=="TAMILNADU")
		{
			addOption(document.main.district, "NILGIRIS", "NILGIRIS", "");
		}
		
		if (document.main.state.value=="TAMILNADU")
		{
			addOption(document.main.district, "PERAMBALUR", "PERAMBALUR", "");
		}
		
		if (document.main.state.value=="TAMILNADU")
		{
			addOption(document.main.district, "PUDUKOTTAI", "PUDUKOTTAI", "");
		}
		
		if (document.main.state.value=="TAMILNADU")
		{
			addOption(document.main.district, "RAMANATHAPURAM", "RAMANATHAPURAM", "");
		}
		
		if (document.main.state.value=="TAMILNADU")
		{
			addOption(document.main.district, "SALEM", "SALEM", "");
		}
		
		if (document.main.state.value=="TAMILNADU")
		{
			addOption(document.main.district, "SIVAGANGA", "SIVAGANGA", "");
		}
		
		if (document.main.state.value=="TAMILNADU")
		{
			addOption(document.main.district, "TENI", "TENI", "");
		}
		
		if (document.main.state.value=="TAMILNADU")
		{
			addOption(document.main.district, "THANJAVUR", "THANJAVUR", "");
		}
		
		if (document.main.state.value=="TAMILNADU")
		{
			addOption(document.main.district, "THIRUVARUR", "THIRUVARUR", "");
		}
		
		if (document.main.state.value=="TAMILNADU")
		{
			addOption(document.main.district, "TIRUCHCHIRAPPALLI", "TIRUCHCHIRAPPALLI", "");
		}
		
		if (document.main.state.value=="TAMILNADU")
		{
			addOption(document.main.district, "TIRUNELVELI", "TIRUNELVELI", "");
		}
		
		if (document.main.state.value=="TAMILNADU")
		{
			addOption(document.main.district, "TIRUVALLUR", "TIRUVALLUR", "");
		}
		
		if (document.main.state.value=="TAMILNADU")
		{
			addOption(document.main.district, "TIRUVANNAMALAI", "TIRUVANNAMALAI", "");
		}
		
		if (document.main.state.value=="TAMILNADU")
		{
			addOption(document.main.district, "TUTICORIN", "TUTICORIN", "");
		}
		
		if (document.main.state.value=="TAMILNADU")
		{
			addOption(document.main.district, "VELLORE", "VELLORE", "");
		}
		
		if (document.main.state.value=="TAMILNADU")
		{
			addOption(document.main.district, "VILUPPURAM", "VILUPPURAM", "");
		}
		
		if (document.main.state.value=="TAMILNADU")
		{
			addOption(document.main.district, "VIRUDUNAGAR", "VIRUDUNAGAR", "");
		}
		
		if (document.main.state.value=="TRIPURA")
		{
			addOption(document.main.district, "AGARTALA", "AGARTALA", "");
		}
		
		if (document.main.state.value=="TRIPURA")
		{
			addOption(document.main.district, "BADHARGHAT", "BADHARGHAT", "");
		}
		
		
		if (document.main.state.value=="TRIPURA")
		{
			addOption(document.main.district, "DHARMANAGAR", "DHARMANAGAR", "");
		}
		
		if (document.main.state.value=="TRIPURA")
		{
			addOption(document.main.district, "JOGENDRANAGAR", "JOGENDRANAGAR", "");
		}
		
		if (document.main.state.value=="TRIPURA")
		{
			addOption(document.main.district, "KAILASHAHAR", "KAILASHAHAR", "");
		}
		
		if (document.main.state.value=="TRIPURA")
		{
			addOption(document.main.district, "PRATAPGARH", "PRATAPGARH", "");
		}
		
		if (document.main.state.value=="TRIPURA")
		{
			addOption(document.main1.district, "TELIAMURA", "TELIAMURA", "");
		}
		
		if (document.main.state.value=="TRIPURA")
		{
			addOption(document.main.district, "UDAIPUR", "UDAIPUR", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "AGRA", "AGRA", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "ALIGARH", "ALIGARH", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "ALLAHABAD", "ALLAHABAD", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "AURAIYA", "AURAIYA", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "AZAMGARH", "AZAMGARH", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "BAGHPAT", "BAGHPAT", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "BAHRAICH", "BAHRAICH", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "BALLIA", "BALLIA", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "BALRAMPUR", "BALRAMPUR", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "BANDA", "BANDA", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "BARABANKI", "BARABANKI", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "BAREILLY", "BAREILLY", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "BASTI", "BASTI", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "BIJNOR", "BIJNOR", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "BUDAUN", "BUDAUN", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "BULANDSHAHR", "BULANDSHAHR", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "CHANDAULI", "CHANDAULI", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "CHITRAKUT", "CHITRAKUT", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "DEORIA", "DEORIA", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "ETAH", "ETAH", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "ETAWAH", "ETAWAH", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "FAIZABAD", "FAIZABAD", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "FARUKKHABAD", "FARUKKHABAD", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "FATEHPUR", "FATEHPUR", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "FIROZABAD", "FIROZABAD", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "GAUTAM BUDH NAGAR", "GAUTAM BUDH NAGAR", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "GHAZIABAD", "GHAZIABAD", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "GHAZIPUR", "GHAZIPUR", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "GONDA", "GONDA", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "GORAKHPUR", "GORAKHPUR", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "HAMIRPUR", "HAMIRPUR", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "HARDOI", "HARDOI", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "HATHRAS", "HATHRAS", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "JALAUN", "JALAUN", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "JAUNPUR", "JAUNPUR", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "JHANSI", "JHANSI", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "JYOTIBA PHULE NAGAR", "JYOTIBA PHULE NAGAR", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "KASGANJ", "KASGANJ", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "KANNAUJ", "KANNAUJ", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "KANPUR RURAL", "KANPUR RURAL", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "KANPUR URBAN", "KANPUR URBAN", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "KAUSHAMBI", "KAUSHAMBI", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "KUSHINAGAR", "KUSHINAGAR", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "LAKHIMPUR", "LAKHIMPUR", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "LALITPUR", "LALITPUR", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "LUCKNOW", "LUCKNOW", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "MAHARAJGANJ", "MAHARAJGANJ", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "MAHOBA", "MAHOBA", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "MAINPURI", "MAINPURI", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "MATHURA", "MATHURA", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "MAUNATH BHANJAN", "MAUNATH BHANJAN", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "MEERUT", "MEERUT", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "MIRZAPUR", "MIRZAPUR", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "MORADABAD", "MORADABAD", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "MUZAFFARNAGAR", "MUZAFFARNAGAR", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "PILIBHIT", "PILIBHIT", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "PRATAPGARH", "PRATAPGARH", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "RAE BARELI", "RAE BARELI", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "RAMPUR", "RAMPUR", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "SAHARANPUR", "SAHARANPUR", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "SANT KABIR NAGAR", "SANT KABIR NAGAR", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "SANT RAVI NAGAR", "SANT RAVI NAGAR", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "SHAHJAHANPUR", "SHAHJAHANPUR", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "SHRAVASTI", "SHRAVASTI", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "SIDHARTHNAGAR", "SIDHARTHNAGAR", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "SITAPUR", "SITAPUR", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "SONBHADRA", "SONBHADRA", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "SULTANPUR", "SULTANPUR", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "UNNAO", "UNNAO", "");
		}
		
		if (document.main.state.value=="UTTAR PRADESH")
		{
			addOption(document.main.district, "VARANASI", "VARANASI", "");
		}
		
		if (document.main.state.value=="UTTRANCHAL")
		{
			addOption(document.main.district, "ALMORA", "ALMORA", "");
		}
		
		if (document.main.state.value=="UTTRANCHAL")
		{
			addOption(document.main.district, "BAGESHWAR", "BAGESHWAR", "");
		}
		
		if (document.main.state.value=="UTTRANCHAL")
		{
			addOption(document.main.district, "CHAMOLI", "CHAMOLI", "");
		}
		
		if (document.main.state.value=="UTTRANCHAL")
		{
			addOption(document.main.district, "CHAMPAWAT", "CHAMPAWAT", "");
		}
		
		if (document.main.state.value=="UTTRANCHAL")
		{
			addOption(document.main.district, "DEHRADUN", "DEHRADUN", "");
		}
		
		if (document.main.state.value=="UTTRANCHAL")
		{
			addOption(document.main.district, "HARIDWAR", "HARIDWAR", "");
		}
		
		if (document.main.state.value=="UTTRANCHAL")
		{
			addOption(document.main.district, "NAINITAL", "NAINITAL", "");
		}
		
		if (document.main.state.value=="UTTRANCHAL")
		{
			addOption(document.main.district, "PAURI", "PAURI", "");
		}
		
		if (document.main.state.value=="UTTRANCHAL")
		{
			addOption(document.main.district, "PITHORAGARH", "PITHORAGARH", "");
		}
		
		if (document.main.state.value=="UTTRANCHAL")
		{
			addOption(document.main.district, "RUDRAPRAYAG", "RUDRAPRAYAG", "");
		}
		
		if (document.main.state.value=="UTTRANCHAL")
		{
			addOption(document.main.district, "TEHRI GARHWAL", "TEHRI GARHWAL", "");
		}
		
		if (document.main.state.value=="UTTRANCHAL")
		{
			addOption(document.main.district, "UDHAM SINGH NAGAR", "UDHAM SINGH NAGAR", "");
		}
		
		if (document.main.state.value=="UTTRANCHAL")
		{
			addOption(document.main.district, "UTTARKASHI", "UTTARKASHI", "");
		}
		
		if (document.main.state.value=="WEST BENGAL")
		{
			addOption(document.main.district, "BANKURA", "BANKURA", "");
		}
		
		if (document.main.state.value=="WEST BENGAL")
		{
			addOption(document.main.district, "BARDDHAMAN", "BARDDHAMAN", "");
		}
		
		if (document.main.state.value=="WEST BENGAL")
		{
			addOption(document.main.district, "BIRBHUM", "BIRBHUM", "");
		}
		
		if (document.main.state.value=="WEST BENGAL")
		{
			addOption(document.main.district, "DAKSHIN DINAJPUR", "DAKSHIN DINAJPUR", "");
		}
		
		if (document.main.state.value=="WEST BENGAL")
		{
			addOption(document.main.district, "DARJILING", "DARJILING", "");
		}
		
		if (document.main.state.value=="WEST BENGAL")
		{
			addOption(document.main.district, "HAORA", "HAORA", "");
		}
		
		if (document.main.state.value=="WEST BENGAL")
		{
			addOption(document.main.district, "HUGLI", "HUGLI", "");
		}
		
		if (document.main.state.value=="WEST BENGAL")
		{
			addOption(document.main.district, "JALPAIGURI", "JALPAIGURI", "");
		}
		
		if (document.main.state.value=="WEST BENGAL")
		{
			addOption(document.main.district, "KOCHBIHAR", "KOCHBIHAR", "");
		}
		
		if (document.main.state.value=="WEST BENGAL")
		{
			addOption(document.main.district, "MALDAH", "MALDAH", "");
		}
		
		if (document.main.state.value=="WEST BENGAL")
		{
			addOption(document.main.district, "MEDINIPUR", "MEDINIPUR", "");
		}
		
		if (document.main.state.value=="WEST BENGAL")
		{
			addOption(document.main.district, "MURSHIDABAD", "MURSHIDABAD", "");
		}
		
		if (document.main.state.value=="WEST BENGAL")
		{
			addOption(document.main.district, "NADIA", "NADIA", "");
		}
		
		if (document.main.state.value=="WEST BENGAL")
		{
			addOption(document.main.district, "NORTH24-PARGANAS", "NORTH24-PARGANAS", "");
		}
		
		if (document.main.state.value=="WEST BENGAL")
		{
			addOption(document.main.district, "PURULIYA", "PURULIYA", "");
		}
		
		if (document.main.state.value=="WEST BENGAL")
		{
			addOption(document.main.district, "SILIGURI", "SILIGURI", "");
		}
		
		if (document.main.state.value=="WEST BENGAL")
		{
			addOption(document.main.district, "SOUTH24-PARGANAS", "SOUTH24-PARGANAS", "");
		}
		
		if (document.main.state.value=="WEST BENGAL")
		{
			addOption(document.main.district, "UTTAR DINAJPUR", "UTTAR DINAJPUR", "");
		}
		
		
}
