function click() {
if (event.button==2) {
alert('The right-click function has been disabled by the P.Denman - Webmaster..');
}}
document.onmousedown=click
