<!--

function isAgree()
{
	var chk = document.frmAgree.chkAgree.checked;
	if (chk == false) {
		alert('Please read the license agreement and check the box.');
	}

	return chk;
}
//-->
