<!--

///////////////////////////////////////////////////////////////////////
/// this script created by NEBET Bt / Jozsef Bicsak <> http://nebet.hu ///
///////////////////////////////////////////////////////////////////////

window.status="Betöltődés...";

BeInfo = new Array()

for (x = 0 ; x<6 ; x++){
	BeInfo[x] = new Image();
	BeInfo[x].src = "img/hu/" + x + ".1.gif"; 
    }

KiInfo = new Array()

for (x = 0 ; x<6 ; x++){
	KiInfo[x] = new Image();
	KiInfo[x].src = "img/hu/" + x + ".0.gif"; 
    }

window.status="";

function Info(x,y,z){

	if (x==1)	document.images[y+3].src = BeInfo[z].src;
	else 	document.images[y+3].src = KiInfo[z].src;
}

// -->   

