function soundOff() {
  top.sound.location.href="../pages/black.htm";
  if ((top.sanmera.daten.location.href.indexOf("media.inc")!=-1) &&
      (top.sanmera.daten.location.href.indexOf("vstop=true")==-1))
    top.sanmera.daten.location.href="band.php?page=../pages/media.inc.php&vstop=true";
  }
function soundOn() {
  top.sound.location.href="../pages/playsong.php?song=0";
  }
function playSong(s) {
  top.sound.location.href="../pages/playsong.php?song="+s;
  }
