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";
	
	
	cso1 = new Image(228,25); cso1.src = "img/hb2101.gif";
	cso2 = new Image(228,25); cso2.src = "img/hb2102.gif";
	
	
	imp1 = new Image(76,36); imp1.src = "img/hb3101.gif";
	imp2 = new Image(76,36); imp2.src = "img/hb3102.gif";
	
	ada1 = new Image(84,36); ada1.src = "img/hb3201.gif";
	ada2 = new Image(84,36); ada2.src = "img/hb3202.gif";
	
	hon1 = new Image(80,36); hon1.src = "img/hb3301.gif";
	hon2 = new Image(80,36); hon2.src = "img/hb3302.gif";
	
	web1 = new Image(71,36); web1.src = "img/hb3401.gif";
	web2 = new Image(71,36); web2.src = "img/hb3402.gif";

	}

	function hiLite(imgName,imgObjName) {
	if (document.images) {
  	document.images[imgName].src = eval(imgObjName + ".src");
	}}	