programs_off = new Image();
programs_off.src = "img/nav/programs_off.gif";
programs_on = new Image();
programs_on.src = "img/nav/programs_on.gif";

ages_off = new Image();
ages_off.src = "img/nav/ages_off.gif";
ages_on = new Image();
ages_on.src = "img/nav/ages_on.gif";

beliefs_off = new Image();
beliefs_off.src = "img/nav/beliefs_off.gif";
beliefs_on = new Image();
beliefs_on.src = "img/nav/beliefs_on.gif";

happy_off = new Image();
happy_off.src = "img/nav/happy_off.gif";
happy_on = new Image();
happy_on.src = "img/nav/happy_on.gif";

connection_off = new Image();
connection_off.src = "img/nav/connection_off.gif";
connection_on = new Image();
connection_on.src = "img/nav/connection_on.gif";

contact_off = new Image();
contact_off.src = "img/nav/contact_off.gif";
contact_on = new Image();
contact_on.src = "img/nav/contact_on.gif";

home_off = new Image();
home_off.src = "img/nav/home_off.gif";
home_on = new Image();
home_on.src = "img/nav/home_on.gif";

function FlipImg(imgName, imgObjName) {
	document.images[imgName].src = eval(imgObjName + ".src");
}
