// JavaScript Document

function RunFooFullbar ()
{
   document.write('<object type="application/x-shockwave-flash", data="fullbar.swf", width="300px", height="250px">\n');
   document.write('<param name="movie" value="fullbar.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="fullbar.swf", width="300px", height="250px", play="false"></embed>\n');
   document.write('</object>\n');
}

function RunFooTest1 ()
{
   document.write('<object type="application/x-shockwave-flash", data="holly.swf", width="300px", height="270px">\n');
   document.write('<param name="movie" value="holly.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="holly.swf", width="300px", height="270px", play="false"></embed>\n');
   document.write('</object>\n');
}

function RunFooTest2 ()
{
   document.write('<object type="application/x-shockwave-flash", data="kathy.swf", width="300px", height="270px">\n');
   document.write('<param name="movie" value="kathy.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="kathy.swf", width="300px", height="270px", play="false"></embed>\n');
   document.write('</object>\n');
}

function RunFooTest3 ()
{
   document.write('<object type="application/x-shockwave-flash", data="sean.swf", width="300px", height="270px">\n');
   document.write('<param name="movie" value="sean.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="sean.swf", width="300px", height="270px", play="false"></embed>\n');
   document.write('</object>\n');
}

function RunFooTest4 ()
{
   document.write('<object type="application/x-shockwave-flash", data="lindsey.swf", width="300px", height="270px">\n');
   document.write('<param name="movie" value="lindsey.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="lindsey.swf", width="300px", height="270px", play="false"></embed>\n');
   document.write('</object>\n');
}
 
