//About
function aboutOver() { 
 if (document.images) document.about.src="/_images/about2.gif";
}

function aboutOut() {
 if (document.images) document.about.src="/_images/about1.gif";
}

//Our Services
function servicesOver() { 
 if (document.images) document.services.src="/_images/services2.gif";
}

function servicesOut() {
 if (document.images) document.services.src="/_images/services1.gif";
}

//Animal
function animalOver() { 
 if (document.images) document.animal.src="/_images/animal2.gif";
}

function animalOut() {
 if (document.images) document.animal.src="/_images/animal1.gif";
}

//Soldiers
function soldiersOver() { 
 if (document.images) document.soldiers.src="/_images/soldiers2.gif";
}

function soldiersOut() {
 if (document.images) document.soldiers.src="/_images/soldiers1.gif";
}

//Donate
function donateOver() { 
 if (document.images) document.donate.src="/_images/donate2.gif";
}

function donateOut() {
 if (document.images) document.donate.src="/_images/donate1.gif";
}

//Resources
function resourcesOver() { 
 if (document.images) document.resources.src="/_images/resources2.gif";
}

function resourcesOut() {
 if (document.images) document.resources.src="/_images/resources1.gif";
}

//Take Action
function advocacyOver() { 
 if (document.images) document.advocacy.src="/_images/advocacy2.gif";
}

function advocacyOut() {
 if (document.images) document.advocacy.src="/_images/advocacy1.gif";
}

//In The News
function newsOver() { 
 if (document.images) document.news.src="/_images/news2.gif";
}

function newsOut() {
 if (document.images) document.news.src="/_images/news1.gif";
}

//Newsletters
function newslettersOver() { 
 if (document.images) document.newsletters.src="/_images/newsletters2.gif";
}

function newslettersOut() {
 if (document.images) document.newsletters.src="/_images/newsletters1.gif";
}

//Home
function homeOver() { 
 if (document.images) document.home.src="/_images/home2.gif";
}

function homeOut() {
 if (document.images) document.home.src="/_images/home1.gif";
}