function click() { 
if ((event.button==2) || (event.button==3)) { 
alert('¿À¸¥ÂÊ ¸¶¿ì½º Å¬¸¯±ÝÁö'); 
} 
} 
document.onmousedown=click 
// --> 