<!--
 if (document.images) {
  about1 = new Image(180,29);
    about1.src = "../images/bbar/about.gif";
  contact1 = new Image(180,17);
    contact1.src = "../images/bbar/contact.gif";
  surgical1 = new Image(180,17);
    surgical1.src = "../images/bbar/surgical.gif";
  vein1 = new Image(180,17);
    vein1.src = "../images/bbar/vein.gif";

  

  about2 = new Image(180,29);
    about2.src = "../images/bbar/about-on.gif";
  contact2 = new Image(180,17);
    contact2.src = "../images/bbar/contact-on.gif";
  surgical2 = new Image(180,17);
    surgical2.src = "../images/bbar/surgical-on.gif";
  vein2 = new Image(180,17);
    vein2.src = "../images/bbar/vein-on.gif";


  
}

function texton(name) {
 if (document.images) {
  document[name].src = eval(name + "2.src");
 }
}

function textoff(name) {
 if (document.images) {
  document[name].src = eval(name + "1.src");
 }
}
//-->

