		function hL(theImg){
			document.getElementById("n" + theImg).src="img/n" + theImg + "hi.png"
		}
		
		function lL(theImg){
			document.getElementById("n" + theImg).src="img/n" + theImg + ".png"
		}
