 function click() { if (event.button==2) { alert('Copyright Ciuffo by Patty') } } document.onmousedown=click 

