	<!--
	
	  if (document.images)
	   {
	     pic1on= new Image(177,31);
	     pic1on.src="images/home1.gif";
	     pic2on= new Image(177,30);
	     pic2on.src="images/product1.gif";
	     pic3on= new Image(177,30);
	     pic3on.src="images/services1.gif";
	     pic4on= new Image(177,30);
	     pic4on.src="images/testimonials1.gif";
	     pic5on= new Image(177,30);
	     pic5on.src="images/clients1.gif";
	     pic6on= new Image(177,30);
	     pic6on.src="images/about_us1.gif";
	     pic7on= new Image(177,24);
	     pic7on.src="images/contact1.gif";
	     pic8on= new Image(51,28);
	     pic8on.src="images/main2.gif";
	     pic9on= new Image(83,28);
	     pic9on.src="images/features2.gif";
	     pic10on= new Image(75,28);
	     pic10on.src="images/pricing2.gif";
	     pic11on= new Image(74,28);
	     pic11on.src="images/gallery2.gif";
	     pic12on= new Image(85,28);
	     pic12on.src="images/demo2.gif";
	     pic13on= new Image(177,24);
	     pic13on.src="images/contact4.gif";
	     pic14on= new Image(59,18);
	     pic14on.src="images/submenu_coupon1.gif";
	     pic15on= new Image(51,18);
	     pic15on.src="images/submenu_icon1.gif";
	     pic16on= new Image(134,18);
	     pic16on.src="images/submenu_vc1.gif";
	     pic17on= new Image(113,18);
	     pic17on.src="images/submenu_et1.gif";
	     pic18on= new Image(81,18);
	     pic18on.src="images/submenu_admin1.gif";
	     
	     	
	     pic1off= new Image(177,31);
	     pic1off.src="images/home.gif";
	     pic2off= new Image(177,30);
	     pic2off.src="images/product.gif";
	     pic3off= new Image(177,30);
	     pic3off.src="images/services.gif";
	     pic4off= new Image(177,30);
	     pic4off.src="images/testimonials.gif";	    
	     pic5off= new Image(177,30);
	     pic5off.src="images/clients.gif";	    	
	     pic6off= new Image(177,30);
	     pic6off.src="images/about_us.gif";	 
	     pic7off= new Image(177,24);
	     pic7off.src="images/contact.gif";   
	     pic8off= new Image(58,28);
	     pic8off.src="images/main1.gif";   
	     pic9off= new Image(83,28);
	     pic9off.src="images/features1.gif";   
	     pic10off= new Image(75,28);
	     pic10off.src="images/pricing1.gif";  
	     pic11off= new Image(74,28);
	     pic11off.src="images/gallery1.gif";  
	     pic12off= new Image(85,28);
	     pic12off.src="images/demo1.gif";  
	     pic13off= new Image(177,24);
	     pic13off.src="images/contact3.gif";
	     pic14off= new Image(59,18);
	     pic14off.src="images/submenu_coupon.gif";  
	     pic15off= new Image(51,18);
	     pic15off.src="images/submenu_icon.gif"; 
	     pic16off= new Image(134,18);
	     pic16off.src="images/submenu_vc.gif"; 
	     pic17off= new Image(113,18);
	     pic17off.src="images/submenu_et.gif"; 
	     pic18off= new Image(81,18);
	     pic18off.src="images/submenu_admin.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;
	    }
	 }
	
	//-->