<!--
function click() {
if (event.button==2) {
alert('Please, do not save the pictures');
}
}
document.onmousedown=click
// -->