if (document.images) {	
	
	kezl1 = new Image(82,18); kezl1.src = "img/hb0101.gif";
	kezl2 = new Image(82,18); kezl2.src = "img/hb0102.gif";

	sitl1 = new Image(82,18); sitl1.src = "img/hb0201.gif";
	sitl2 = new Image(82,18); sitl2.src = "img/hb0202.gif";

	kapl1 = new Image(82,18); kapl1.src = "img/hb0301.gif";
	kapl2 = new Image(82,18); kapl2.src = "img/hb0302.gif";
	
	
	
	beml1 = new Image(126,32); beml1.src = "img/hb1101.gif";
	beml2 = new Image(126,32); beml2.src = "img/hb1102.gif";
	
	fill1 = new Image(97,32); fill1.src = "img/hb1201.gif";
	fill2 = new Image(97,32); fill2.src = "img/hb1202.gif";
	
	szol1 = new Image(143,32); szol1.src = "img/hb1301.gif";
	szol2 = new Image(143,32); szol2.src = "img/hb1302.gif";
	
	arll1 = new Image(67,32); arll1.src = "img/hb1401.gif";
	arll2 = new Image(67,32); arll2.src = "img/hb1402.gif";
	
	letl1 = new Image(76,32); letl1.src = "img/hb1501.gif";
	letl2 = new Image(76,32); letl2.src = "img/hb1502.gif";
	
	refl1 = new Image(115,32); refl1.src = "img/hb1601.gif";
	refl2 = new Image(115,32); refl2.src = "img/hb1602.gif";
	
	
	
	impl1 = new Image(83,18); impl1.src = "img/hb3101.gif";
	impl2 = new Image(83,18); impl2.src = "img/hb3102.gif";

	adal1 = new Image(92,18); adal1.src = "img/hb3201.gif";
	adal2 = new Image(92,18); adal2.src = "img/hb3202.gif";

	adml1 = new Image(47,18); adml1.src = "img/hb3301.gif";
	adml2 = new Image(47,18); adml2.src = "img/hb3302.gif";
	
	webl1 = new Image(79,18); webl1.src = "img/hb3401.gif";
	webl2 = new Image(79,18); webl2.src = "img/hb3402.gif";
	
	
	
	nyhl1 = new Image(200,250); nyhl1.src = "img/img0001.jpg";
	nyhl2 = new Image(200,250); nyhl2.src = "img/img0001h.jpg";
	
	nyil1 = new Image(200,250); nyil1.src = "img/img0002.jpg";
	nyil2 = new Image(200,250); nyil2.src = "img/img0002h.jpg";
	
	}

	function hiLite(imgName,imgObjName) {
	if (document.images) {
  	document.images[imgName].src = eval(imgObjName + ".src");
	}}	
