		// ウィンドウを閉じる
function WinCls(){
        window.close()
                       }



		// ウィンドウを開く
function MM_openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}