window.onload = doPopup;

function OpenWin1(urlStr){ //faceinfoでログイン画面に使用
	tmwin=window.open(urlStr,"tmwin","resizable=yes,menubar=yes,directorie=yes,status=yes,location=yes,width=1000px,height=950px,scrollbars=yes");
	}

function OpenWin2(urlStr){  //サイドバナーリンクの旧ゲーム速報申込み登録画面ポップアップ表示に使用
	tmwin=window.open(urlStr,"tmwin","resizable=yes,menubar=yes,directorie=yes,status=yes,location=yes,width=500px,height=770px,scrollbars=yes");
	}

function OpenWin3(urlStr){ //developmentでPDFに使用、faceinfoでPDFに使用
	tmwin=window.open(urlStr,"tmwin","resizable=yes,menubar=yes,directorie=yes,status=yes,location=yes,width=700px,height=950px,scrollbars=yes");
	}

var w;
function cw(){
	w=window.close();
	}
