

function submitMenu(formName) {
	var URLToGoTo;
	URLToGoTo = eval("document."+formName+".PageURL.options[document."+formName+".PageURL.selectedIndex].value");
	top.location.href = URLToGoTo
}


