function blank(URLStr){
var popUpWin=0;
	if(popUpWin){
		if(!popUpWin.closed) popUpWin.close();
		}
	popUpWin = open(URLStr, 'popUpWin', 'toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes');
}

// eBookウィンドウオープン
function MM_openBrWindow(theURL) {
	window.open(theURL,'easyBookPRO','width=1024,height=768, fullscreen=yes');
}

// メールフォーム
function form(url){
	window.open(url,'form','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=690,height=600');
}
