// JavaScript Document

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