function click() {
 if (event.button==2) {
    alert('Images and info are the property of JAM Performance Transmissions LLC or Fortes Parts Connection.');
}
}
document.onmousedown=click;


