<!--
 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/spacer.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";
  program1 = new Image(154,64);
   program1.src = "http://www.bobbysoxsoftball.org/images/bbar/scholar-program1.gif";
  recipients1 = new Image(154,64);
    recipients1.src = "http://www.bobbysoxsoftball.org/images/bbar/scholar-rec1.gif";
  application1 = new Image(154,64);
    application1.src = "http://www.bobbysoxsoftball.org/images/bbar/scholar-app1.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";
  mission1 = new Image(154,64);
    mission1.src = "http://www.bobbysoxsoftball.org/images/bbar/mission1.gif";
  historical1 = new Image(154,64);
    historical1.src = "http://www.bobbysoxsoftball.org/images/bbar/historical1.gif";
  playing1 = new Image(154,64);
    playing1.src = "http://www.bobbysoxsoftball.org/images/bbar/playing1.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";
  program2 = new Image(154,64);
    program2.src = "http://www.bobbysoxsoftball.org/images/bbar/scholar-program2.gif";
  recipients2 = new Image(154,64);
    recipients2.src = "http://www.bobbysoxsoftball.org/images/bbar/scholar-rec2.gif";
  application2 = new Image(154,64);
    application2.src = "http://www.bobbysoxsoftball.org/images/bbar/scholar-app2.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";
  mission2 = new Image(154,64);
    mission2.src = "http://www.bobbysoxsoftball.org/images/bbar/mission2.gif";
  historical2 = new Image(154,64);
    historical2.src = "http://www.bobbysoxsoftball.org/images/bbar/historical2.gif";
  playing2 = new Image(154,64);
    playing2.src = "http://www.bobbysoxsoftball.org/images/bbar/playing2.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");
 }
}
//-->
