IMAGE0on=new Image;
IMAGE0on.src="images/d_arrow_on.gif";
IMAGE0off=new Image;
IMAGE0off.src="images/d_arrow.gif";
IMAGE1on=new Image;
IMAGE1on.src="images/d1_arrow_on.gif";
IMAGE1off=new Image;
IMAGE1off.src="images/d1_arrow.gif";
IMAGE2on=new Image;
IMAGE2on.src="images/d_arrow_on.gif";
IMAGE2off=new Image;
IMAGE2off.src="images/d_arrow.gif";
IMAGE3on=new Image;
IMAGE3on.src="images/d_arrow_on.gif";
IMAGE3off=new Image;
IMAGE3off.src="images/d_arrow.gif";
IMAGE4on=new Image;
IMAGE4on.src="images/d1_arrow_on.gif";
IMAGE4off=new Image;
IMAGE4off.src="images/d1_arrow.gif";
IMAGE5on=new Image;
IMAGE5on.src="images/spec_on.gif";
IMAGE5off=new Image;
IMAGE5off.src="images/spec.gif";
IMAGE6on=new Image;
IMAGE6on.src="images/spec_on.gif";
IMAGE6off=new Image;
IMAGE6off.src="images/spec.gif";
IMAGE7on=new Image;
IMAGE7on.src="images/spec_on.gif";
IMAGE7off=new Image;
IMAGE7off.src="images/spec.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;}
