function chkPolicy() {
	if (document.getElementById('checkPolicy').checked == true) {
		window.open('https://www.formc.jp/formc/jsp/tujid_en_login.jsp','','width=650,height=600,scrollbars=yes');
	} else {
		alert("Please make sure to check the download and use licensing terms.");
	}
}