// JavaScript Document
function click() {
if (event.button==2 || event.button==1+2 || event.button==2+1) {
alert('This feature is not available!')}
}
document.onmouseup=click
document.onmousedown=click
