<!-- Hide from old browsers

function baeaccess() {
	answer=prompt("This link is for BAE personnel only. \nPlease enter the access code (case sensitive):","");
	if (answer.substr(0,4).toUpperCase()=="PMDY") { window.open("http://www.amciweb.com/enroll_forms/BAE_PDMY_enroll.html"); }
	else if (answer.substr(0,6).toUpperCase()=="BAEAPM") { window.open("http://assess.amciweb.com/baeapm"); }
	else if (answer.substr(0,4).toUpperCase()=="SMEB") { window.open("http://pmdy.amciweb.com/smdy"); }
	else { alert("That is not the correct access code, remember the code is case sensitive.\n\nIf you have any difficulty with accessing or using the PMDY BKA Assessment, please contact Renni Noell by e-mail at rnoell@amciweb.com or by phone:\n  - UK: 001 703 245 2473\n  - US: 703 245 2473\n"); }
}
// -->