function InsertObject1()
{
document.write('<object');
document.write('        classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
document.write('        codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,22,0" name="main"');
document.write('        width="811" height="627" class="centerposition"');
document.write('        id="main">');
document.write('        <param name="movie" value="main.swf">');
document.write('        <param name="bgcolor" value="#000000">');
document.write('        <param name="quality" value="High">');
document.write('        <param name="allowscriptaccess" value="samedomain">');
document.write('        <param name="wmode" value="transparent">');
document.write('        <embed');
document.write('          type="application/x-shockwave-flash"');
document.write('          pluginspage="http://www.macromedia.com/go/getflashplayer"');
document.write('          name="main"');
document.write('          width="811" height="627"');
document.write('          src="main.swf"');
document.write('          bgcolor="#000000"');
document.write('          quality="High"');
document.write('          allowscriptaccess="samedomain" wmode="transparent"');
document.write('        > <noembed> </noembed> </embed>');
document.write('      </object>');
}
