
homeoff = new Image();
homeoff.src = "http://www.agonefoundation.org/images/buttons/2home-off.gif";
homeon = new Image();
homeon.src = "http://www.agonefoundation.org/images/buttons/2home-on.gif";
missionoff = new Image();
missionoff.src = "http://www.agonefoundation.org/images/buttons/2mission-off.gif";
missionon = new Image();
missionon.src = "http://www.agonefoundation.org/images/buttons/2mission-on.gif";
boardofdirectorsoff = new Image();
boardofdirectorsoff.src = "http://www.agonefoundation.org/images/buttons/2board-of-directors-off.gif";
boardofdirectorson = new Image();
boardofdirectorson.src = "http://www.agonefoundation.org/images/buttons/2board-of-directors-on.gif";
endowmentsoff = new Image();
endowmentsoff.src = "http://www.agonefoundation.org/images/buttons/2endowments-off.gif";
endowmentson = new Image();
endowmentson.src = "http://www.agonefoundation.org/images/buttons/2endowments-on.gif";
givingopportunitiesoff = new Image();
givingopportunitiesoff.src = "http://www.agonefoundation.org/images/buttons/2giving-opportunities-off.gif";
givingopportunitieson = new Image();
givingopportunitieson.src = "http://www.agonefoundation.org/images/buttons/2giving-opportunities-on.gif";
upcomingeventsoff = new Image();
upcomingeventsoff.src = "http://www.agonefoundation.org/images/buttons/2upcoming-events-off.gif";
upcomingeventson = new Image();
upcomingeventson.src = "http://www.agonefoundation.org/images/buttons/2upcoming-events-on.gif";
membershipoff = new Image();
membershipoff.src = "http://www.agonefoundation.org/images/buttons/2membership-off.gif";
membershipon = new Image();
membershipon.src = "http://www.agonefoundation.org/images/buttons/2membership-on.gif";
newslettersoff = new Image();
newslettersoff.src = "http://www.agonefoundation.org/images/buttons/2newsletters-off.gif";
newsletterson = new Image();
newsletterson.src = "http://www.agonefoundation.org/images/buttons/2newsletters-on.gif";
newsroomoff = new Image();
newsroomoff.src = "http://www.agonefoundation.org/images/buttons/2newsroom-off.gif";
newsroomon = new Image();
newsroomon.src = "http://www.agonefoundation.org/images/buttons/2newsroom-on.gif";
contactusoff = new Image();
contactusoff.src = "http://www.agonefoundation.org/images/buttons/2contact-us-off.gif";
contactuson = new Image();
contactuson.src = "http://www.agonefoundation.org/images/buttons/2contact-us-on.gif";
linksoff = new Image();
linksoff.src = "http://www.agonefoundation.org/images/buttons/2links-off.gif";
linkson = new Image();
linkson.src = "http://www.agonefoundation.org/images/buttons/2links-on.gif";



function switchon(name) {
   document[name].src= eval(name + "on.src");
}

function switchoff(name) {
   document[name].src= eval(name + "off.src");
}
