		// ウィンドウを閉じる
function WinCls(){
    window.opener = window;
    var win = window.open(location.href,"_self");
    win.close();
}


		// ウィンドウを開く
function MM_openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}