if (document.images) {	
	
	kezl1 = new Image(81,17); kezl1.src = "img/hb0101.gif";
	kezl2 = new Image(81,17); kezl2.src = "img/hb0102.gif";
	
	beml1 = new Image(131,17); beml1.src = "img/hb1101.gif";
	beml2 = new Image(131,17); beml2.src = "img/hb1102.gif";
	
	fill1 = new Image(100,17); fill1.src = "img/hb1201.gif";
	fill2 = new Image(100,17); fill2.src = "img/hb1202.gif";
	
	terl1 = new Image(96,17); terl1.src = "img/hb1301.gif";
	terl2 = new Image(96,17); terl2.src = "img/hb1302.gif";
	
	szol1 = new Image(148,17); szol1.src = "img/hb1401.gif";
	szol2 = new Image(148,17); szol2.src = "img/hb1402.gif";
	
	gall1 = new Image(68,17); gall1.src = "img/hb1501.gif";
	gall2 = new Image(68,17); gall2.src = "img/hb1502.gif";
	
	kapl1 = new Image(89,17); kapl1.src = "img/hb1601.gif";
	kapl2 = new Image(89,17); kapl2.src = "img/hb1602.gif";
	
	
	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";
	
	
	nage1 = new Image(120,20); nage1.src = "img/hb3101.gif";
	nage2 = new Image(120,20); nage2.src = "img/hb3102.gif";

	}

	function hiLite(imgName,imgObjName) {
	if (document.images) {
  	document.images[imgName].src = eval(imgObjName + ".src");
	}}	