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";

  t04_on = new  Image();
  t04_on.src = "img/t04_on.gif";
      
  t04_off = new  Image();
  t04_off.src = "img/t04_off.gif";

  t05_on = new  Image();
  t05_on.src = "img/t05_on.gif";
      
  t05_off = new  Image();
  t05_off.src = "img/t05_off.gif";

  t06_on = new  Image();
  t06_on.src = "img/t06_on.gif";
      
  t06_off = new  Image();
  t06_off.src = "img/t06_off.gif";

  t07_on = new  Image();
  t07_on.src = "img/t07_on.gif";
      
  t07_off = new  Image();
  t07_off.src = "img/t07_off.gif";

  t08_on = new  Image();
  t08_on.src = "img/t08_on.gif";
      
  t08_off = new  Image();
  t08_off.src = "img/t08_off.gif";

  t09_on = new  Image();
  t09_on.src = "img/t09_on.gif";
      
  t09_off = new  Image();
  t09_off.src = "img/t09_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");
  }
}