<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

function whichElement(event) {
  var tname
  tname=event.srcElement.tagName
  if (event.button==2 && tname=="IMG"){pressed="picture"}
  if (pressed=="picture")
  {window.alert("Sorry, the image is copyrighted, no copying")}
  pressed=0
}


//  End -->