if(activeX)
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" name="chart0" id="chart0" width="550" height="400">');
   document.write(' <param name="movie" value="exceleverywhere_chart_1.swf">');
   document.write(' <param name="loop" value="false">');
   document.write(' <param name="menu" value="false">');
   document.write(' <param name="quality" value="best">');
   document.write(' <param name="wmode" value="opaque">');
   document.write(' <param name="bgcolor" value="#000000">');
   document.write('</object>');
}
else if(plugin)
{
 document.write('<embed name="chart0" id="chart0" swLiveConnect="true" src="exceleverywhere_chart_1.swf" width="550" height="400" quality="high"></embed>');
}
else  	if ( InternetExplorer )
{
		document.write("<div id='flashmsg' style='visibility:visible'><b>Can't show chart without Flash Player 6 or later!</b></div>");
		loadFlashPlayer();
}
else
{
		document.write("<layer id='flashmsg' visibility='visible' ><b>Can't show chart without Flash Player 6 or later!</b></layer>");
		loadFlashPlayer();
}