<!--


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



function ch_type(sel){
// onchangeでウィンドウを開く方法を選択
var form=document.form1;
var open_type=sel.options[sel.selectedIndex].value;
if(open_type==1){form.target="_blank";}
else{form.target="";}
}











//-->
