i01 = new Image();
i01.src = "./pic/b_norm_en.gif"; /* normale-Grafik */
i02 = new Image();
i02.src = "./pic/b_norm_en_o.gif"; /* Highlight-Grafik */

i03 = new Image();
i03.src = "./pic/b_schiene_en.gif"; /* normale-Grafik */
i04 = new Image();
i04.src = "./pic/b_schiene_en_o.gif"; /* Highlight-Grafik */

i05 = new Image();
i05.src = "./pic/home_norm_bild.jpg"; /* normale-Grafik */
i06 = new Image();
i06.src = "./pic/home_schiene_bild.jpg"; /* Highlight-Grafik */

i27 = new Image();
i27.src = "./pic/home_norm_bild_gr.jpg"; /* normale-Grafik */
i28 = new Image();
i28.src = "./pic/home_schiene_bild_gr.jpg"; /* Highlight-Grafik */



function hiLite(imgID,imgObjName) {
document.images[imgID].src = eval(imgObjName + ".src") 
}
