var MM_contentVersion = 6;
var MM_contentRelease = 40;

var MM_FlashCanPlay = false;

if (MOZILLA)
{
	var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
	if ( plugin ) 
	{
		var words = navigator.plugins["Shockwave Flash"].description.split(" ");
		var MM_PluginVersion = words[2].charAt(0); 
	
		var MM_PluginRelease = words[4].substr(1,words[4].length);
		MM_FlashCanPlay = (MM_PluginVersion >= MM_contentVersion) && (MM_PluginRelease >= MM_contentRelease);
	}
}
else if ((IE4 || IE5) && (navigator.appVersion.indexOf("Win") != -1))
{
/*	document.write('<SCR' + 'IPT LANGUAGE=VBScript\> \n'); //FS hide this from IE4.5 Mac by splitting the tag
	document.write('on error resume next \n');
	document.write('MM_FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & MM_contentVersion)))\n');
	document.write('</SCR' + 'IPT\> \n');
*/
	MM_FlashCanPlay = true;
}

if ( !MM_FlashCanPlay ) 
{
	//location.replace("../Support/Default.aspx?PageID=402");
}

