<!--

/* Bild 1 ist das Logo oben, das darf nicht getauscht werden */

    Normal2 = new Image();
    Normal2.src = "../grafiken/navigation/home.jpg";
    Highlight2 = new Image();
    Highlight2.src = "../grafiken/navigation/homeinv.jpg";

    Normal3 = new Image();
    Normal3.src = "../grafiken/navigation/spiele.jpg";
    Highlight3 = new Image();
    Highlight3.src = "../grafiken/navigation/spieleinv.jpg";

    Normal4 = new Image();
    Normal4.src = "../grafiken/navigation/zaubertricks.jpg";
    Highlight4 = new Image();
    Highlight4.src = "../grafiken/navigation/zaubertricksinv.jpg";

    Normal5 = new Image();
    Normal5.src = "../grafiken/navigation/kartenhaeuser.jpg";
    Highlight5 = new Image();
    Highlight5.src = "../grafiken/navigation/kartenhaeuserinv.jpg";

    Normal6 = new Image();
    Normal6.src = "../grafiken/navigation/lexikon.jpg";
    Highlight6 = new Image();
    Highlight6.src = "../grafiken/navigation/lexikoninv.jpg";

    Normal7 = new Image();
    Normal7.src = "../grafiken/navigation/vereine.jpg";
    Highlight7 = new Image();
    Highlight7.src = "../grafiken/navigation/vereineinv.jpg";

    Normal8 = new Image();
    Normal8.src = "../grafiken/navigation/links.jpg";
    Highlight8 = new Image();
    Highlight8.src = "../grafiken/navigation/linksinv.jpg";

    Normal9 = new Image();
    Normal9.src = "../grafiken/navigation/impressum.jpg";
    Highlight9 = new Image();
    Highlight9.src = "../grafiken/navigation/impressuminv.jpg";

    Normal10 = new Image();
    Normal10.src = "../grafiken/navigation/sitemap.jpg";
    Highlight10 = new Image();
    Highlight10.src = "../grafiken/navigation/sitemapinv.jpg";

    /*
	Bild 9 = Rahmenlinks
	Bild 10 = Rahmenrechts (Rahmenmitte ist ein Background)
	ggf. Bild 11 = Werbung
	ggf. Bild 12 = Pfeillinks
	ggf. Bild 13 = Pfeilhoch
	ggf. Bild 14 = Pfeilzurueck
	ggf. Bild 15 = Pfeilrechts
	(Bildnummern wichtig für den Austausch in der Navi unten)
    */

    function Bildwechsel(Bildnr,Bildobjekt)
    {
     window.document.images[Bildnr].src = Bildobjekt.src;
    }
    //-->