	var imageDir = '../includes/navigator/images/';
	
	  ancorpsHome = new Image();
	  ancorpsHome = imageDir+'home_off.gif';
	  ancorpsHomePush = new Image();
	  ancorpsHomePush = imageDir+'home_on.gif';

	  philosophy = new Image();
	  philosophy = imageDir+'philosophy_off.gif';
	  philosophyPush = new Image();
	  philosophyPush = imageDir+'philosophy_on.gif';
	  
	  capabilities = new Image();
	  capabilities = imageDir+'capabilities_off.gif';
	  capabilitiesPush = new Image();
	  capabilitiesPush = imageDir+'capabilities_on.gif';

	  pricequote = new Image();
	  pricequote = imageDir+'pricequote_off.gif';
	  pricequotePush = new Image();
	  pricequotePush = imageDir+'pricequote_on.gif';

	  services = new Image();
	  services = imageDir+'services_off.gif';
	  servicesPush = new Image();
	  servicesPush = imageDir+'services_on.gif';

	  contact = new Image();
	  contact = imageDir+'contact_off.gif';
	  contactPush = new Image();
	  contactPush = imageDir+'contact_on.gif';

	  pricequote = new Image();
	  pricequote = imageDir+'pricequote_off.gif';
	  pricequotePush = new Image();
	  pricequotePush = imageDir+'pricequote_on.gif';
	  
	  hosting = new Image();
	  hosting = imageDir+'hosting_off.gif';
	  hostingPush = new Image();
	  hostingPush = imageDir+'hosting_on.gif';

	  employment = new Image();
	  employment = imageDir+'employment_off.gif';
	  employmentPush = new Image();
	  employmentPush = imageDir+'employment_on.gif';
	  
	  customer = new Image();
	  customer = imageDir+'customer_off.gif';
	  customerPush = new Image();
	  customerPush = imageDir+'customer_on.gif';
	  
	  legacy = new Image();
	  legacy = imageDir+'legacy_off.gif';
	  legacyPush = new Image();
	  legacyPush = imageDir+'legacy_on.gif';
	  
	  ecommerce = new Image();
	  ecommerce = imageDir+'ecommerce_off.gif';
	  ecommercePush = new Image();
	  ecommercePush = imageDir+'ecommerce_on.gif';  
	  
	  smallBusiness = new Image();
	  smallBusiness = imageDir+'smallBusiness_off.gif';
	  smallBusinessPush = new Image();
	  smallBusinessPush = imageDir+'smallBusiness_on.gif';  
	  
	  corporateIdentity = new Image();
	  corporateIdentity = imageDir+'corporateIdentity_off.gif';
	  corporateIdentityPush = new Image();
	  corporateIdentityPush = imageDir+'corporateIdentity_on.gif';  
	  
	  developmentDatabase = new Image();
	  developmentDatabase = imageDir+'developmentDatabase_off.gif';
	  developmentDatabasePush = new Image();
	  developmentDatabasePush = imageDir+'developmentDatabase_on.gif';  
   function changePic(oldImage, newImage) {
      document.images[oldImage].src = newImage;
   }



