function winOpen(winName,url,W,H){
  //サブウインドウオープン
  var WinD11=window.open(url,winName,'scrollbars=1,width='+W+',height='+H+'');
  WinD11.document.close()
}

function GoJump(parts){
        if(parts.options[parts.selectedIndex].value!="")
        location=parts.options[parts.selectedIndex].value;
        }
        
<!--

function MM_openBrWindow(theURL,winName,features) { //v2.0

  window.open(theURL,winName,features);

}

//-->