function click() {
 if (event.button==2) {
    alert('ˇFunción deshabilitada!'); }
 }
 document.onmousedown=click
