var MM_contentVersion = 6;
var MM_FlashCanPlay = true;

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( isNaN(parseInt(words[i])) )
				continue;

			var MM_PluginVersion = words[i]; 
  }

	MM_FlashCanPlay = MM_PluginVersion >= MM_contentVersion;
}

if( MM_FlashCanPlay )
{
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codeBase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="640" height="210" id="top" align="middle" VIEWASTEXT>');
	document.write('<param name="movie" value="_Res/main_falsh.swf">');
	document.write('<param name="quality" value="high">');
	document.write('<param name="bgcolor" value="#ffffff">');
	document.write('<param name="allowScriptAccess" value="sameDomain">');
	document.write('<param name="src" VALUE="_Res/main_flash.swf">');
	document.write('<PARAM NAME="WMode" VALUE="transparent">');
//	document.write('<PARAM NAME="_cx" VALUE="20108">');
//	document.write('<PARAM NAME="_cy" VALUE="6615">');
//	document.write('<PARAM NAME="FlashVars" VALUE="">');
//	document.write('<PARAM NAME="Play" VALUE="-1">');
//	document.write('<PARAM NAME="Loop" VALUE="0">');
//	document.write('<PARAM NAME="SAlign" VALUE="">');
//	document.write('<PARAM NAME="Menu" VALUE="-1">');
//	document.write('<PARAM NAME="Base" VALUE="">');
//	document.write('<PARAM NAME="Scale" VALUE="ShowAll">');
//	document.write('<PARAM NAME="DeviceFont" VALUE="0">');
//	document.write('<PARAM NAME="EmbedMovie" VALUE="0">');
//	document.write('<PARAM NAME="SWRemote" VALUE="">');
//	document.write('<PARAM NAME="MovieData" VALUE="">');
//	document.write('<PARAM NAME="SeamlessTabbing" VALUE="1">');
	document.write('<embed src="_Res/main_flash.swf" quality="high" bgcolor="#ffffff" width="640" height="210" name="main_flash" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash"	pluginspage="http://www.macromedia.com/go/getflashplayer" />');
	document.write('</object><br>');
}
else
{
	document.write('<img src="_Res/flash_over.jpg" width=640 height=210 border=0 usemap="#mainVisual" alt=""><br>');
}
