function noRightClick() {
if (event.button==2) {
alert('Please contact info@roy-s.com for help. Thank you')
}
}
document.onmousedown=noRightClick
