if (document.images) {
 img1on = new Image(); 
 img1on.src = "images/button_directors_f2.gif";   
 img1off = new Image(); 
 img1off.src = "images/button_directors.gif"; 
  
 img2on = new Image(); 
 img2on.src = "images/button_auxiliaryboard_f2.gif";   
 img2off = new Image(); 
 img2off.src = "images/button_auxiliaryboard.gif"; 
  
 img3on = new Image(); 
 img3on.src = "images/button_dodschedules_f2.gif";   
 img3off = new Image(); 
 img3off.src = "images/button_dodschedules.gif"; 
  
 img4on = new Image(); 
 img4on.src = "images/button_leagueschedules_f2.gif";   
 img4off = new Image(); 
 img4off.src = "images/button_leagueschedules.gif"; 
  
 img5on = new Image(); 
 img5on.src = "images/button_parentforms_f2.gif";   
 img5off = new Image(); 
 img5off.src = "images/button_parentforms.gif"; 
  
 img6on = new Image(); 
 img6on.src = "images/button_teamsontv_f2.gif";   
 img6off = new Image(); 
 img6off.src = "images/button_teamsontv.gif"; 
  
 img7on = new Image(); 
 img7on.src = "images/button_governingrules_f2.gif";   
 img7off = new Image(); 
 img7off.src = "images/button_governingrules.gif"; 
  
 img8on = new Image(); 
 img8on.src = "images/button_umpires_f2.gif";   
 img8off = new Image(); 
 img8off.src = "images/button_umpires.gif"; 
  
 img9on = new Image(); 
 img9on.src = "images/button_springcalendar_f2.gif";   
 img9off = new Image(); 
 img9off.src = "images/button_springcalendar.gif"; 
  
 img10on = new Image(); 
 img10on.src = "images/button_pictureschedules_f2.gif";   
 img10off = new Image(); 
 img10off.src = "images/button_pictureschedules.gif"; 
  
 img11on = new Image(); 
 img11on.src = "images/button_volunteerbadges_f2.gif";   
 img11off = new Image(); 
 img11off.src = "images/button_volunteerbadges.gif"; 
  
 img12on = new Image(); 
 img12on.src = "images/button_maps_f2.gif";   
 img12off = new Image(); 
 img12off.src = "images/button_maps.gif"; 
  
 img13on = new Image(); 
 img13on.src = "images/button_dodgernight_f2.gif";   
 img13off = new Image(); 
 img13off.src = "images/button_dodgernight.gif"; 
  
 img14on = new Image(); 
 img14on.src = "images/button_riverplanting_f2.gif";   
 img14off = new Image(); 
 img14off.src = "images/button_riverplanting.gif"; 
  
 img15on = new Image(); 
 img15on.src = "images/button_winterregistration_f2.gif";   
 img15off = new Image(); 
 img15off.src = "images/button_winterregistration.gif"; 
  
 img16on = new Image(); 
 img16on.src = "images/button_fundraisers_f2.gif";   
 img16off = new Image(); 
 img16off.src = "images/button_fundraisers.gif"; 
  
 img17on = new Image(); 
 img17on.src = "images/button_labordaytourney_f2.gif";   
 img17off = new Image(); 
 img17off.src = "images/button_labordaytourney.gif"; 
  
 img18on = new Image(); 
 img18on.src = "images/button_seasonchampions_f2.gif";   
 img18off = new Image(); 
 img18off.src = "images/button_seasonchampions.gif"; 
  
 img19on = new Image(); 
 img19on.src = "images/button_springregistration_f2.gif";   
 img19off = new Image(); 
 img19off.src = "images/button_springregistration.gif"; 
  
 img20on = new Image(); 
 img20on.src = "images/button_springtournament_f2.gif";   
 img20off = new Image(); 
 img20off.src = "images/button_springtournament.gif"; 
  
 img21on = new Image(); 
 img21on.src = "images/button_winterclassictournament_f2.gif";   
 img21off = new Image(); 
 img21off.src = "images/button_winterclassictournament.gif"; 
  
 img22on = new Image(); 
 img22on.src = "images/button_fallclub_f2.gif";   
 img22off = new Image(); 
 img22off.src = "images/button_fallclub.gif"; 
  
 img23on = new Image(); 
 img23on.src = "images/button_springclassic_f2.gif";   
 img23off = new Image(); 
 img23off.src = "images/button_springclassic.gif"; 
  
 img24on = new Image(); 
 img24on.src = "images/button_practicefields_f2.gif";   
 img24off = new Image(); 
 img24off.src = "images/button_practicefields.gif"; 
  
 img25on = new Image(); 
 img25on.src = "images/button_halloweentourney_f2.gif";   
 img25off = new Image(); 
 img25off.src = "images/button_halloweentourney.gif"; 
  
 img26on = new Image(); 
 img26on.src = "images/button_baseballtournaments_f2.gif";   
 img26off = new Image(); 
 img26off.src = "images/button_baseballtournaments.gif"; 
  
 img27on = new Image(); 
 img27on.src = "images/button_tournamentinfo_f2.gif";   
 img27off = new Image(); 
 img27off.src = "images/button_tournamentinfo.gif"; 
  
 }
 
function imgOn(imgName) {
 if (document.images) {
  document[imgName].src = eval(imgName + "on.src");
 }
}
 
function imgOff(imgName) {
 if (document.images) {
  document[imgName].src = eval(imgName + "off.src");
 }
}

