<!--
function blockError(){return true;}
window.onerror = blockError;

function submitClick(myForm){
	if( myForm.accept.checked ){
		return true
	} else {
		alert('You must accept the license before you can purchase the software.' )
		return false;
	}
}
// -->
