// JavaScript Document
function click() {
if (event.button==2) {
alert('Sorry to prohibit the use of this function.')
}
}
document.onmousedown=click