function click() {
	 if (event.button==2) {
		alert("   © Copyright Interprograms 2006 -  All rights reserved   ")
	 }
}
document.onmousedown=click;