<!--
 

// AUTHOR: WWW.CGISCRIPT.NET, LLC
// URL: http://www.cgiscript.net
// Use the script, just leave this message intact.
// Download your FREE CGI/Perl Scripts today!
// ( http://www.cgiscript.net/scripts.htm )
// ***********************************************

message = "Function Disabled!";

function NoRightClick(b) {
   if(((navigator.appName=="Microsoft Internet Explorer")&&(event.button > 1))
   ||((navigator.appName=="Netscape")&&(b.which > 1))){
   alert("All images copyright (c) Fine Lines 1998-2006 \r So don\'t do it !!");
   return false;
   }
}
document.onmousedown = NoRightClick;

// ***** END of script supplied by www.cgiscript.net, llc *****
//-->