function hihyou(){
if(document.all){
if(event.button == 2){
alert("At Quark Inc.");
return false;
}
}
}
document.onmousedown=hihyou;