function noCode(){
  var theKey = window.event.keyCode;
  if (theKey==93){
    window.alert('Non è possibile scaricare le immagini.')
	return false}
  if (event.button==2)
    window.alert('Non è possibile scaricare le immagini.')
}
document.onkeydown=noCode
document.onmousedown=noCode

