function buttoncheck(e) {
        if (document.all && event.button==2) {
                alert("© 2000 by jarg@geismar.net, germany. Unauthorized reproduction, copying and distribution prohibited !")
                return false
        }
  }

document.onmousedown=buttoncheck;
