// JavaScript Document
<!--
function menuGoto(form){
var URL = document.form.gotoPage.options[document.form.gotoPage.selectedIndex].value;
window.location.href = URL;
}
-->