function openURL(){ selInd = document.jump.menu.selectedIndex; goURL = document.jump.menu.options[selInd].value;top.location.href = goURL; }
