Norm1 = new Image();
Norm1.src = "../nusim-images/flow-element-r80.png";     /* 1 Standard-Grafik */
Over1 = new Image();
Over1.src = "../nusim-images/flow-element-r50.png"; /* 1 Highlight-Grafik */


function Bildwechsel1(Bildname1,Bildobjekt1) {
 /* window.document.nusim-images[Bildnr].src = Bildobjekt.src; */

bild1 = eval('window.document.' + Bildname1);
 bild1.src = Bildobjekt1.src;
}


