startseite = new Image();
startseite_src =  "startseite.gif";
startseite_h = new Image();
startseite_h_src =  "startseite_sw.gif";   

philosophie = new Image();
philosophie_src =  "philosophie.gif";
philosophie_h = new Image();
philosophie_h_src =  "philosophie_sw.gif";

function hiLite(imgID,imgObjName,imgPath) {
src =  imgPath + eval(imgObjName + "_src");

document.images[imgID].src = src;
}

