function RunIntro()
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="780" height="650" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">\n');
	document.write('<param name="movie" value="intro2.swf" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<param name="bgcolor" value="#1c1c55" />\n');
	document.write('<embed src="intro2.swf" quality="high" bgcolor="#1c1c55" ');
	document.write('width="780" height="650" name="intro2" align="middle" ');
	document.write('play="true" ');
	document.write('loop="false" ');
	document.write('quality="high" ');
	document.write('allowScriptAccess="sameDomain" ');
	document.write('type="application/x-shockwave-flash" ');
	document.write('pluginspage="http://www.macromedia.com/go/getflashplayer">\n');
	document.write('<\/embed>\n');
	document.write('<\/object>\n');
}