<!--
var status;
    function aktuell_wechsel()
    {
    if (status == 0)
    {
    document.aktuell_bild.src = "./image/aktuell.gif";
    status = 1;
    }
    else
    {
    document.aktuell_bild.src = "./image/aktuell_aktiv.gif";
    status = 0;
    }
    }

    function training_wechsel()
    {
    if (status == 0)
    {
    document.training_bild.src = "./image/training.gif";
    status = 1;
    }
    else
    {
    document.training_bild.src = "./image/training_aktiv.gif";
    status = 0;
    }
    }

    function kontakte_wechsel()
    {
    if (status == 0)
    {
    document.kontakte_bild.src = "./image/kontakte.gif";
    status = 1;
    }
    else
    {
    document.kontakte_bild.src = "./image/kontakte_aktiv.gif";
    status = 0;
    }
    }


    function chronik_wechsel()
    {
    if (status == 0)
    {
    document.chronik_bild.src = "./image/chronik.gif";
    status = 1;
    }
    else
    {
    document.chronik_bild.src = "./image/chronik_aktiv.gif";
    status = 0;
    }
    }

    function herren1_wechsel()
    {
    if (status == 0)
    {
    document.herren1_bild.src = "./image/herren1.gif";
    status = 1;
    }
    else
    {
    document.herren1_bild.src = "./image/herren1_aktiv.gif";
    status = 0;
    }
    }


    function herren2_wechsel()
    {
    if (status == 0)
    {
    document.herren2_bild.src = "./image/herren2.gif";
    status = 1;
    }
    else
    {
    document.herren2_bild.src = "./image/herren2_aktiv.gif";
    status = 0;
    }
    }


    function herren3_wechsel()
    {
    if (status == 0)
    {
    document.herren3_bild.src = "./image/herren3.gif";
    status = 1;
    }
    else
    {
    document.herren3_bild.src = "./image/herren3_aktiv.gif";
    status = 0;
    }
    }


    function herren4_wechsel()
    {
    if (status == 0)
    {
    document.herren4_bild.src = "./image/herren4.gif";
    status = 1;
    }
    else
    {
    document.herren4_bild.src = "./image/herren4_aktiv.gif";
    status = 0;
    }
    }

	function herren5_wechsel()
    {
    if (status == 0)
    {
    document.herren5_bild.src = "./image/herren5.gif";
    status = 1;
    }
    else
    {
    document.herren5_bild.src = "./image/herren5_aktiv.gif";
    status = 0;
    }
    }
	
	
    function jugend_wechsel()
    {
    if (status == 0)
    {
    document.jugend_bild.src = "./image/jugend.gif";
    status = 1;
    }
    else
    {
    document.jugend_bild.src = "./image/jugend_aktiv.gif";
    status = 0;
    }
    }


    function meisterschaft_wechsel()
    {
    if (status == 0)
    {
    document.meisterschaft_bild.src = "./image/meisterschaft.gif";
    status = 1;
    }
    else
    {
    document.meisterschaft_bild.src = "./image/meisterschaft_aktiv.gif";
    status = 0;
    }
    }

    function links_wechsel()
    {
    if (status == 0)
    {
    document.links_bild.src = "./image/links.gif";
    status = 1;
    }
    else
    {
    document.links_bild.src = "./image/links_aktiv.gif";
    status = 0;
    }
    }

    function events_wechsel()
    {
    if (status == 0)
    {
    document.events_bild.src = "./image/events.gif";
    status = 1;
    }
    else
    {
    document.events_bild.src = "./image/events_aktiv.gif";
    status = 0;
    }
    }

    function gaestebuch_wechsel()
    {
    if (status == 0)
    {
    document.gaestebuch_bild.src = "./image/gaestebuch.gif";
    status = 1;
    }
    else
    {
    document.gaestebuch_bild.src = "./image/gaestebuch_aktiv.gif";
    status = 0;
    }
    }

//-->
