	function gothere(){
	var box = document.navform.navbox;
	var where_to = box.options[box.options.selectedIndex].value;

if (where_to == "") {}
else {window.location = where_to;}
	}

