// 個人情報関連ポップアップ定義

function MM_openBrWindow(theURL,winName,features){
	
	window.open(theURL,winName,features).focus();

}
