
function norightclick()
{
   if (event.button==2)
     alert("Copyright © AD Personam");
}
document.onmousedown=norightclick;

