window.document.onmousedown = taste;
function taste () {
if (event.button==2) {
alert ("Dieser Text ist urheberrechtlich geschützt. Eine Verwendung ohne Zustimmung des Verfasser wird zur Anzeige gebracht.");
return false;
}
} 

//http://typo3forum.hosting-agency.de/kontext-menue-unterdruecken-t42.html//
