// flash_check_3
if (flashinstalled == 2)
{
	if (flashversion >= MIN_FLASH_VERSION)
	{
		passesFlashRequirements = true;
	}
	else
	{
		document.writeln("<HR>The version of Flash&reg; Player installed on your system is an earlier version that is not supported (you have version " + flashversion + "). This courseware requires Flash Player " + MIN_FLASH_VERSION + ".0 and higher. Please <a href=\"http://www.macromedia.com/go/getflashplayer/\">download the newest version of Flash Player</a> and install it before running the courseware again.");
	}
}
else
{
	document.writeln("<HR>Flash&reg; Player could not be detected on your system. This courseware requires Flash Player " + MIN_FLASH_VERSION + ".0 and higher. Please <a href=\"http://www.macromedia.com/go/getflashplayer/\">download the newest version of Flash Player</a> and install it before running the courseware again.");
}
