var win_opt;

// JScript-Datei
if(window.navigator.systemLanguage && !window.navigator.language) {
  function hoverIE() {
    var LI = document.getElementById("Navigation").firstChild;
    do {
      if (sucheUL(LI.firstChild)) {
        LI.onmouseover=einblenden; LI.onmouseout=ausblenden;
      }
      LI = LI.nextSibling;
    }
    while(LI);
  }

  function sucheUL(UL) {
    do {
      if(UL) UL = UL.nextSibling;
      if(UL && UL.nodeName == "UL") return UL;
    }
    while(UL);
    return false;
  }

  function einblenden() {
    var UL = sucheUL(this.firstChild);
    UL.style.display = "block"; UL.style.backgroundColor = "silver";
  }
  function ausblenden() {
    sucheUL(this.firstChild).style.display = "none";
  }

  window.onload=hoverIE;
}

function foto_open_einzelnews(strGalerie)
{
 win_opt=open(strGalerie ,"fenster4", "top=50,left=200,sreenX=50,screenY=200,height=600,width=750,scrollbars=no,resizable=no,menubar=no,status=yes");
 win_opt.focus();
 }
 
 function foto_open_einzeltopcase(strGalerie)
{
 win_opt=open(strGalerie ,"fenster4", "top=50,left=200,sreenX=50,screenY=200,height=600,width=750,scrollbars=no,resizable=no,menubar=no,status=yes");
 win_opt.focus();
 }
 
 function foto_open_einzelevents(strGalerie)
{
 win_opt=open(strGalerie ,"fenster4", "top=50,left=200,sreenX=50,screenY=200,height=600,width=750,scrollbars=no,resizable=no,menubar=no,status=yes");
 win_opt.focus();
 }
