
Normal1 = new Image();
Normal1.src = "buttons/buhome.gif";     /* Home */
Highlight1 = new Image();
Highlight1.src = "buttons/buhome1.gif";

Normal2 = new Image();
Normal2.src = "buttons/buaktuelles.gif";     /* Aktuelles */
Highlight2 = new Image();
Highlight2.src = "buttons/buaktuelles1.gif";

Normal3 = new Image();
Normal3.src = "buttons/buabteilung.gif";     /* Abteilung */
Highlight3 = new Image();
Highlight3.src = "buttons/buabteilung1.gif";

Normal4 = new Image();
Normal4.src = "buttons/buaktive.gif";     /* Aktive */
Highlight4 = new Image();
Highlight4.src = "buttons/buaktive1.gif";

Normal5 = new Image();
Normal5.src = "buttons/bujugend.gif";     /* Jugend */
Highlight5 = new Image();
Highlight5.src = "buttons/bujugend1.gif";

Normal6 = new Image();
Normal6.src = "buttons/bualters.gif";     /* Altersabteilung */
Highlight6 = new Image();
Highlight6.src = "buttons/bualters1.gif";

Normal7 = new Image();
Normal7.src = "buttons/bueinsaetze.gif";     /* Einsaetze*/
Highlight7 = new Image();
Highlight7.src = "buttons/bueinsaetze1.gif";

Normal8 = new Image();
Normal8.src = "buttons/bukontakt.gif";     /* Kontakt*/
Highlight8 = new Image();
Highlight8.src = "buttons/bukontakt1.gif";

Normal9 = new Image();
Normal9.src = "buttons/bubilder.gif";     /* Bilder*/
Highlight9 = new Image();
Highlight9.src = "buttons/bubilder1.gif";

Normal10 = new Image();
Normal10.src = "buttons/bulinks.gif";     /* Links*/
Highlight10 = new Image();
Highlight10.src = "buttons/bulinks1.gif";

Normal11 = new Image();
Normal11.src = "buttons/bugaeste.gif";     /* Gaestebuch*/
Highlight11 = new Image();
Highlight11.src = "buttons/bugaeste1.gif";

Normal12 = new Image();
Normal12.src = "buttons/buimpressum.gif";     /* Impressum*/
Highlight12 = new Image();
Highlight12.src = "buttons/buimpressum1.gif";

Normal13 = new Image();
Normal13.src = "buttons/buintern.gif";     /* Intern*/
Highlight13 = new Image();
Highlight13.src = "buttons/buintern1.gif";


function Bildwechsel(Bildnr,Bildobjekt) {
 window.document.images[Bildnr].src = Bildobjekt.src;
}

function home()
{
  parent.frames[1].location.href="nav1.htm";
  parent.frames[2].location.href="start.htm";
}
function aktuelles()
{
  parent.frames[1].location.href="nav2.htm";
  parent.frames[2].location.href="aktuelles/aktuelles.htm";
}
function abteilung()
{
  parent.frames[1].location.href="nav3.htm";
  parent.frames[2].location.href="abteilung/abteilung.htm";
}
function aktive()
{
  parent.frames[1].location.href="nav4.htm";
  parent.frames[2].location.href="aktive/aktive.htm";
}
function aktive1()
{
  parent.frames[1].location.href="../nav4.htm";
  parent.frames[2].location.href="aktive/aktive.htm";
}
function jugend()
{
  parent.frames[1].location.href="nav5.htm";
  parent.frames[2].location.href="jugend/jugend.htm";
}
function jugend1()
{
  parent.frames[1].location.href="../nav5.htm";
  parent.frames[2].location.href="jugend/jugend.htm";
}
function alters()
{
  parent.frames[1].location.href="nav1.htm";
  parent.frames[2].location.href="start.htm";
}
function einsaetze()
{
  parent.frames[1].location.href="nav7.htm";
  parent.frames[2].location.href="einsaetze/einsaetze.htm";
}
function einsaetze1()
{
  parent.frames[1].location.href="../nav7.htm";
  parent.frames[2].location.href="einsaetze/einsaetze.htm";
}
function kontakt()
{
  parent.frames[1].location.href="nav8.htm";
  parent.frames[2].location.href="kontakt/kontakt.htm";
}
function kontakt1()
{
  parent.frames[1].location.href="../nav8.htm";
  parent.frames[2].location.href="kontakt/kontakt.htm";
}
function bilder()
{
  parent.frames[1].location.href="nav9.htm";
  parent.frames[2].location.href="bilder/bilder.htm";
}
function link()
{
  parent.frames[1].location.href="nav10.htm";
  parent.frames[2].location.href="links/links.htm";
}
function gaeste()
{
  parent.frames[1].location.href="nav11.htm";
parent.frames[2].location.href="http://www.webhits.de/cgi/gbook.pl?df=76275&version=D&bgcolor=666666&fcolor=c0c0c0&ads=0&tcolor=c0c0c0&lcolor=c0c0c0&showip=0";
}
function impressum()
{
  parent.frames[1].location.href="nav12.htm";
  parent.frames[2].location.href="impressum/impressum.htm";
}
function internes()
{
  parent.frames[1].location.href="nav13.htm";
  parent.frames[2].location.href="intern/intern.htm";
}


