function changeInfo(newtype){
	document.location.locationNav.value = newtype;
	document.location.submit();
}