

function click() {
if (event.button==2) {
alert('Secure Server Source Code Unavailable.')
}
}
document.onmousedown=click

