if (document.images) {	
	
	hfl1 = new Image(20,14); hfl1.src = "img/zh01.gif";
	hfl2 = new Image(20,14); hfl2.src = "img/zh02.gif";

	efl1 = new Image(20,14); efl1.src = "img/ze01.gif";
	efl2 = new Image(20,14); efl2.src = "img/ze02.gif";

	gfl1 = new Image(20,14); gfl1.src = "img/zd01.gif";
	gfl2 = new Image(20,14); gfl2.src = "img/zd02.gif";
	
	
	imp11 = new Image(73,18); imp11.src = "img/hb3101.gif";
	imp12 = new Image(73,18); imp12.src = "img/hb3102.gif";
	
	ada11 = new Image(75,18); ada11.src = "img/hb3201.gif";
	ada12 = new Image(75,18); ada12.src = "img/hb3202.gif";

	adm11 = new Image(35,18); adm11.src = "img/hb3301.gif";
	adm12 = new Image(35,18); adm12.src = "img/hb3302.gif";
	
	web11 = new Image(68,18); web11.src = "img/hb3401.gif";
	web12 = new Image(68,18); web12.src = "img/hb3402.gif";
	
	}

	function hiLite(imgName,imgObjName) {
	if (document.images) {
  	document.images[imgName].src = eval(imgObjName + ".src");
	}}	