// JavaScript Document

function RunFoo()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="340" height="330">\n');
   document.write('<param name="movie" value="images/alternating.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<embed src="images/alternating.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="340" height="330"></embed>\n');
   document.write('</object>\n');
}

function RunEnviron()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="371" height="340">\n');
   document.write('<param name="movie" value="images/environ.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<embed src="images/environ.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="371" height="340"></embed>\n');
   document.write('</object>\n');
}

function RunFaq()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="371" height="340">\n');
   document.write('<param name="movie" value="images/faq.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<embed src="images/faq.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="371" height="340"></embed>\n');
   document.write('</object>\n');
}

function RunDevarea()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="371" height="340">\n');
   document.write('<param name="movie" value="images/dev_area.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<embed src="images/dev_area.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="371" height="340"></embed>\n');
   document.write('</object>\n');
}

