var infotext="mbp"
var infotext1="MBP"

function checkpass() {
if ((document.mbpcheck.password01.value == infotext) || (document.mbpcheck.password01.value == infotext1)){
	parent.location.href="certificates.html";}
	else
	parent.location.href="badpass.html";
}