// JavaScript Document

function RunFooPower8()
{
   document.write('<object type="application/x-shockwave-flash", data="power8.swf", width="360px", height="305px">\n');
   document.write('<param name="movie" value="power8.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="power8.swf", width="360px", height="305px", play="false"></embed>\n');
   document.write('</object>\n');
}
 
 function RunFooIntro()
{
   document.write('<object type="application/x-shockwave-flash", data="intro.swf", width="360px", height="240px">\n');
   document.write('<param name="movie" value="intro.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="intro.swf", width="360px", height="240px", play="false"></embed>\n');
   document.write('</object>\n');
}
 
