<!--   
function click() {
if (event.button==2) {
alert(' Copyright by A.P.M.S. Motor Sport ')
}
}
document.onmousedown=click
 