<!-- Begin
pic1off = new Image();
		pic1off.src = "images/menu01.gif";
		pic1on = new Image();
		pic1on.src = "images/menu11.gif";
		
		pic2off = new Image();
		pic2off.src = "images/menu02.gif";
		pic2on = new Image();
		pic2on.src = "images/menu12.gif";
		
		pic3off = new Image();
		pic3off.src = "images/menu03.gif";
		pic3on = new Image();
		pic3on.src = "images/menu13.gif";
		
		pic4off = new Image();
		pic4off.src = "images/menu04.gif";
		pic4on = new Image();
		pic4on.src = "images/menu14.gif";
		
		pic5off = new Image();
		pic5off.src = "images/menu05.gif";
		pic5on = new Image();
		pic5on.src = "images/menu15.gif";
		
		pic6off = new Image();
		pic6off.src = "images/menu06.gif";
		pic6on = new Image();
		pic6on.src = "images/menu16.gif";
		
		pic7off = new Image();
		pic7off.src = "images/menu07.gif";
		pic7on = new Image();
		pic7on.src = "images/menu17.gif";
		
		pic8off = new Image();
		pic8off.src = "images/menu08.gif";
		pic8on = new Image();
		pic8on.src = "images/menu18.gif";
		
		pic9off = new Image();
		pic9off.src = "images/menu09.gif";
		pic9on = new Image();
		pic9on.src = "images/menu19.gif";				
				
		pic10off = new Image();
		pic10off.src = "images/menu10.gif";
		pic10on = new Image();
		pic10on.src = "images/menu20.gif";				
				
		pic11off = new Image();
		pic11off.src = "images/menu25.gif";
		pic11on = new Image();
		pic11on.src = "images/menu26.gif";				
				
		pic12off = new Image();
		pic12off.src = "images/menu23.gif";
		pic12on = new Image();
		pic12on.src = "images/menu24.gif";				
				
		pic13off = new Image();
		pic13off.src = "images/menu21.gif";
		pic13on = new Image();
		pic13on.src = "images/menu22.gif";				
	
		function picOn(imgName) {
		        if (document.images) {
		                document[imgName].src = eval(imgName + "on.src");
		        }
		}
		
		function picOff(imgName) {
		        if (document.images) {
		                document[imgName].src = eval(imgName + "off.src");
		                             }
		}
// End -->

