07/02 manufacturing
![]()
Oregon Research Labs, LLC
In the Research of Something Better
Put this on each page (html view) right after <head> at the first of the page
<!--this is the start of the right click protection -->
<META HTTP-EQUIV="imagetoolbar" CONTENT="no">
<script language="JavaScript">
function noRightClick() {
if (event.button==2) {
alert('NOPE, right-click is disabled. This Site is under Copyright of The Oregon Research Labs, LLC ©2005.')
}
}
document.onmousedown=noRightClick
</script>
<!--this is the end of the right click protection -->
___________________________