// browser_check
var passesBrowserRequirements = false;
if (document.all && document.getElementById) {//IE 5.5+
  passesBrowserRequirements = true;
}
else{
	document.writeln("<HR>Your browser is not supported. This courseware only supports Microsoft Internet Explorer&reg; 6 and higher. Please download the newest version of <a href=\"http://www.microsoft.com/windows/ie/download/default.asp\">Microsoft Internet Explorer</a>, and install it before running the courseware again.");
}
