if (document.images) {
	
	szin11 = new Image(160,22); szin11.src = "img/hb2101.gif";
	szin12 = new Image(160,22); szin12.src = "img/hb2102.gif";
	
	
	kedv11 = new Image(160,42); kedv11.src = "img/hb4101.gif";
	kedv12 = new Image(160,42); kedv12.src = "img/hb4102.gif";
	
	ajan11 = new Image(160,42); ajan11.src = "img/hb4201.gif";
	ajan12 = new Image(160,42); ajan12.src = "img/hb4202.gif";
	
	akci11 = new Image(160,42); akci11.src = "img/hb4301.gif";
	akci12 = new Image(160,42); akci12.src = "img/hb4302.gif";
	}

	function hiLite(imgName,imgObjName) {
	if (document.images) {
  	document.images[imgName].src = eval(imgObjName + ".src");
	}}	
