/*
aphrodite@amxnetwork.com
22.04.2002

ver. 1
pc & mac compatible
ie 4+ ns 4+ (incl. 6)

NOTE: In order for this script to function flash_detect.js is needed
*/

var requiredVersion = 5;
var flashVersion = getFlashVersion();

function snifferh(){
		var restringh="";
		if (flashVersion >= requiredVersion) {
			//restringh = 'The riprap website uses Flash version 5.<br>You have Flash ' + requiredVersion + ' (or a higher version)<br>installedon the current browser.';
		}
		else if (flashVersion > 0) {
			restringh = 'The riprap website uses Flash version 5.<br>The version of Flash installed on the<br>current browser is below version ' + requiredVersion + '.<br>Please <a href=\"http:\/\/www.macromedia.com\/shockwave\/download\/index.cgi\?P1_Prod_Version\=ShockwaveFlash\" target=\"_flash\">click here<\/a> in order to download<br>the latest version.';
		}
		else if (flashVersion == 0) {
			restringh = 'The riprap website uses Flash version 5.<br>You don\'t have Flash installed on the<br>current browser. Please <a href=\"http:\/\/www.macromedia.com\/shockwave\/download\/index.cgi\?P1_Prod_Version\=ShockwaveFlash\" target=\"_flash\">click here<\/a><br>in order to download the latest version.';
		}
		else if (flashVersion == flashVersion_DONTKNOW || flashVersion == null) {	
			restringh = 'The riprap website uses Flash version 5.<br>This browser does not support<br>Javascript-based Flash detection.<br>Please <a href=\"http:\/\/www.macromedia.com\/shockwave\/download\/index.cgi\?P1_Prod_Version\=ShockwaveFlash\" target=\"_flash\">click here<\/a> in order to download<br>the latest version.';
		}
	return restringh;
}

/*
<script language="javascript" type="text/javascript">document.write(snifferh());</script>
}*/

