function click() {
 if (event.button==2) {
    alert('Images are the property of The Engine Factory.');
}
}
document.onmousedown=click;




