if(document.images)
 {

  var topon = new Image();
   topon.src="../layout/topa.gif";
  var topoff = new Image();
   topoff.src="../layout/topb.gif";

  var mowingon = new Image();
   mowingon.src="menu2.jpg";
  var mowingoff = new Image();
   mowingoff.src="../layout/menu2b.jpg";

  var mulchon = new Image();
   mulchon.src="../layout/menu3.jpg";
  var mulchoff = new Image();
   mulchoff.src="../layout/menu3b.jpg";

  var memberson = new Image();
   memberson.src="../layout/menu4.jpg";
  var membersoff = new Image();
   membersoff.src="../layout/menu4b.jpg";

  var shrubson = new Image();
   shrubson.src="../layout/menu5.jpg";
  var shrubsoff = new Image();
   shrubsoff.src="../layout/menu5b.jpg";

  var author1on = new Image();
   author1on.src="../layout/logo1.jpg";
  var author1off = new Image();
   author1off.src="../layout/logo1b.jpg";

  var author2on = new Image();
   author2on.src="../layout/logo2.jpg";
  var author2off = new Image();
   author2off.src="../layout/logo2b.jpg";

  }
