function InsertIntroMovie()
{
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0" WIDTH="592" HEIGHT="290" id="main4">\n');
document.write('<PARAM NAME="movie" value="main4.swf">\n');
document.write('<PARAM NAME="quality" VALUE="high">\n');
document.write('<PARAM NAME="bgcolor" VALUE="#000000">\n');
document.write('<PARAM NAME="loop" VALUE=false>\n');
document.write('<PARAM NAME="menu" VALUE=false>\n');
document.write('<PARAM NAME="wmode" VALUE="transparent">\n');
document.write('<embed name="main4" src="main4.swf" loop="false" menu="false" quality="high" wmode="transparent" bgcolor="#000000" width="592" height="290" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">\n');
document.write('</EMBED>\n');
document.write('</OBJECT>\n');
}