// This needs to be in an external file to work with new MSIE security standards
// Reference: http://www.adobe.com/devnet/activecontent/articles/devletter.html

function ShowFlashMovie()
{
	document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
	document.write('  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" ');
	document.write(' ID="animation" WIDTH="800" HEIGHT="178" ALIGN="">');
	document.write(' <PARAM NAME=movie VALUE="index/images/flash/home.swf"> <param name="wmode" value="opaque"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF>  '); 
	document.write(' <EMBED src="index/images/flash/home.swf" wmode="opaque" quality=high bgcolor=#FFFFFF  ');
	document.write(' swLiveConnect=FALSE WIDTH="800" HEIGHT="178" NAME="animation" ALIGN=""');
	document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
	document.write(' </EMBED>');
	document.write(' </OBJECT>');
}
