<!--
 if (document.images) {
  about1 = new Image(97,44);
    about1.src = "http://www.bobbysoxsoftball.org/images/bbar/bbar-about.gif";
  tournament1 = new Image(97,44);
    tournament1.src = "http://www.bobbysoxsoftball.org/images/anistars.gif";
  news1 = new Image(97,44);
    news1.src = "http://www.bobbysoxsoftball.org/images/spacer.gif";
  league1 = new Image(97,44);
    league1.src = "http://www.bobbysoxsoftball.org/images/spacer.gif";
  store1 = new Image(97,44);
    store1.src = "http://www.bobbysoxsoftball.org/images/spacer.gif";
  scholarship1 = new Image(97,44);
    scholarship1.src = "http://www.bobbysoxsoftball.org/images/spacer.gif";
  contact1 = new Image(97,44);
    contact1.src = "http://www.bobbysoxsoftball.org/images/spacer.gif";
  entryform1 = new Image(154,64);
    entryform1.src = "http://www.bobbysoxsoftball.org/images/bbar/entryform1.gif";
  hotels1 = new Image(154,64);
    hotels1.src = "http://www.bobbysoxsoftball.org/images/bbar/hotels1.gif";
  brackets1 = new Image(154,64);
    brackets1.src = "http://www.bobbysoxsoftball.org/images/bbar/brackets1.gif";
  results1 = new Image(154,64);
    results1.src = "http://www.bobbysoxsoftball.org/images/bbar/results1.gif";



  about2 = new Image(97,44);
    about2.src = "http://www.bobbysoxsoftball.org/images/bbar/anistars.gif";
  tournament2 = new Image(97,44);
    tournament2.src = "http://www.bobbysoxsoftball.org/images/bbar/anistars.gif";
  news2 = new Image(97,44);
    news2.src = "http://www.bobbysoxsoftball.org/images/bbar/anistars.gif";
  league2 = new Image(97,44);
    league2.src = "http://www.bobbysoxsoftball.org/images/bbar/anistars.gif";
  store2 = new Image(97,44);
    store2.src = "http://www.bobbysoxsoftball.org/images/bbar/anistars.gif";
  scholarship2 = new Image(97,44);
    scholarship2.src = "http://www.bobbysoxsoftball.org/images/bbar/anistars.gif";
  contact2 = new Image(97,44);
    contact2.src = "http://www.bobbysoxsoftball.org/images/bbar/anistars.gif";
  entryform2 = new Image(154,64);
    entryform2.src = "http://www.bobbysoxsoftball.org/images/bbar/entryform2.gif";
  hotels2 = new Image(154,64);
    hotels2.src = "http://www.bobbysoxsoftball.org/images/bbar/hotels2.gif";
  brackets2 = new Image(154,64);
    brackets2.src = "http://www.bobbysoxsoftball.org/images/bbar/brackets2.gif";
  results2 = new Image(154,64);
    results2.src = "http://www.bobbysoxsoftball.org/images/bbar/results2.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");
 }
}
//-->
