// JavaScript Document
i02 = new Image();
i02.src = "sonstiges/navi/1_a.gif"; /* normale-Grafik */
i01 = new Image();
i01.src = "sonstiges/navi/1_b.gif"; /* Highlight-Grafik */


function hiLite(imgID,imgObjName) {
// imgID - Name des auszutauschenden Bildes z.B. foto2
// imgObjName - Name des Bildes mit dem ausgetauscht wird z.B. i02
document.images[imgID].src = eval(imgObjName + ".src");
}


i04 = new Image();
i04.src = "sonstiges/navi/2_a.gif"; /* normale-Grafik */
i03 = new Image();
i03.src = "sonstiges/navi/2_b.gif"; /* Highlight-Grafik */



i06 = new Image();
i06.src = "sonstiges/navi/3_a.gif"; /* normale-Grafik */
i05 = new Image();
i05.src = "sonstiges/navi/3_b.gif"; /* Highlight-Grafik */


i08 = new Image();
i08.src = "sonstiges/navi/4_a.gif"; /* normale-Grafik */
i07 = new Image();
i07.src = "sonstiges/navi/4_b.gif"; /* Highlight-Grafik */


i10 = new Image();
i10.src = "sonstiges/navi/5_a.gif"; /* normale-Grafik */
i09 = new Image();
i09.src = "sonstiges/navi/5_b.gif"; /* Highlight-Grafik */




