function click() {
if (event.button==2) 
{
alert('Jobb klikk letiltva!');
}
}
document.onmousedown=click