var bn = navigator.appName;
var vn = navigator.appVersion;

if ((bn!="Microsoft Internet Explorer") || (vn.substring(0,3)!="2.0")) {

  //titulos mouseovers
  t01_on = new  Image();
  t01_on.src = "img/t01_on.gif";
      
  t01_off = new  Image();
  t01_off.src = "img/t01_off.gif";
  
  t02_on = new  Image();
  t02_on.src = "img/t02_on.gif";
  
  t02_off = new  Image();
  t02_off.src = "img/t02_off.gif";
  
  t03_on = new  Image();
  t03_on.src = "img/t03_on.gif";
      
  t03_off = new  Image();
  t03_off.src = "img/t03_off.gif";

  t29_on = new  Image();
  t29_on.src = "img/t29_on.gif";
      
  t29_off = new  Image();
  t29_off.src = "img/t29_off.gif";

  t30_on = new  Image();
  t30_on.src = "img/t30_on.gif";
      
  t30_off = new  Image();
  t30_off.src = "img/t30_off.gif";

  t31_on = new  Image();
  t31_on.src = "img/t31_on.gif";
      
  t31_off = new  Image();
  t31_off.src = "img/t31_off.gif";

  t32_on = new  Image();
  t32_on.src = "img/t32_on.gif";
      
  t32_off = new  Image();
  t32_off.src = "img/t32_off.gif";

  t34_on = new  Image();
  t34_on.src = "img/t34_on.gif";
      
  t34_off = new  Image();
  t34_off.src = "img/t34_off.gif";

  t35_on = new  Image();
  t35_on.src = "img/t35_on.gif";
      
  t35_off = new  Image();
  t35_off.src = "img/t35_off.gif";

  t36_on = new  Image();
  t36_on.src = "img/t36_on.gif";
      
  t36_off = new  Image();
  t36_off.src = "img/t36_off.gif";

  t37_on = new  Image();
  t37_on.src = "img/t37_on.gif";
     
  t37_off = new  Image();
  t37_off.src = "img/t37_off.gif";

  t38_on = new  Image();
  t38_on.src = "img/t38_on.gif";
     
  t38_off = new  Image();
  t38_off.src = "img/t38_off.gif";

  t39_on = new  Image();
  t39_on.src = "img/t39_on.gif";
     
  t39_off = new  Image();
  t39_off.src = "img/t39_off.gif";

  t40_on = new  Image();
  t40_on.src = "img/t40_on.gif";
     
  t40_off = new  Image();
  t40_off.src = "img/t40_off.gif";

  t42_on = new  Image();
  t42_on.src = "img/t42_on.gif";
     
  t42_off = new  Image();
  t42_off.src = "img/t42_off.gif";

  t43_on = new  Image();
  t43_on.src = "img/t43_on.gif";
     
  t43_off = new  Image();
  t43_off.src = "img/t43_off.gif";

  t44_on = new  Image();
  t44_on.src = "img/t44_on.gif";
     
  t44_off = new  Image();
  t44_off.src = "img/t44_off.gif";

  t45_on = new  Image();
  t45_on.src = "img/t45_on.gif";
     
  t45_off = new  Image();
  t45_off.src = "img/t45_off.gif";

  t60_on = new  Image();
  t60_on.src = "img/t60_on.jpg";
      
  t60_off = new  Image();
  t60_off.src = "img/t60_off.jpg";

  publi_on = new  Image();
  publi_on.src = "img/publi_on.jpg";
      
  publi_off = new  Image();
  publi_off.src = "img/publi_off.jpg";

  //interior mouseovers
  
}

function hiLite(name, source) {
  var bn = navigator.appName;
  var vn = navigator.appVersion;

  if ((bn!="Microsoft Internet Explorer") || (vn.substring(0,3)!="2.0")) {
    document.images[name].src = eval(source + ".src");
  }
}
