function noRightClick() {
if (event.button==2) {
alert('Copyright Gaetano Cazzola')
}
}
document.onmousedown=noRightClick
