function InsertFlashMovie()
	{
  	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="507" height="246" id="ESCImages">\n');
	document.write('<param name="movie" value="media/ESCImages.swf" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<param name="bgcolor" value="#776a6e" />	\n');
	document.write('<!--[if !IE]> <-->\n');
	document.write('<object data="media/ESCImages.swf" width="507" height="246" type="application/x-shockwave-flash">\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<param name="menu" value="false" />\n');
	document.write('<!-if no Flash Player present, render an image --> ');
	document.write('<object data="images/mh_img_flash.jpg" type="image/gif" width="507" height="246" alt="ESC Lab Sciences - One Lab. Nationwide.">\n');
	document.write('</object>\n');
	document.write('</object>\n');
	document.write('<!--> <![endif]-->\n');
	document.write('</object>\n');
	
	}

