<!--

if (document.images) {

grantmaking_on = new Image();
grantmaking_on.src = "http://www.lpfch.org/images/common/b_grantmaking_on.gif";
grantmaking_off = new Image();
grantmaking_off.src = "http://www.lpfch.org/images/common/b_grantmaking_off.gif";
informed_on = new Image();
informed_on.src = "http://www.lpfch.org/images/common/b_informed_on.gif";
informed_off = new Image();
informed_off.src = "http://www.lpfch.org/images/common/b_informed_off.gif";
fundraising_on = new Image();
fundraising_on.src = "http://www.lpfch.org/images/common/b_fundraising_on.gif";
fundraising_off = new Image();
fundraising_off.src = "http://www.lpfch.org/images/common/b_fundraising_off.gif";
informed_on = new Image();
informed_on.src = "http://www.lpfch.org/images/common/b_informed_on.gif";
informed_off = new Image();
informed_off.src = "http://www.lpfch.org/images/common/b_informed_off.gif";

}

function imgAct(imgName) {
        if (document.images) {
        document[imgName].src = eval(imgName + "_on.src");
        }
}
function imgInact(imgName) {
        if (document.images) {
        document[imgName].src = eval(imgName + "_off.src");
        }
}

// -->

