<!--
function click()
 {if (event.button==2)
 {alert('no¸ son!!!');
}
}
document.onmousedown=click
//-->
