function click(){if (event.button==2){ 
alert("Is there something that you are specifically looking for?"); 
}} document.onmousedown=click 
