function openURL(){selInd=document.theForm.aaa.selectedIndex;goURL=document.theForm.aaa.options[selInd].value;top.location.href=goURL;};function openURL001(){selInd=document.theForm001.bbb.selectedIndex;goURL=document.theForm001.bbb.options[selInd].value;top.location.href=goURL;};function openURL002(){selInd=document.theForm002.ccc.selectedIndex;goURL=document.theForm002.ccc.options[selInd].value;top.location.href=goURL;};

