// JavaScript Document

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


//サブウインドウオープン old
function winOpen(winName,url,X,Y,W,H){
  var WinD11=window.open(url,winName,'top='+X+',left='+Y+',screenX='+X+',screenY='+Y+
                                     ',titlebar=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,scrollbars=yes,width='+W+',height='+H+'');
  opener=self
  WinD11.document.close()
}

//画像クリックでclose
function MM_callJS(jsStr) { //v2.0
  return eval(jsStr)
}

