// JavaScript Document
function noRightClick(){
	if(event.button==2){
		alert('Sorry, you cannot save the images | Spiacenti, non puoi salvare le immagini')
	}
}
document.onmousedown=noRightClick