if (document.images) {	
	
	kezd1 = new Image(155,20); kezd1.src = "img/hb001.gif";
	kezd2 = new Image(155,20); kezd2.src = "img/hb002.gif";
	
	intr1 = new Image(155,20); intr1.src = "img/hb011.gif";
	intr2 = new Image(155,20); intr2.src = "img/hb012.gif";

	phil1 = new Image(155,20); phil1.src = "img/hb021.gif";
	phil2 = new Image(155,20); phil2.src = "img/hb022.gif";

	stor1 = new Image(155,20); stor1.src = "img/hb031.gif";
	stor2 = new Image(155,20); stor2.src = "img/hb032.gif";
	
	acti1 = new Image(155,20); acti1.src = "img/hb081.gif";
	acti2 = new Image(155,20); acti2.src = "img/hb082.gif";

	serv1 = new Image(155,20); serv1.src = "img/hb041.gif";
	serv2 = new Image(155,20); serv2.src = "img/hb042.gif";

	refe1 = new Image(155,20); refe1.src = "img/hb051.gif";
	refe2 = new Image(155,20); refe2.src = "img/hb052.gif";
	
	gale1 = new Image(155,20); gale1.src = "img/hb061.gif";
	gale2 = new Image(155,20); gale2.src = "img/hb062.gif";
	
	cont1 = new Image(155,20); cont1.src = "img/hb071.gif";
	cont2 = new Image(155,20); cont2.src = "img/hb072.gif";
	
	aran1 = new Image(155,20); aran1.src = "img/hb201.gif";
	aran2 = new Image(155,20); aran2.src = "img/hb202.gif";

	}

	function hiLite(imgName,imgObjName) {
	if (document.images) {
  	document.images[imgName].src = eval(imgObjName + ".src");
	}}
