function click() {
if (event.button==2) {
alert('Copyright &copy; 2001-2002 Pinnacle Designs');
}
}
document.onmousedown=click