//====================================================================

//	JavaScriptライブラリ

//====================================================================

function CheckAgree(f)

{

	if( f.agree[0].checked ){

		location.href='/cgi-bin/index.cgi?m=regist&m2=form';

	}

	if( f.agree[1].checked ){

		alert('約款に同意しないと、会員登録できません。');

		location.href='/cgi-bin/index.cgi?m=top';

	}

}


