 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 images@Velo99.co.uk if you want to use this image.";
 function click(e) {
 if (document.all) {
 if (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;
