
/*** This code fixes the bug in IE 6 for the action video page's video banner ***/  

     <!--
	    if ((BrowserDetect.browser == 'Explorer') && (BrowserDetect.version == '6')){
         document.write('<div id="videoBannerIE6">');
         document.write(' <div id="videoImageIE6">');
         document.write('   <img src="images/winmedplayer.jpg" width="185" height="150" alt="">');
         document.write('</div>');
         document.write('<div id="videoTextIE6"><br>');
         document.write('<h1>Action Videos</h1>');
         document.write('<p class="vidText">Click the picture next to the description to see<br>');
         document.write('&nbsp;a short movie clip of the attachment in action.</p>');
         document.write('</div>');
         document.write('</div>');
         }
       else {
         document.write('<div id="videoBanner">');
         document.write(' <div id="videoImage">');
         document.write('   <img src="images/winmedplayer.jpg" width="185" height="150" alt="">');
         document.write('</div>');
         document.write('<div id="videoText"><br>');
         document.write('<h1>Action Videos</h1>');
         document.write('<p class="vidText">Click the picture next to the description to see<br>');
         document.write('&nbsp;a short movie clip of the attachment in action.</p>');
         document.write('</div>');
         document.write('</div>');
         }
     //-->

         
         	                  
      
   