		function hL(theImg, theLang){
			document.getElementById("n" + theImg).src="img/" + theLang + "/n" + theImg + "hi.gif"
		}
		
		function lL(theImg, theLang){
			document.getElementById("n" + theImg).src="img/" + theLang + "/n" + theImg + ".gif"
		}
		
		function printObject(theObj, theMaster){
			popup = window.open('print.asp?id=' + theObj + '&pid=' + theMaster,'popup','toolbar=0,menubar=0,scrollbars=yes,resizable=0,width=700,height=800')
		}