function menu(opt){

	document.writeln('<table border="0" cellpadding="5" cellspacing="0" width="120" class="snub">')
	


	
	
	document.writeln('<tr>')
	document.writeln('<td><a class="snub" href="Location.html">')
	if (opt == "Location"){
		document.writeln('<b>Location</b>')
	}else{
		document.writeln('Location')
	}
	document.writeln('</a></td>')
	document.writeln('</tr>')
	
	/*document.writeln('<tr>')
	document.writeln('<td><a class="snub" href="Phone.html">')
	if (opt == "Phone"){
		document.writeln('<b>Important Phone</b>')
	}else{
		document.writeln('Important Phone')
	}
	document.writeln('</a></td>')
	document.writeln('</tr>')
	*/
	document.writeln('<tr>')
	document.writeln('<td><a class="snub" href="fzrMap.html">')
	if (opt == "Map"){
		document.writeln('<b>District Map</b>')
	}else{
		document.writeln('District Map')
	}
	document.writeln('</a></td>')
	document.writeln('</tr>')
	
	document.writeln('<tr>')
	document.writeln('<td><a class="snub" href="area.html">')
	if (opt == "Area"){
		document.writeln('<b>Area</b>')
	}else{
		document.writeln('Area')
	}
	document.writeln('</a></td>')
	document.writeln('</tr>')

/*	document.writeln('<tr>')
	document.writeln('<td><a class="snub" href="fzrMap.html">')
	if (opt == "About"){
		document.writeln('<b>Administration Divisions</b>')
	}else{
		document.writeln('Administration Divisions')
	}
	document.writeln('</a></td>')
	document.writeln('</tr>')

	document.writeln('<tr>')
	document.writeln('<td><a class="snub" href="dp.html">')
	if (opt == "DP"){
		document.writeln('<b>District Profile</b>')
	}else{
		document.writeln('District Profile')
	}
	document.writeln('</a></td>')
	document.writeln('</tr>')
*/	
	document.writeln('<tr>')
	document.writeln('<td><a class="snub" href="history.html">')
	if (opt == "History"){
		document.writeln('<b>History</b>')
	}else{
		document.writeln('History')
	}

		
	
	document.writeln('</a></td>')
	document.writeln('</tr>')
	
	
	

	document.writeln('<tr>')
	document.writeln('<td><a class="snub" href="population.html">')
	if (opt == "Population"){
		document.writeln('<b>Population</b>')
	}else{
		document.writeln('Population')
	}
	document.writeln('</a></td>')
	document.writeln('</tr>')
	
	

	document.writeln('<tr>')
	document.writeln('<td><a class="snub" href="Climate.html">')
	if (opt == "Climate"){
		document.writeln('<b>Climate</b>')
	}else{
		document.writeln('Climate')
	}
	document.writeln('</a></td>')
	document.writeln('</tr>')
	
	document.writeln('<tr>')
		document.writeln('<td><a class="snub" href="AboutFerozepur.htm">')
		if (opt == "AboutFerozepur"){
			document.writeln('<b>FEROZEPUR-into the sands of time and beyond</b>')
		}else{
		
		document.writeln('FEROZEPUR-into the sands of time and beyond')
		}
		
		document.writeln('</a></td>')
	document.writeln('</tr>')
	

	

	
	
	document.writeln('</table>')
}
	
function moveDownward(){
	reports.action.value=2	
	return true
}

function moveUpward(){
	reports.action.value=3	
	return true		
}

function viewReport(){
	reports.action.value=1	
	return true		
}
	
function updateMembers(){
	var index = reports.member.selectedIndex
	var value = reports.member[index].value	
	if (value == temp.default_member.value){
		return false
	}else{
		var values = value.split(/@/)	
		if (values[0] == "all") {
			reports.action.value=2	
			reports.submit()			
		}else{
			return false		
		}
	}
}
