// JavaScript Document

function RunFooAccu()
{
   document.write('<object type="application/x-shockwave-flash", data="accuciser.swf", width="300px", height="265px">\n');
   document.write('<param name="movie" value="accuciser.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<param name="wmode" value="transparent" />\n');
   document.write('<param name="play" value="false" />\n');
   document.write('<embed src="accuciser.swf", width="300px", height="265px", play="false"></embed>\n');
   document.write('</object>\n');
}
 
