function click() {
if (event.button==2) {
alert('Aucun fichier appartenant à ce site ne peut être téléchargé...')
}
}
document.onmousedown=click
//
