
function loadPage(which_form) {
	var gothere = which_form.options[which_form.selectedIndex].value;
	if (gothere != '') {
		self.location.href= gothere;
		}
	}


