homeaon = new Image();
homeaon.src = "images/nav/home_on.gif";
homeaoff = new Image();
homeaoff.src = "images/nav/home2_off.gif";

homeon = new Image();
homeon.src = "images/nav/home_on.gif";
homeoff = new Image();
homeoff.src = "images/nav/home_off.gif";

border1aon = new Image();
border1aon.src = "images/border_on.gif";
border1aoff = new Image();
border1aoff.src = "images/border2_off.gif";

border1on = new Image();
border1on.src = "images/border_on.gif";
border1off = new Image();
border1off.src = "images/border_off.gif";

jennyaon = new Image();
jennyaon.src = "images/nav/jenny_on.gif";
jennyaoff = new Image();
jennyaoff.src = "images/nav/jenny2_off.gif";

jennyon = new Image();
jennyon.src = "images/nav/jenny_on.gif";
jennyoff = new Image();
jennyoff.src = "images/nav/jenny_off.gif";

border2on = new Image();
border2on.src = "images/border_on.gif";
border2off = new Image();
border2off.src = "images/border_off.gif";

evidenceon = new Image();
evidenceon.src = "images/nav/evidence_on.gif";
evidenceoff = new Image();
evidenceoff.src = "images/nav/evidence_off.gif";

border3on = new Image();
border3on.src = "images/border_on.gif";
border3off = new Image();
border3off.src = "images/border_off.gif";

treatmenton = new Image();
treatmenton.src = "images/nav/treatment_on.gif";
treatmentoff = new Image();
treatmentoff.src = "images/nav/treatment_off.gif";

border4on = new Image();
border4on.src = "images/border_on.gif";
border4off = new Image();
border4off.src = "images/border_off.gif";

testimonialson = new Image();
testimonialson.src = "images/nav/testimonials_on.gif";
testimonialsoff = new Image();
testimonialsoff.src = "images/nav/testimonials_off.gif";

border5on = new Image();
border5on.src = "images/border_on.gif";
border5off = new Image();
border5off.src = "images/border_off.gif";

fameon = new Image();
fameon.src = "images/nav/fame_on.gif";
fameoff = new Image();
fameoff.src = "images/nav/fame_off.gif";

border6on = new Image();
border6on.src = "images/border_on.gif";
border6off = new Image();
border6off.src = "images/border_off.gif";

abouton = new Image();
abouton.src = "images/nav/about_on.gif";
aboutoff = new Image();
aboutoff.src = "images/nav/about_off.gif";

border7on = new Image();
border7on.src = "images/border_last.gif";
border7off = new Image();
border7off.src = "images/bg.gif";

alertson = new Image();
alertson.src = "images/alerts_on.gif";
alertsoff = new Image();
alertsoff.src = "images/alerts_off.gif";

shopon = new Image();
shopon.src = "images/shop_on.gif";
shopoff = new Image();
shopoff.src = "images/shop_off.gif";

donateon = new Image();
donateon.src = "images/donate_on.gif";
donateoff = new Image();
donateoff.src = "images/donate_off.gif";

brochureon = new Image();
brochureon.src = "images/brochure_on.gif";
brochureoff = new Image();
brochureoff.src = "images/brochure_off.gif";

// On function
function imgAct(imgName) {
    document[imgName].src = eval(imgName + "on.src");
}

// Off function
function imgInact(imgName) {
    document[imgName].src = eval(imgName + "off.src");
}

function sendPage() {
  var strBody = "I thought you would be interested in this page: '"+document.title+"', which is located here: "+window.location;
  var strSubject = "Something interesting from www.generationrescue.org";
  window.location = "mailto:?subject="+strSubject+"&body="+strBody;
}
