// JavaScript Document

function RunFooEccoSteam ()
{
   document.write('<object type="application/x-shockwave-flash", data="eccosteambuddy.swf", width="300px", height="200px">\n');
   document.write('<param name="movie" value="eccosteambuddy.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="eccosteambuddy.swf", width="300px", height="200px", play="false"></embed>\n');
   document.write('</object>\n');
}


function RunFooEccoSteamFR ()
{
   document.write('<object type="application/x-shockwave-flash", data="ecosteamfrench.swf", width="300px", height="200px">\n');
   document.write('<param name="movie" value="ecosteamfrench.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="ecosteamfrench.swf", width="300px", height="200px", play="false"></embed>\n');
   document.write('</object>\n');
}


