function click() 
{if (event.button==2) 
{alert('Befehl nicht möglich')}} 
document.onmousedown=click
