message = "Please respect the copyright on these images.";function NoRightClick(b) {   if(((navigator.appName=="Microsoft Internet Explorer")&&(event.button > 1))   ||((navigator.appName=="Netscape")&&(b.which > 1))){   alert(message);   return false;   }}document.onmousedown = NoRightClick;
