/* OAVS JavaScript framework, version 1.4.0 * (c) 2005 Faruk Ozturkmen * * Images and All scripts are Copyright © 2008 - 2009 * For details, see the Prototype web site: http://prototype.conio.net/ * /*--------------------------------------------------------------------------*/ function protect_images2(e) { var msg = "Copyright 2008 - 2009 \xa9 PutItOn.com.au"; if (navigator.appName == 'Netscape' && e.which == 3) { alert(msg); return false; } if (navigator.appName == 'Microsoft Internet Explorer' && event.button==2) { alert(msg); return false; } else return true; } function protect_images1() { if(document.images) { for(i=0;i