function click(e) { if (document.all) { 
if (event.button ==2||event.button==3) { alert( "All the artwork on this site is protected by copyright. You may not save or reproduce images from this site without the permission of Helen Duckworth.");  
return false; } }  } if (document.layers) {document.captureEvents(Event.mousedown); } 
document.onmousedown=click;

