<!-- Hide from old browsers

committeeon = new Image();
committeeon.src = "/FCWSite/Img/MiniSite/home/lo_committee.jpg";
committeeoff = new Image();
committeeoff.src = "/FCWSite/Img/MiniSite/home/l_committee.jpg";

whatsnewon = new Image();
whatsnewon.src = "/FCWSite/Img/MiniSite/home/lo_whatsnew.jpg";
whatsnewoff = new Image();
whatsnewoff.src = "/FCWSite/Img/MiniSite/home/l_whatsnew.jpg";

eventson = new Image();
eventson.src = "/FCWSite/Img/MiniSite/home/lo_events.jpg";
eventsoff = new Image();
eventsoff.src = "/FCWSite/Img/MiniSite/home/l_events.jpg";

differenceon = new Image();
differenceon.src = "/FCWSite/Img/MiniSite/home/lo_difference.jpg";
differenceoff = new Image();
differenceoff.src = "/FCWSite/Img/MiniSite/home/l_difference.jpg";

contacton = new Image();
contacton.src = "/FCWSite/Img/MiniSite/home/lo_contact.jpg";
contactoff = new Image();
contactoff.src = "/FCWSite/Img/MiniSite/home/l_contact.jpg";

// FUNCTIONS
function lo(imgName) {
	imgon = eval(imgName + "on.src");
	document [imgName].src = imgon;
}

function l(imgName) {
	imgoff = eval(imgName + "off.src");
	document [imgName].src = imgoff;
}

function changeImg(x, y){
	document [x].src = eval(y + '.src');
}

-->
