function right(){ var msg = "Copy of any material is prohibited. All Rights reserved 'The Handicrafts'"; if (event.button==2 || event.button==3){ alert(msg); return false; } else return true; } function trap(){ document.onmousedown = right; document.onmouseup = right; }