function noRightClick() {
if (event.button==2) {
alert('¿À¸¥ÂÊ ¹öÆ° »ç¿ë±ÝÁö')
}
}
document.onmousedown=noRightClick