
//ウィンドーopen350x456-ツールバーなし（タテ位置用）
function mado01OPN(url) {
 var WO;
 WO=window.open("","mado","toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=yes,width=350,height=480");
 WO.location.href= url;
 WO.focus();
}


//ウィンドーopen450x356-ツールバーなし（ヨコ位置用）
function mado02OPN(url) {
 var WO;
 WO=window.open("","mado","toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=yes,width=450,height=380");
 WO.location.href= url;
 WO.focus();
}


function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}