<!--
if(document.images){
	au = new Image();
	au.src = "img/h-n-au.gif"
	au1 = new Image();
	au1.src = "img/h-n-au1.gif"
	
	pa = new Image();
	pa.src = "img/h-n-pa.gif"
	pa1 = new Image();
	pa1.src = "img/h-n-pa1.gif"
	
	a = new Image();
	a.src = "img/h-n-a.gif"
	a1 = new Image();
	a1.src = "img/h-n-a1.gif"
	
	fn = new Image();
	fn.src = "img/h-n-fn.gif"
	fn1 = new Image();
	fn1.src = "img/h-n-fn1.gif"
	
	c = new Image();
	c.src = "img/h-n-c.gif"
	c1 = new Image();
	c1.src = "img/h-n-c1.gif"
	
	cu = new Image();
	cu.src = "img/h-n-cu.gif"
	cu1 = new Image();
	cu1.src = "img/h-n-cu1.gif"

	function iC(i, iName){
		document.images[i].src = eval(i + iName + ".src");
	}
}
-->