	<!--
	
	  if (document.images)
	   {
	     pic1on= new Image(187,24);
	     pic1on.src="images/home1.gif";
	     pic2on= new Image(187,24);
	     pic2on.src="images/purchase1.gif";
	     pic3on= new Image(187,24);
	     pic3on.src="images/download1.gif";
	     pic4on= new Image(187,24);
	     pic4on.src="images/support1.gif";
	     pic5on= new Image(187,24);
	     pic5on.src="images/news1.gif";
	     pic6on= new Image(187,24);
	     pic6on.src="images/testimonials1.gif";
	     pic7on= new Image(187,24);
	     pic7on.src="images/contact1.gif";
	     	
	     pic1off= new Image(187,24);
	     pic1off.src="images/home.gif";
	     pic2off= new Image(187,24);
	     pic2off.src="images/purchase.gif";
	     pic3off= new Image(187,24);
	     pic3off.src="images/download.gif";
	     pic4off= new Image(187,24);
	     pic4off.src="images/support.gif";	    
	     pic5off= new Image(187,24);
	     pic5off.src="images/news.gif";	    
	     pic6off= new Image(187,24);
	     pic6off.src="images/testimonials.gif";	    
	     pic7off= new Image(187,24);
	     pic7off.src="images/contact.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;
	    }
	 }
	
	//-->
