
	function goThere() {
	var list = document.forms[0].corner_archive
	location = list.options[list.selectedIndex].value
	}
	
	function getEvent() {
	var list = document.forms[0].events
	location = list.options[list.selectedIndex].value
	}
	
	function getRecipient() {
	var list = document.forms[0].recipients
	location = list.options[list.selectedIndex].value
	}
	
	function getDirections() {
		      w=window.open("directions.htm" , "directions_window", "width=350,height=420,scrollbars=1,scrolling=auto,resizable=0")
}

	function getBio() {
		      w=window.open("bio.htm" , "bio_window", "width=375,height=480,scrollbars=0,scrolling=auto,resizable=0")
}