IMAGE0on=new Image;
IMAGE0on.src="images/arrow_on.gif";
IMAGE0off=new Image;
IMAGE0off.src="images/arrow.gif";
IMAGE1on=new Image;
IMAGE1on.src="images/arrow_on.gif";
IMAGE1off=new Image;
IMAGE1off.src="images/arrow.gif";
IMAGE2on=new Image;
IMAGE2on.src="images/arrow_on.gif";
IMAGE2off=new Image;
IMAGE2off.src="images/arrow.gif";
IMAGE3on=new Image;
IMAGE3on.src="images/arrow_on.gif";
IMAGE3off=new Image;
IMAGE3off.src="images/arrow.gif";
IMAGE4on=new Image;
IMAGE4on.src="images/arrow_on.gif";
IMAGE4off=new Image;
IMAGE4off.src="images/arrow.gif";
function onmouseon(objekt) {imgOn=eval(objekt+"on.src");
document[objekt].src=imgOn;}
function onmouseoff(objekt) {imgOff=eval(objekt+"off.src");
document[objekt].src=imgOff;}
