i01 = new Image();
i01.src = "theme/img/schalter5.gif"; 
i02 = new Image();
i02.src = "theme/img/black_t.gif"; 

function hiLite(imgID,imgObjName) {
document.images[imgID].src = eval(imgObjName + ".src")
}
