function RunActiveX()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,22,0" width="766" height="770">\n');
    document.write('<param name="movie" value="index.swf">\n');
	document.write('<param name="quality" value="high">\n');
    document.write('<param name="menu" value="false">\n');
    document.write('<embed src="index.swf" width="766" height="770" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/shockwave/download/triggerpages_mmcom/flash-es.html"></embed>\n');
    document.write('</object>\n');
}
