

function flashIntro() 
	{

	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="700" height="400" id="flashintro04" align="middle">');

	document.write('<param name="movie" value="flashintro04.swf">');

	document.write('<param name="loop" value="false">');
	document.write('<param name="quality" value="high">');

	document.write('<param name="bgcolor" value="#000000">');

	document.write('<param name="menu" value="false">');
	document.write('<embed src="flashintro04.swf" loop="false" menu="false" quality="high" bgcolor="#000000" width="700" height="400" name="flashintro04" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>');

	document.write('</object>');
	
}

