var select
	var ind
	function choose() 
	{
		
		indx = document.DistForm.District.selectedIndex
		select = document.DistForm.District.value
		
		if(indx==1) 
					location.href="more.htm#1"
		if(indx==2) 
					location.href="more.htm#2";
		if(indx==3) 
					location.href="more.htm#2"
		if(indx==4) 
					location.href="more.htm#3"
		if(indx==5) 
					location.href="more.htm#4"
		if(indx==6) 
					location.href="more.htm#5"
		if(indx==7) 
					location.href="more.htm#6"
		if(indx==8) 
					location.href="more.htm#6"
		if(indx==9) 
					location.href="more.htm#2"
		if(indx==10) 
					location.href="more.htm#7"
		if(indx==11) 
					location.href="more.htm#6"
		if(indx==12) 
					location.href="more.htm#3"
		if(indx==13) 
					location.href="more.htm#1"
		if(indx==14) 
					location.href="more.htm#8"
	}
