function click(evt) {
if (event.button==2) {
alert('COPYRIGHT (c) 2000 TPI Services.');
return false;};
};
document.onmousedown=click;