[ Try right-clicking the image and then the text link below ]

 

<SCRIPT LANGUAGE="JavaScript1.1">
function right(e) {
if (e.which == 3 || e.which == 2)return false;

return true;
}

document.onmousedown=right;
document.onmouseup=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
if (document.layers) window.captureEvents(Event.MOUSEUP);
window.onmousedown=right;
window.onmouseup=right;
// End -->
</script>