buttonstand = new Image ();
buttonstand.src = "grafik/right.gif";
buttonwh = new Image ();
buttonwh.src = "grafik/right_invers.gif";

function hiLite(imgID,imgObjName) {
document.images[imgID].src = eval(imgObjName + ".src")
}
