var path = "fileadmin/img/content/";

Normal_00 = new Image();
Normal_00.src = path+"4er_oben_links_20.jpg";

Highlight_00 = new Image();
Highlight_00.src = path+"4er_oben_links_100.jpg";

Normal_01 = new Image();
Normal_01.src = path+"4er_oben_rechts_20.jpg";

Highlight_01 = new Image();
Highlight_01.src = path+"4er_oben_rechts_100.jpg";

Normal_02 = new Image();
Normal_02.src = path+"4er_unten_rechts_20.jpg";

Highlight_02 = new Image();
Highlight_02.src = path+"4er_unten_rechts_100.jpg";

function bild_wechsel(Bildobjekt,id) {
eval("window.document."+id+".src = Bildobjekt.src;");
}

function farbwechsel(num,color) {
var element1 = document.getElementById("menu"+num);
element1.style.background = color;
}
