//<![CDATA[
<!--
function whichElement(event) {
  var tname
  tname=event.srcElement.tagName
  if (event.button==2 && tname=="IMG"){pressed="picture"}
  if (pressed=="picture")
  {window.alert("Photograph Copyright (c) 2005 Safety Management and Investigation Services Pty Ltd.\nAll Rights Reserved. Unauthorised Copying Prohibited.")}
  pressed=0
}
function whichElement2(event) {
  var tname
  tname=event.srcElement.tagName
  if (event.button==2 && tname=="IMG"){pressed="picture"}
  if (pressed=="picture")
  {window.alert("Photograph Copyright (c) 2005 Samuel Lo Chi Chiu.\nAll Rights Reserved. Unauthorised Copying Prohibited.")}
  pressed=0
}
//-->
//]]>