function protect_click() {
	if (event.button==2) {
		alert('(c) Copyright CP Design & Hosting');
	}
}
document.onmousedown=protect_click
