<!--
function click() {
oncontextmenu = "return true";
onselectstart = "return false";
if ((event.button==2) || (event.button==3) ) {
alert('¿À¸¥ÂÊ ¹öÆ°Àº »ç¿ëÇÏ½Ç ¼ö ¾ø½À´Ï´Ù.');
}}
document.onmousedown=click
//-->