function RunTestimonial1()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="440" height="274">\n');
   document.write('<param name="movie" value="images/videoplayer.swf?myFLV=testimonial1" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<param name="wmode" value="transparent"/>\n');   
   document.write('<embed src="images/videoplayer.swf?myFLV=testimonial1" wmode="transparent" width="440" height="274" quality="high"></embed>\n');
   document.write('</object>\n');
}

function RunTestimonial2()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="440" height="274">\n');
   document.write('<param name="movie" value="images/videoplayer.swf?myFLV=testimonial2" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<param name="wmode" value="transparent"/>\n');   
   document.write('<embed src="images/videoplayer.swf?myFLV=testimonial2" wmode="transparent" width="440" height="274" quality="high"></embed>\n');
   document.write('</object>\n');
}

function RunWebIntro()
{
   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="210" height="154">\n');
   document.write('<param name="movie" value="images/webintro.swf?page=home" />\n');
   document.write('<param name="quality" value="high" />\n');   
   document.write('<embed src="images/webintro.swf?page=home" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="210" height="154"></embed>\n');
   document.write('</object>\n');
}

function RunWebIntroStatic()
{
   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="210" height="154">\n');
   document.write('<param name="movie" value="images/webintro.swf?page=static" />\n');
   document.write('<param name="quality" value="high" />\n');   
   document.write('<embed src="images/webintro.swf?page=static" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="210" height="154"></embed>\n');
   document.write('</object>\n');
}