 var Xoffset= -60;     
 var Yoffset= 20;     
 var nav,old,iex=(document.all),yyy=-1000;
 if(navigator.appName=="Netscape"){(document.layers)?nav=true:old=true;}
 
 var message="Please email me at sales@imageking.co.uk or ring 01664 480765 if you want to use or obtain a print of this image. Please respect the time and effort that went to capturing these monents";
 function click(e) {
 if (document.all) {
 if (event.button==1||event.button==2||event.button==3) {
 alert(message);
 return false;
 }
 }
 if (document.layers) {
 if (e.which == 3) {
 alert(message);
 return false;
 }
 }
 }
 if (document.layers) {
 document.captureEvents(Event.MOUSEDOWN);
 }
 //document.onmousedown=click;//
 
 
