<script>
  <!-- JavaScript Code (c) 1996 DesertNet . http://desert.net/ -->
  <!-- Author: Wil Gerken . wil@desert.net . Note: Hi Matthew -->
  <!-- If you steal this code, please at least give us credit, link back to us, -->
  <!-- or share something you developed with us in exchange. Thanks. 

  function imgToggle(imgObjectName, imgObjectState) {
	imgObject = new Object();
	imgObject = imgObjectName;
	imgObject.src = imgObjectState;
  }
  
  function imgPreLoad(i, img, x, y) {
	cacheImg[i] = new Image(x,y);
	cacheImg[i].src = img;
  }
  
  // Declare and Load Images
  
  cacheImg = new Array();
  
  if (document.images)
  {
	imgPreLoad(0,'images/tree.png',589,500);
	imgPreLoad(1,'images/tree.gif',584,500);
	imgPreLoad(2,'images/tree01.png',151,159);
	imgPreLoad(3,'images/tree01.gif',151,159);
	imgPreLoad(4,'images/tree02.png',438,159);
	imgPreLoad(5,'images/tree02.gif',438,159);
	imgPreLoad(6,'images/tree03.png',151,341);
	imgPreLoad(7,'images/tree03.gif',151,341);
	
	imgPreLoad(8,'images/title.gif',456,36);
	imgPreLoad(9,'images/banner_v4_green.jpg',456,36);
	imgPreLoad(10,'http://www.w3.org/Icons/valid-xhtml11',31,88);
	imgPreLoad(11,'http://jigsaw.w3.org/css-validator/',31,88);
  }
  </script>

