message = "These images are copyright. Please do not save them without permission"
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 

