homeOn = new Image();
homeOn.src = "on/home.gif";

hotlineOn = new Image();
hotlineOn.src = "on/hotline.gif";

quizOn = new Image();
quizOn.src = "on/quiz.gif";

whatisOn = new Image();
whatisOn.src = "on/whatis.gif";

didyouknowOn = new Image();
didyouknowOn.src = "on/didyouknow.gif";

batteredwomanOn = new Image();
batteredwomanOn.src = "on/batteredwoman.gif";

menwhobatterOn = new Image();
menwhobatterOn.src = "on/menwhobatter.gif";

childrenOn = new Image();
childrenOn.src = "on/children.gif";

whatsbeendoneOn = new Image();
whatsbeendoneOn.src = "on/whatsbeendone.gif";

whatcanyoudoOn = new Image();
whatcanyoudoOn.src = "on/whatcanyoudo.gif";

testimoniesOn = new Image();
testimoniesOn.src = "on/testimonies.gif";

test_alyOn = new Image();
test_alyOn.src = "on/test_aly.gif";

test_jenniferOn = new Image();
test_jenniferOn.src = "on/test_jennifer.gif";

certificateOn = new Image();
certificateOn.src = "on/certificate.gif";

counselingOn = new Image();
counselingOn.src = "on/counseling.gif";

visionOn = new Image();
visionOn.src = "on/vision.gif";

servicesOn = new Image();
servicesOn.src = "on/services.gif";

volunteersOn = new Image();
volunteersOn.src = "on/volunteers.gif";

fundingOn = new Image();
fundingOn.src = "on/funding.gif";

donationproductsOn = new Image();
donationproductsOn.src = "on/donationproducts.gif";

newsletterOn = new Image();
newsletterOn.src = "on/newsletter.gif";

letterOn = new Image();
letterOn.src = "on/letter.gif";

silentwitnessOn = new Image();
silentwitnessOn.src = "on/silentwitness.gif";

silentwitnessOn = new Image();
silentwitnessOn.src = "on/silentwitness.gif";

aboutOn = new Image();
aboutOn.src = "on/about.gif";

about_missionOn = new Image();
about_missionOn.src = "on/about_mission.gif";

about_statementOn = new Image();
about_statementOn.src = "on/about_statement.gif";

about_boardOn = new Image();
about_boardOn.src = "on/about_board.gif";

about_foundationOn = new Image();
about_foundationOn.src = "on/about_foundation.gif";

redemptionOn = new Image();
redemptionOn.src = "on/redemption.gif";

linksOn = new Image();
linksOn.src = "on/links.gif";

links_silentOn = new Image();
links_silentOn.src = "on/links_silent.gif";

links_teamjesus4uOn = new Image();
links_teamjesus4uOn.src = "on/links_teamjesus4u.gif";

requestOn = new Image();
requestOn.src = "on/request.gif";

function imgOn(imgName) {
	document [imgName].src = eval((imgName) + "On.src");
}
function imgOff(imgName) {
	document [imgName].src = "off/" + (imgName) + ".gif";
}
