function changeInfo(newtype){
	document.exhibit.exhibitNav.value = newtype;
	document.exhibit.submit();
}