function RunMain()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" WIDTH="990" HEIGHT="560" ALIGN="middle">\n');
    document.write('<param name="movie" value="swf/main.swf" />\n');
	document.write('<embed src="swf/main.swf" quality="high"');
	document.write('pluginspage="http://www.macromedia.com/go/getflashplayer"');
	document.write('type="application/x-shockwave-flash" width="990" height="560">');
    document.write('</object>\n');
}
