function click() {
if (event.button==2) {
alert('Click destro disabilitato - Right Click Disabled');
}
}
document.onmousedown=click
// -->
