
			<!--
			function imgOn(imgName) {
				if (document.images) {
					document[imgName].src = eval(imgName + "on.src");
				}}

			function imgOff(imgName) {
					if (document.images) {
						document[imgName].src = eval(imgName + "off.src");
					}}
					
			if (document.images) {
				
			img1on = new Image(); img1on.src = '/airphoenix/images/button1a.gif';img1off = new Image(); img1off.src = '/airphoenix/images/button1.gif';
			img2on = new Image(); img2on.src = '/airphoenix/images/button2a.gif';img2off = new Image(); img2off.src = '/airphoenix/images/button2.gif';
			img3on = new Image(); img3on.src = '/airphoenix/images/button3a.gif';img3off = new Image(); img3off.src = '/airphoenix/images/button3.gif';
			img4on = new Image(); img4on.src = '/airphoenix/images/button4a.gif';img4off = new Image(); img4off.src = '/airphoenix/images/button4.gif';
			img5on = new Image(); img5on.src = '/airphoenix/images/button5a.gif';img5off = new Image(); img5off.src = '/airphoenix/images/button5.gif';
			img6on = new Image(); img6on.src = '/airphoenix/images/button6a.gif';img6off = new Image(); img6off.src = '/airphoenix/images/button6.gif';
			img7on = new Image(); img7on.src = '/airphoenix/images/button7a.gif';img7off = new Image(); img7off.src = '/airphoenix/images/button7.gif';
			img8on = new Image(); img8on.src = '/airphoenix/images/button8a.gif';img8off = new Image(); img8off.src = '/airphoenix/images/button8.gif';
						}	
			-->

