
function noRightClick() {
if (event.button==2) {
alert('All Images are "Copyright Protected"')
}
}
document.onmousedown=noRightClick
