graphic1= new Image();
graphic1.src = "images/advanced_off.gif";
graphic1on = new Image();
graphic1on.src = "images/advanced_on.gif";

graphic2= new Image();
graphic2.src = "images/baseballlessons_off.gif";
graphic2on = new Image();
graphic2on.src = "images/baseballlessons_on.gif";

graphic3= new Image();
graphic3.src = "images/contactus_off.gif";
graphic3on = new Image();
graphic3on.src = "images/contactus_on.gif";

graphic4= new Image();
graphic4.src = "images/directions_off.gif";
graphic4on = new Image();
graphic4on.src = "images/directions_on.gif";

graphic5= new Image();
graphic5.src = "images/fridaybaseball_off.gif";
graphic5on = new Image();
graphic5on.src = "images/fridaybaseball_on.gif";

graphic6= new Image();
graphic6.src = "images/hebron_off.gif";
graphic6on = new Image();
graphic6on.src = "images/hebron_on.gif";

graphic7= new Image();
graphic7.src = "images/holidaycamp_off.gif";
graphic7on = new Image();
graphic7on.src = "images/holidaycamp_on.gif";

graphic8= new Image();
graphic8.src = "images/home_off.gif";
graphic8on = new Image();
graphic8on.src = "images/home_on.gif";

graphic9= new Image();
graphic9.src = "images/pitch_off.gif";
graphic9on = new Image();
graphic9on.src = "images/pitch_on.gif";

graphic0= new Image();
graphic0.src = "images/rates_off.gif";
graphic0on = new Image();
graphic0on.src = "images/rates_on.gif";

graphic11= new Image();
graphic11.src = "images/sportscamps_off.gif";
graphic11on = new Image();
graphic11on.src = "images/sportscamps_on.gif";

graphic12= new Image();
graphic12.src = "images/sportsparties_off.gif";
graphic12on = new Image();
graphic12on.src = "images/sportsparties_on.gif";

graphic13= new Image();
graphic13.src = "images/springtraining_off.gif";
graphic13on = new Image();
graphic13on.src = "images/springtraining_on.gif";

graphic14= new Image();
graphic14.src = "images/kidsparties_off.gif";
graphic14on = new Image();
graphic14on.src = "images/kidsparties_on.gif";

function chcol3(imageID,imageName) {
  document.images[imageID].src = eval(imageName + ".src");
}


