// JavaScript Document
document.onmousedown=click;

function click() {
if ((event.button==2)) {
//alert("");
}
}