	<!--
	
	  if (document.images)
	   {
	     pic1on= new Image(114,34);
	     pic1on.src="images/home2.png";
	     pic2on= new Image(114,34);
	     pic2on.src="images/aboutus2.png";
	     pic3on= new Image(114,34);
	     pic3on.src="images/classes2.png";
	     pic4on= new Image(114,34);
	     pic4on.src="images/gallery2.png";
	     pic5on= new Image(114,34);
	     pic5on.src="images/events2.png";
	     pic6on= new Image(114,34);
	     pic6on.src="images/faq2.png";
	     pic7on= new Image(114,34);
	     pic7on.src="images/contactus2.png";
	     	
	     pic1off= new Image(114,34);
	     pic1off.src="images/home1.png";
	     pic2off= new Image(114,34);
	     pic2off.src="images/aboutus1.png";
	     pic3off= new Image(114,34);
	     pic3off.src="images/classes1.png";
	     pic4off= new Image(114,34);
	     pic4off.src="images/gallery1.png";
	     pic5off= new Image(114,34);
	     pic5off.src="images/events1.png";
	     pic6off= new Image(114,34);
	     pic6off.src="images/faq1.png";
	     pic7off= new Image(114,34);
	     pic7off.src="images/contactus1.png";

	   }
	
	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;
	    }
	 }
	
	//-->
