	<!--
	
	  if (document.images)
	   {
	     pic1on= new Image(59,18);
	     pic1on.src="images/home_on.gif";
	     pic2on= new Image(87,18);
	     pic2on.src="images/products_on.gif";
	     pic3on= new Image(83,18);
	     pic3on.src="images/services_on.gif";
		 pic7on= new Image(86,18);
	     pic7on.src="images/applications_on.gif";
	     pic4on= new Image(79,18);
	     pic4on.src="images/gallery_on.gif";
	     pic5on= new Image(84,30);
	     pic5on.src="images/about_on.gif";
		 pic6on= new Image(128,30);
	     pic6on.src="images/contact_on.gif";     
		 
		 pic1off= new Image(59,18);
	     pic1off.src="images/home_off.gif";
	     pic2off= new Image(87,18);
	     pic2off.src="images/products_off.gif";
	     pic3off= new Image(83,18);
	     pic3off.src="images/services_off.gif";
		 pic7off= new Image(83,18);
	     pic7off.src="images/applications_off.gif";
	     pic4off= new Image(79,18);
	     pic4off.src="images/gallery_off.gif";
	     pic5off= new Image(84,30);
	     pic5off.src="images/about_off.gif";
		 pic6off= new Image(128,30);
	     pic6off.src="images/contact_off.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;
	    }
	 }
	
	//-->
