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";

  t20_on = new  Image();
  t20_on.src = "img/t20_on.gif";
      
  t20_off = new  Image();
  t20_off.src = "img/t20_off.gif";

  t21_on = new  Image();
  t21_on.src = "img/t21_on.gif";
      
  t21_off = new  Image();
  t21_off.src = "img/t21_off.gif";

  t22_on = new  Image();
  t22_on.src = "img/t22_on.gif";
      
  t22_off = new  Image();
  t22_off.src = "img/t22_off.gif";

  t23_on = new  Image();
  t23_on.src = "img/t23_on.gif";
      
  t23_off = new  Image();
  t23_off.src = "img/t23_off.gif";

  t24_on = new  Image();
  t24_on.src = "img/t24_on.gif";
      
  t24_off = new  Image();
  t24_off.src = "img/t24_off.gif";

  t25_on = new  Image();
  t25_on.src = "img/t25_on.gif";
      
  t25_off = new  Image();
  t25_off.src = "img/t25_off.gif";

  t26_on = new  Image();
  t26_on.src = "img/t26_on.gif";
      
  t26_off = new  Image();
  t26_off.src = "img/t26_off.gif";
  
  t27_on = new  Image();
  t27_on.src = "img/t27_on.gif";
      
  t27_off = new  Image();
  t27_off.src = "img/t27_off.gif";
  
  t28_on = new  Image();
  t28_on.src = "img/t28_on.gif";
      
  t28_off = new  Image();
  t28_off.src = "img/t28_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");
  }
}
