


   var sBrowserType;
   var version = 0;
   sBrowserType = navigator.userAgent;
   
    version = 0;
    
    if (sBrowserType == "Mozilla/2.0") 
   version = 1;   
 if (sBrowserType == "MSIE") 
   version = 2;
 if (sBrowserType == "Mozilla/3.0") 
   version = 3;
 if (sBrowserType == "Mozilla/4.0") 
   version = 3;
 if (sBrowserType == "Mozilla/4.5") 
   version = 3;
 if (sBrowserType == "Mozilla/4.7") 
   version = 3;

 // Add new graphics here in one place rather than two.
 if (version = 3)
      {
         active1 = new Image;
         active1.src = "/images/brand_plas_sony-over.gif";
         inactive1 = new Image;
         inactive1.src = "/images/brand_plas_sony.gif";
         active2 = new Image;
         active2.src = "/images/brand_plas_hitachi-over.gif";
         inactive2 = new Image;
         inactive2.src = "/images/brand_plas_hitachi.gif";
         active3 = new Image;
         active3.src = "/images/brand_plas_samsung-over.gif";
         inactive3 = new Image;
         inactive3.src = "/images/brand_plas_samsung.gif";
         active4 = new Image;
         active4.src = "/images/brand_plas_pioneer-over.gif";
         inactive4 = new Image;
         inactive4.src = "/images/brand_plas_pioneer.gif";active5 = new Image;
         active5.src = "/images/brand_plas_benq-over.gif";
         inactive5 = new Image;
         inactive5.src = "/images/brand_plas_benq.gif";
         active6 = new Image;
         active6.src = "/images/brand_plas_philips-over.gif";
         inactive6 = new Image;
         inactive6.src = "/images/brand_plas_philips.gif";
         active7 = new Image;
         active7.src = "/images/brand_lcd_nec-over.gif";
         inactive7 = new Image;
         inactive7.src = "/images/brand_lcd_nec.gif";
         active8 = new Image;
         active8.src = "/images/brand_plas_panasonic-over.gif";
         inactive8 = new Image;
         inactive8.src = "/images/brand_plas_panasonic.gif";
         active9 = new Image;
         active9.src = "/images/brand_lcd_sony-over.gif";
         inactive9 = new Image;
         inactive9.src = "/images/brand_lcd_sony.gif";
         active10 = new Image;
         active10.src = "/images/brand_lcd_panasonic-over.gif";
         inactive10 = new Image;
         inactive10.src = "/images/brand_lcd_panasonic.gif";
         active11 = new Image;
         active11.src = "/images/brand_lcd_BenQ-over.gif";
         inactive11 = new Image;
         inactive11.src = "/images/brand_lcd_BenQ.gif";
         active12 = new Image;
         active12.src = "/images/brand_lcd_NEC-over.gif";
         inactive12 = new Image;
         inactive12.src = "/images/brand_lcd_NEC.gif";
         active13 = new Image;
         active13.src = "/images/brand_lcd_infocus-over.gif";
         inactive13 = new Image;
         inactive13.src = "/images/brand_lcd_infocus.gif";
         active14 = new Image;
         active14.src = "/images/brand_lcd_Sanyo-over.gif";
         inactive14 = new Image;
         inactive14.src = "/images/brand_lcd_Sanyo.gif";
         active15 = new Image;
         active15.src = "/images/brand_lcd_nec-over.gif";
         inactive15 = new Image;
         inactive15.src = "/images/brand_lcd_nec.gif";
         active17 = new Image;
         active17.src = "/images/brand_lcdtv_infocus-over.gif";
         inactive17 = new Image;
         inactive17.src = "/images/brand_lcdtv_infocus.gif";
         active18 = new Image;
         active18.src = "/images/brand_lcdtv_nec-over.gif";
         inactive18 = new Image;
         inactive18.src = "/images/brand_lcdtv_nec.gif";
         active19 = new Image;
         active19.src = "/images/brand_lcdtv_sharp-over.gif";
         inactive19 = new Image;
         inactive19.src = "/images/brand_lcdtv_sharp.gif";
         active20 = new Image;
         active20.src = "/images/brand_lcdtv_benq-over.gif";
         inactive20 = new Image;
         inactive20.src = "/images/brand_lcdtv_benq.gif";
         active21 = new Image;
         active21.src = "/images/brand_plas_philips-over2.gif";
         inactive21 = new Image;
         inactive21.src = "/images/brand_plas_philips2.gif";
         active22 = new Image;
         active22.src = "/images/brand_lcd_nec-over.gif";
         inactive22 = new Image;
         inactive22.src = "/images/brand_lcd_nec.gif";
         active23 = new Image;
         active23.src = "/images/brand_lcd_optoma-over.gif";
         inactive23 = new Image;
         inactive23.src = "/images/brand_lcd_optoma.gif";
         active24 = new Image;
         active24.src = "/images/brand_lcd_optoma-over.gif";
         inactive24 = new Image;
         inactive24.src = "/images/brand_lcd_optoma.gif";
         active25 = new Image;
         active25.src = "/images/brand_lcd_optoma-over2.gif";
         inactive25 = new Image;
         inactive25.src = "/images/brand_lcd_optoma2.gif";
         active26 = new Image;
         active26.src = "/images/brand_rpTV_optoma-over.gif";
         inactive26 = new Image;
         inactive26.src = "/images/brand_rptv_optoma.gif";
         active27 = new Image;
         active27.src = "/images/brand_lcdtv_olevia-over.gif";
         inactive27 = new Image;
         inactive27.src = "/images/brand_lcdtv_olevia.gif";
         active31 = new Image;
         active31.src = "/images/brand_lcd_LG-over.gif";
         inactive31 = new Image;
         inactive31.src = "/images/brand_lcd_LG.gif";

      }
   else if (navigator.userAgent.indexOf ("MSIE") != -1) version = 2;
   else if (navigator.userAgent.indexOf ("Mozilla/2.0") != -1) version = 1;
   else version = 0;
//-->


