function DisplayCoverPic(id,width,height)
   {
      IDcontent = document.images[id].src;
      var extrakt = IDcontent.slice(0,IDcontent.indexOf(".gif"));
      var endung = "big.html";
      extrakt = extrakt.concat(endung);
      OpWin = window.open(extrakt,"",'width=' + width + ',height=' + height + ',scrollbars=no,menubar=no,status=no,resizable=no,pagexoffset=0,pageyoffset=0,left='+ ((screen.availWidth / 2) - (width / 2)) +',top='+ ((screen.availHeight / 2) - (height / 2)));
      OpWin.creator=self
   }

function DisplayMemberPicture(name,width,height)
   {
      OpWin = window.open(name,"",'width=' + width + ',height=' + height + ',scrollbars=no,menubar=no,status=no,resizable=no,pagexoffset=0,pageyoffset=0,left='+ ((screen.availWidth / 2) - (width / 2)) +',top='+ ((screen.availHeight / 2) - (height / 2)));
      OpWin.creator=self
   }

function LayerStatus(layerid,action)
   {
      document.getElementById(layerid).style.visibility = action;
   }

var movieName = "prer002";

function thisMovie(movieName) {
  // IE and Netscape refer to the movie object differently.
  // This function returns the appropriate syntax depending on the browser.
  if (navigator.appName.indexOf ("Microsoft") !=-1) {
    return window[movieName]
  } else {
    return document[movieName]
  }
}

function playmovie(movie) {
  thisMovie('p' + movie).LoadMovie('0','/stream/' + movie + '.swf');
}

function stopmovie(movie) {
  thisMovie('p' + movie).LoadMovie('0','/img/disco/' + movie + '.swf');
}

function DNsetbuttonON(name,btnid)
   {
      document.images['dnr001'].src='../img/navi/00/dn001.gif';
      document.getElementById('rer001').style.visibility = 'hidden';
      stopmovie('rer001');

      document.images['dnr002'].src='../img/navi/00/dn002.gif';
      document.getElementById('rer002').style.visibility = 'hidden';
      stopmovie('rer002');

      document.images['dnr003'].src='../img/navi/00/dn003.gif';
      document.getElementById('rer003').style.visibility = 'hidden';
      stopmovie('rer003');

      document.images['dnr004'].src='../img/navi/00/dn004.gif';
      document.getElementById('rer004').style.visibility = 'hidden';
      stopmovie('rer004');

      document.images['dnr005'].src='../img/navi/00/dn005.gif';
      document.getElementById('rer005').style.visibility = 'hidden';
      stopmovie('rer005');

      document.images['dnr006'].src='../img/navi/02/dn000.gif';
      document.images['dnr007'].src='../img/navi/02/dn000.gif';
      document.images['dnr008'].src='../img/navi/02/dn000.gif';
      document.images['dnr009'].src='../img/navi/02/dn000.gif';
      document.images['dnr010'].src='../img/navi/02/dn000.gif';
      document.images['dnr011'].src='../img/navi/02/dn000.gif';
      document.images['dnr012'].src='../img/navi/02/dn000.gif';
      document.images['dnr013'].src='../img/navi/02/dn000.gif';
      document.images['dnr014'].src='../img/navi/02/dn000.gif';

      document.images['dns001'].src='../img/navi/00/dn001.gif';
      document.getElementById('res001').style.visibility = 'hidden';
      stopmovie('res001');

      document.images['dns002'].src='../img/navi/00/dn002.gif';
      document.getElementById('res002').style.visibility = 'hidden';
      stopmovie('res002');

      document.images['dns003'].src='../img/navi/00/dn003.gif';
      document.getElementById('res003').style.visibility = 'hidden';
      stopmovie('res003');

      document.images['dns004'].src='../img/navi/00/dn004.gif';
      document.getElementById('res004').style.visibility = 'hidden';
      stopmovie('res004');

      document.images['dns005'].src='../img/navi/00/dn005.gif';
      document.getElementById('res005').style.visibility = 'hidden';
      stopmovie('res005');

      document.images['dns006'].src='../img/navi/00/dn006.gif';
      document.getElementById('res006').style.visibility = 'hidden';
      stopmovie('res006');

      document.images['dns007'].src='../img/navi/00/dn007.gif';
      document.getElementById('res007').style.visibility = 'hidden';
      stopmovie('res007');

      document.images['dns008'].src='../img/navi/00/dn008.gif';
      document.getElementById('res008').style.visibility = 'hidden';
      stopmovie('res008');

      document.images['dns009'].src='../img/navi/00/dn009.gif';
      document.getElementById('res009').style.visibility = 'hidden';
      stopmovie('res009');

      document.images['dns010'].src='../img/navi/02/dn000.gif';
      document.images['dns011'].src='../img/navi/02/dn000.gif';
      document.images['dns012'].src='../img/navi/02/dn000.gif';
      document.images['dns013'].src='../img/navi/02/dn000.gif';
      document.images['dns014'].src='../img/navi/02/dn000.gif';
      document.images['dn' + btnid + '' + name].src='../img/navi/01/dn' + name + '.gif';
      document.getElementById('re' + btnid +'' + name).style.visibility = 'visible';
   }

