function findPath(theForm){
	theTarget = theForm.pathfinder_menu.options[theForm.pathfinder_menu.selectedIndex].value;
	location.href = theTarget;
}