function click() 
{if (event.button==2) 
{alert('Ja, die rechte Maustaste funktioniert!')}} 
document.onmousedown=click// -->