// pre-load all navigation images

          if (document.images) {
		  
			// Company Info
			retailerson = new Image();   retailerson.src = "images/nav/ForRetailers_Ovr.gif";
			retailersoff = new Image();   retailersoff.src = "images/nav/ForRetailers.gif";
			presson = new Image();   presson.src = "images/nav/ForPress_Ovr.gif";
			pressoff = new Image();   pressoff.src = "images/nav/ForPress.gif";
			jobson = new Image();   jobson.src = "images/nav/jobs_Ovr.gif";
			jobsoff = new Image();   jobsoff.src = "images/nav/jobs.gif";
			
          }