if (document.images) {	
	
	kez11 = new Image(220,33); kez11.src = "img/hb0001.gif";
	kez12 = new Image(220,33); kez12.src = "img/hb0002.gif";
	
	
	kol11 = new Image(220,33); kol11.src = "img/hb1101.gif";
	kol12 = new Image(220,33); kol12.src = "img/hb1102.gif";
	
	ter11 = new Image(220,33); ter11.src = "img/hb1501.gif";
	ter12 = new Image(220,33); ter12.src = "img/hb1502.gif";
	
	tan11 = new Image(220,33); tan11.src = "img/hb1301.gif";
	tan12 = new Image(220,33); tan12.src = "img/hb1302.gif";
	
	kap11 = new Image(220,33); kap11.src = "img/hb1401.gif";
	kap12 = new Image(220,33); kap12.src = "img/hb1402.gif";
	
	
	mat11 = new Image(220,33); mat11.src = "img/hb4101.gif";
	mat12 = new Image(220,33); mat12.src = "img/hb4102.gif";
	
	}

	function hiLite(imgName,imgObjName) {
	if (document.images) {
  	document.images[imgName].src = eval(imgObjName + ".src");
	}}	
