function RunTop()
{
			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="550" height="420">\n');
				document.write('<param name="movie" value="swf/bound_02.swf">\n');
				document.write('<param name="quality" value="high">\n');
				document.write('<param name="bgcolor" value="#333333">\n');
				document.write('<param name="menu" value="false">\n');
					document.write('<embed src="swf/bound_02.swf" quality="high" bgcolor="#333333" menu="false" width="550" height="420" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">\n');
				document.write('</embed>\n');
			document.write('</object>\n');
}


