var select
	var ind
	function choose() 
	{
		
		indx = document.DistForm.District.selectedIndex
		select = document.DistForm.District.value
		
		if(indx==1) 
					location.href="alappuzha_map.htm"
		if(indx==2) 
					location.href="kozhikode_map.htm";
		if(indx==3) 
					location.href="kannur_map.htm"
		if(indx==4) 
					location.href="idukki_map.htm"
		if(indx==5) 
					location.href="ernakulam_map.htm"
		if(indx==6) 
					location.href="kasargod_map.htm"
		if(indx==7) 
					location.href="kottayam_map.htm"
		if(indx==8) 
					location.href="malappuram_map.htm"
		if(indx==9) 
					location.href="palakkad_map.htm"
		if(indx==10) 
					location.href="pathanamthitta_map.htm"
		if(indx==11) 
					location.href="kollam_map.htm"
		if(indx==12) 
					location.href="thrissur_map.htm"
		if(indx==13) 
					location.href="thiruvanthapuram_map.htm"
		if(indx==14) 
					location.href="wayanad_map.htm"
	}
