function disableRightClick(e) { var message = "Right click disabled"; if(!document.rightClickDisabled) // initialize { if(document.layers) { document.captureEvents(Event.MOUSEDOWN); document.onmousedown = disableRightClick; } else document.oncontextmenu = disableRightClick; return document.rightClickDisabled = true; } if(document.layers || (document.getElementById && !document.all)) { if (e.which==2||e.which==3) { alert(message); return false; } } else { alert(message); return false; } } disableRightClick();

Passion Creativity Commitment
This is what drives Purcell Productions
Love of Art, Science, Design
and the Joy of bringing dreams into existence.
For nearly 20 years we have shared in the vision of our clients.
Contact us today at
541.892.2122
to discuss your vision!