<!--

function GoURL(){
  var op =document.page.next.selectedIndex
  if( op == 0){ alert("メニューを選んで下さい") }
  else{ parent.top.location.href =document.page.next.options[op].value }
}








//-->
