/* to make the flash intro work */

function RunFoo2()
{
   document.write('<object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" height="150" width="200">\n');
   document.write('<param name="movie" value="slideshowbanner.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<embed src="slideshowbanner.swf" width="200" height="150" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" TYPE="application/x-shockwave-flash"></embed>\n');
   document.write('</object>\n');
}


//embed intro.swf

function RunFoo3()
{
   document.write('<object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" height="400" width="600">\n');
   document.write('<param name="movie" value="intro.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<param name="bgcolor" value="#ffffff" />\n');
   document.write('<embed src="intro.swf" width="600" height="400" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" TYPE="application/x-shockwave-flash"></embed>\n');
   document.write('</object>\n');
}