	if (document.images) {
	
	kez1 = new Image(59,9); kez1.src = "img/hb0001.gif";
	kez2 = new Image(59,9); kez2.src = "img/hb0002.gif";
	
	
	
	hfl1 = new Image(20,14); hfl1.src = "img/fl0101.jpg";
	hfl2 = new Image(20,14); hfl2.src = "img/fl0102.jpg";

	efl1 = new Image(20,14); efl1.src = "img/fl0201.jpg";
	efl2 = new Image(20,14); efl2.src = "img/fl0202.jpg";

	gfl1 = new Image(20,14); gfl1.src = "img/fl0301.jpg";
	gfl2 = new Image(20,14); gfl2.src = "img/fl0302.jpg";
	

	}

	function hiLite(imgName,imgObjName) {
	if (document.images) {
  	document.images[imgName].src = eval(imgObjName + ".src");
	}}
