
/* 会員登録 */

function setTF_m(){
	id = "submitBTN_m";
	if(document.form1.agree.checked==true){
		document.getElementById(id).innerHTML = '<span id="submitBtn_m"><a href="/" onmouseover="revSetOverAction(this);" onmouseout="revSetOutAction(this);"><input type="image" name="regist" src="../img_cmn/b_common_entry_confirm.png" alt="登録内容の確認" width="154" height="35" border="0" /></a></span>';
	}else{
		document.getElementById(id).innerHTML = '<span id="submitBtn_m"><img src="../img_cmn/b_common_entry_confirm_non.png" width="154" height="35" border="0" alt="登録内容の確認" /></span>';
	}
}