// JavaScript Document
var MM_contentVersion = 6;
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(" ");
	    for (var i = 0; i < words.length; ++i)
	    {
	    if( i == (words.length-1)){
			var MM_PluginRevision = words[i];
	    }
		if (isNaN(parseInt(words[i])))
			continue;
		var MM_PluginVersion = words[i]; 
	    }
	var MM_FlashCanPlay = MM_PluginVersion >= MM_contentVersion;
}
else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 
   && (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');
}
if (!MM_FlashCanPlay) {
	window.open('flashwindow.html','','width=500,height=300,top=0,left=0,resizable=yes');
	//document.write(' <br><br><br><br><table width="100%" border="0" cellspacing="0" cellpadding="25" align="center"> ');
	//document.write(' <tr><td bgcolor="#FFFFFF" align=center valign=middle> <FONT face="Verdana, Arial, Helvetica, sans-serif" color=#000000 size=2><B>To view this site you need Macromedia Flash 6 Plug-in. <br><br> Click the button below to visit the Macromedia site from where you can install the plug-in. </B></FONT> </td></tr> ');
	//document.write(' <tr><td bgcolor="#FFFFFF" align=center valign=middle> <a href="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" target="_blank" alt="Click here to get the Flash 6 plug-in"><IMG src="http://www.vsplash.com/v4/common/noflash/macromedia.gif" border=0 alt="Click here to get the Flash 6 plug-in"></a> </td></tr> </table> ');
}


