IMAGE10on=new Image;
IMAGE10on.src="images/sq_on.gif";
IMAGE10off=new Image;
IMAGE10off.src="images/sq.gif";
IMAGE11on=new Image;
IMAGE11on.src="images/sq_on.gif";
IMAGE11off=new Image;
IMAGE11off.src="images/sq.gif";
IMAGE12on=new Image;
IMAGE12on.src="images/sq_on.gif";
IMAGE12off=new Image;
IMAGE12off.src="images/sq.gif";
IMAGE13on=new Image;
IMAGE13on.src="images/sq_on.gif";
IMAGE13off=new Image;
IMAGE13off.src="images/sq.gif";
IMAGE14on=new Image;
IMAGE14on.src="images/sq_on.gif";
IMAGE14off=new Image;
IMAGE14off.src="images/sq.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;}