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