//dynamic loading of the global nav and global footer graphics
clientLogin 	= 	new Image();
clientLogin.src = 	strPrefix + "images/log_in_ON.gif";

whoWeAre = new Image();
whoWeAre.src = strPrefix + "images/who_we_are_ON.gif";

whatWeDo = new Image();
whatWeDo.src = strPrefix + "images/what_we_do_ON.gif";

andWhatWeveDone = new Image();
andWhatWeveDone.src = strPrefix + "images/and_what_weve_done_ON.gif";

contactUs = new Image();
contactUs.src = strPrefix + "images/contact_us_ON.gif";

