<!-- Start Pic Pre-Load -->
function picswap(){}

{
  offhome = new Image(); offhome.src="http://www.deistonline.com/images/menu.home.off.jpg";
  offprofile = new Image(); offprofile.src="http://www.deistonline.com/images/menu.profile.off.jpg";
  offmission = new Image(); offmission.src="http://www.deistonline.com/images/menu.mission.off.jpg";
  offstaff = new Image(); offstaff.src="http://www.deistonline.com/images/menu.staff.off.jpg";
  offmarketing = new Image(); offmarketing.src="http://www.deistonline.com/images/menu.marketing.off.jpg";
  offlocations = new Image(); offlocations.src="http://www.deistonline.com/images/menu.locations.off.jpg";
  offvocation = new Image(); offvocation.src="http://www.deistonline.com/images/menu.vocation.off.jpg";
  offmedical = new Image(); offmedical.src="http://www.deistonline.com/images/menu.medical.off.jpg";
  offcontact = new Image(); offcontact.src="http://www.deistonline.com/images/menu.contact.off.jpg";
  onhome = new Image(); onhome.src="http://www.deistonline.com/images/menu.home.on.jpg";
  onprofile = new Image(); onprofile.src="http://www.deistonline.com/images/menu.profile.on.jpg";
  onmission = new Image(); onmission.src="http://www.deistonline.com/images/menu.mission.on.jpg";
  onstaff = new Image(); onstaff.src="http://www.deistonline.com/images/menu.staff.on.jpg";
  onmarketing = new Image(); onmarketing.src="http://www.deistonline.com/images/menu.marketing.on.jpg";
  onlocations = new Image(); onlocations.src="http://www.deistonline.com/images/menu.locations.on.jpg";
  onvocation = new Image(); onvocation.src="http://www.deistonline.com/images/menu.vocation.on.jpg";
  onmedical = new Image(); onmedical.src="http://www.deistonline.com/images/menu.medical.on.jpg";
  oncontact = new Image(); oncontact.src="http://www.deistonline.com/images/menu.contact.on.jpg";
}
<!-- End Pic Pre-Load -->

<!-- Start Pic Swap Funtion -->
function picswap(imageId, NewImage)
    
{
  document.images[imageId].src = eval(NewImage + ".src");
}
<!-- End Pic Swap Funtion -->    