document.onmousedown=click
function click() {
	if ((event.button==2) || (event.button==3)) {
		alert ("Sorry, can't access this.  Please contact us for more information.  Thank you.");
	}
}
