function protection()
{
if (event.button==2)
  {
  alert('You are not authorized to copy this image. Thank you for your understanding!');
  }
}
