if (document.images) {	img1on = new Image();		img1on.src ="images/home/nav/home_on.gif";	img2on = new Image();		img2on.src ="images/home/nav/capabilities_on.gif";	img3on = new Image();		img3on.src ="images/home/nav/portfolio_on.gif";	img4on = new Image();		img4on.src ="images/home/nav/contactus_on.gif";	img5on = new Image();		img5on.src ="images/home/nav/careers_on.gif";	img6on = new Image();		img6on.src ="images/home/nav/clientaccess_on.gif";	img7on = new Image();		img7on.src ="images/home/nav/jfxcam_on.gif";				img1off = new Image();		img1off.src ="images/home/nav/home_off.gif";	img2off = new Image();		img2off.src ="images/home/nav/capabilities_off.gif";	img3off = new Image();		img3off.src ="images/home/nav/portfolio_off.gif";	img4off = new Image();		img4off.src ="images/home/nav/contactus_off.gif";	img5off = new Image();		img5off.src ="images/home/nav/careers_off.gif";	img6off = new Image();		img6off.src ="images/home/nav/clientaccess_off.gif";	img7off = new Image();		img7off.src ="images/home/nav/jfxcam_off.gif";			img1ls = new Image();		img1ls.src ="images/home/holders/holder.aboutus.jpg";	img2ls = new Image();		img2ls.src ="images/home/holders/holder.capabilities.jpg";	img3ls = new Image();		img3ls.src ="images/home/holders/holder.portfolio.jpg";	img4ls = new Image();		img4ls.src ="images/home/holders/holder.contact.jpg";	img5ls = new Image();		img5ls.src ="images/home/holders/holder.careers.jpg";	img6ls = new Image();		img6ls.src ="images/home/holders/holder.clientaccess.jpg";	img7ls = new Image();		img7ls.src ="images/home/holders/holder.jfxcam.jpg";		}function imgOn(imgName) {	if (document.images) {		document[imgName].src = eval(imgName + "on.src");			document["holder"].src = eval(imgName + "ls.src");	}}function imgOff(imgName) {	if (document.images) {		document[imgName].src = eval(imgName + "off.src");			document["holder"].src = "images/home/holders/holder.default.jpg";	}}// -->