
// insert this line in <head> section
// <script src="JSscripts/protect.js"></script>

document.write('<meta http-equiv="imagetoolbar" content="no" />');
function right(e) {
//if (navigator.appName == 'Netscape' &&
//(e.which == 3 || e.which == 2))
//return false;
//else 
if (navigator.appName == 'Microsoft Internet Explorer' &&
(event.button == 2 || event.button == 3)) {
alert("Please do not use GSR images without permission!!! \nE-Mail info@grandsportregistry.com for information.");
return false;
}
return true;
}

document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;

document.oncontextmenu = disableRightClick;
function disableRightClick() {
return false;
}