function click() {
 if (event.button==2) {
    alert('Images and info are the property of Property of Wedan Street & Performance.');
}
}
document.onmousedown=click;

