function click() {

if (event.button==0|| event.button==2) {

alert('Copyright © 2001 All Rights Reserved!')

}

}

document.onmousedown=click
