var specialcase = ((navigator.userAgent.indexOf('Mac') != -1) || document.all) var flag = 0; var msg = 'This image is protected by copyright.\nWe request you not to copy it.'; var x,y,x1,y1,copyAttempt; function init() { if (!(document.getElementById || document.all || document.layers)) return; if (specialcase && document.layers) { document.captureEvents(Event.MOUSEMOVE); document.onmousemove = special; } for (i=0;i 10) || (Math.abs(y-y1) > 10)))) { copyAttempt = 1; flag = 0; alert(msg); return false; } } function clearIt() { flag = 0; if (copyAttempt) { copyAttempt = 0; return false; } }