  if (document.images)
   {
	 pic1on= new Image();
	 pic1on.src="../global/images/sub-nav/environment-legacy-of-action-ON.gif";

	 pic1off= new Image();
	 pic1off.src="../global/images/sub-nav/environment-legacy-of-action.gif";

	 pic2on= new Image();
	 pic2on.src="../global/images/sub-nav/environment-environmental-policy-ON.gif";

	 pic2off= new Image();
	 pic2off.src="../global/images/sub-nav/environment-environmental-policy.gif";

	 pic3on= new Image();
	 pic3on.src="../global/images/sub-nav/environment-ourcommitments-ON.gif";

	 pic3off= new Image();
	 pic3off.src="../global/images/sub-nav/environment-ourcommitments.gif";
	 
	 pic4on= new Image();
	 pic4on.src="../global/images/sub-nav/environment2-climate-and-energy-ON.gif";

	 pic4off= new Image();
	 pic4off.src="../global/images/sub-nav/environment2-climate-and-energy.gif";
	 
	 pic5on= new Image();
	 pic5on.src="../global/images/sub-nav/environment2-waste-ON.gif";

	 pic5off= new Image();
	 pic5off.src="../global/images/sub-nav/environment2-waste.gif";
	 
	 pic6on= new Image();
	 pic6on.src="../global/images/sub-nav/environment2-ecosystem-ON.gif";

	 pic6off= new Image();
	 pic6off.src="../global/images/sub-nav/environment2-ecosystem.gif";
	 
	 pic7on= new Image();
	 pic7on.src="../global/images/sub-nav/environment2-water-ON.gif";

	 pic7off= new Image();
	 pic7off.src="../global/images/sub-nav/environment2-water.gif";
	 
	 pic8on= new Image();
	 pic8on.src="../global/images/sub-nav/environment2-products-ON.gif";

	 pic8off= new Image();
	 pic8off.src="../global/images/sub-nav/environment2-products.gif";
	 
	 pic9on= new Image();
	 pic9on.src="../global/images/sub-nav/environment2-education-and-action-ON.gif";

	 pic9off= new Image();
	 pic9off.src="../global/images/sub-nav/environment2-education-and-action.gif";
	 
	 pic10on= new Image();
	 pic10on.src="../global/images/sub-nav/environment-forward-looking-initiatives-ON.gif";

	 pic10off= new Image();
	 pic10off.src="../global/images/sub-nav/environment-forward-looking-initiatives.gif";
	 
   }

function lightup(imgName)
 {
   if (document.images)
	{
	  imgOn=eval(imgName + "on.src");
	  document[imgName].src= imgOn;
	}
 }

function turnoff(imgName)
 {
   if (document.images)
	{
	  imgOff=eval(imgName + "off.src");
	  document[imgName].src= imgOff;
	}
 }
