



	
function acceptAlert() {
	
	var accept_box = document.getElementById("accept");
	if (accept_box.checked == false) { 
		alert("To Become a Non-Commercial Registered User and Purchase ACES Signal Sequence and YebF Protein Export Plasmids, You Must Accept the Terms and Conditions of the Non-Commercial Use License Agreement.");	
		return false;
	} else {
		return true;
	}
}



