<!-- OnMouseOver mit JavaScript und DHTML-Effekt *blendTrans* -->
<!-- written by Markus Wolf copyright(www.MegaPC-Computer.de) 24.11.2004 ***DIESER HINWEIS DARF NICHT ENTFERNT WERDEN!!!*** -->

<!-- Array mit dem ersten Bildwechsel -->
var onImages = new Array();
function onmouseover1(button1, imgpath)
{
  onImages[button1] = new Image();
  onImages[button1].src = "img/nav/navbar2b.gif";
}
function turnOn(button1)<!-- WICHTIG!, stehts Befehl "turnOn/turnOff verwenden, sonst keine Zuweisung zu Netscape/Mozilla möglich -->
{
  if (document.images[button1].filters != null)
  document.images[button1].filters[0].apply();
  document.images[button1].offSrc = document.images[button1].src;
  document.images[button1].src = onImages[button1].src;
  if (document.images[button1].filters != null)
  document.images[button1].filters[0].play();
}
function turnOff(button1)
{
  if (document.images[button1].filters != null)
  document.images[button1].filters[0].apply();
  document.images[button1].src = document.images[button1].offSrc;
  if (document.images[button1].filters != null)
  document.images[button1].filters[0].play();
}

<!-- Array 2 -->
var onImages = new Array();
function onmouseover2(button2, imgpath)
{
  onImages[button2] = new Image();
  onImages[button2].src = "img/nav/navbar3b.gif";
}
function turnOn(button2)
{
  if (document.images[button2].filters != null)
  document.images[button2].filters[0].apply();
  document.images[button2].offSrc = document.images[button2].src;
  document.images[button2].src = onImages[button2].src;
  if (document.images[button2].filters != null)
  document.images[button2].filters[0].play();
}
function turnOff(button2)
{
  if (document.images[button2].filters != null)
  document.images[button2].filters[0].apply();
  document.images[button2].src = document.images[button2].offSrc;
  if (document.images[button2].filters != null)
  document.images[button2].filters[0].play();
}

<!-- Array 3 -->
var onImages = new Array();
function onmouseover3(button3, imgpath)
{
  onImages[button3] = new Image();
  onImages[button3].src = "img/nav/navbar4b.gif";
}
function turnOn(button3)
{
  if (document.images[button3].filters != null)
  document.images[button3].filters[0].apply();
  document.images[button3].offSrc = document.images[button3].src;
  document.images[button3].src = onImages[button3].src;
  if (document.images[button3].filters != null)
  document.images[button3].filters[0].play();
}
function turnOff(button3)
{
  if (document.images[button3].filters != null)
  document.images[button3].filters[0].apply();
  document.images[button3].src = document.images[button3].offSrc;
  if (document.images[button3].filters != null)
  document.images[button3].filters[0].play();
}

<!-- Array 4 -->
var onImages = new Array();
function onmouseover4(button4, imgpath)
{
  onImages[button4] = new Image();
  onImages[button4].src = "img/nav/navbar5b.gif";
}
function turnOn(button4)
{
  if (document.images[button4].filters != null)
  document.images[button4].filters[0].apply();
  document.images[button4].offSrc = document.images[button4].src;
  document.images[button4].src = onImages[button4].src;
  if (document.images[button4].filters != null)
  document.images[button4].filters[0].play();
}
function turnOff(button4)
{
  if (document.images[button4].filters != null)
  document.images[button4].filters[0].apply();
  document.images[button4].src = document.images[button4].offSrc;
  if (document.images[button4].filters != null)
  document.images[button4].filters[0].play();
}

<!-- Array 5 -->
var onImages = new Array();
function onmouseover5(button5, imgpath)
{
  onImages[button5] = new Image();
  onImages[button5].src = "img/nav/navbar6b.gif";
}
function turnOn(button5)
{
  if (document.images[button5].filters != null)
  document.images[button5].filters[0].apply();
  document.images[button5].offSrc = document.images[button5].src;
  document.images[button5].src = onImages[button5].src;
  if (document.images[button5].filters != null)
  document.images[button5].filters[0].play();
}
function turnOff(button5)
{
  if (document.images[button5].filters != null)
  document.images[button5].filters[0].apply();
  document.images[button5].src = document.images[button5].offSrc;
  if (document.images[button5].filters != null)
  document.images[button5].filters[0].play();
}

<!-- Array 6 -->
var onImages = new Array();
function onmouseover6(button6, imgpath)
{
  onImages[button6] = new Image();
  onImages[button6].src = "img/nav/navbar7b.gif";
}
function turnOn(button6)
{
  if (document.images[button6].filters != null)
  document.images[button6].filters[0].apply();
  document.images[button6].offSrc = document.images[button6].src;
  document.images[button6].src = onImages[button6].src;
  if (document.images[button6].filters != null)
  document.images[button6].filters[0].play();
}
function turnOff(button6)
{
  if (document.images[button6].filters != null)
  document.images[button6].filters[0].apply();
  document.images[button6].src = document.images[button6].offSrc;
  if (document.images[button6].filters != null)
  document.images[button6].filters[0].play();
}

<!-- Array 7 -->
var onImages = new Array();
function onmouseover7(button7, imgpath)
{
  onImages[button7] = new Image();
  onImages[button7].src = "img/nav/navbar8b.gif";
}
function turnOn(button7)
{
  if (document.images[button7].filters != null)
  document.images[button7].filters[0].apply();
  document.images[button7].offSrc = document.images[button7].src;
  document.images[button7].src = onImages[button7].src;
  if (document.images[button7].filters != null)
  document.images[button7].filters[0].play();
}
function turnOff(button7)
{
  if (document.images[button7].filters != null)
  document.images[button7].filters[0].apply();
  document.images[button7].src = document.images[button7].offSrc;
  if (document.images[button7].filters != null)
  document.images[button7].filters[0].play();
}

<!-- Array 8 -->
var onImages = new Array();
function onmouseover8(button8, imgpath)
{
  onImages[button8] = new Image();
  onImages[button8].src = "img/nav/navbar9b.gif";
}
function turnOn(button8)
{
  if (document.images[button8].filters != null)
  document.images[button8].filters[0].apply();
  document.images[button8].offSrc = document.images[button8].src;
  document.images[button8].src = onImages[button8].src;
  if (document.images[button8].filters != null)
  document.images[button8].filters[0].play();
}
function turnOff(button8)
{
  if (document.images[button8].filters != null)
  document.images[button8].filters[0].apply();
  document.images[button8].src = document.images[button8].offSrc;
  if (document.images[button8].filters != null)
  document.images[button8].filters[0].play();
}

<!-- Array 9 -->
var onImages = new Array();
function onmouseover9(button9, imgpath)
{
  onImages[button9] = new Image();
  onImages[button9].src = "img/nav/navbar12b.gif";
}
function turnOn(button9)
{
  if (document.images[button9].filters != null)
  document.images[button9].filters[0].apply();
  document.images[button9].offSrc = document.images[button9].src;
  document.images[button9].src = onImages[button9].src;
  if (document.images[button9].filters != null)
  document.images[button9].filters[0].play();
}
function turnOff(button9)
{
  if (document.images[button9].filters != null)
  document.images[button9].filters[0].apply();
  document.images[button9].src = document.images[button9].offSrc;
  if (document.images[button9].filters != null)
  document.images[button9].filters[0].play();
}


<!-- Den Button's die onMouseOver's zuweisen -->
onmouseover1("button1", "img/nav/navbar2b.gif");
onmouseover2("button2", "img/nav/navbar3b.gif");
onmouseover3("button3", "img/nav/navbar4b.gif");
onmouseover4("button4", "img/nav/navbar5b.gif");
onmouseover5("button5", "img/nav/navbar6b.gif");
onmouseover6("button6", "img/nav/navbar7b.gif");
onmouseover7("button7", "img/nav/navbar8b.gif");
onmouseover8("button8", "img/nav/navbar9b.gif");
onmouseover9("button9", "img/nav/navbar12b.gif");
