//<![CDATA[
<!--
function whichElement(event) {
  var tname
  tname=event.srcElement.tagName
  if (event.button==2 && tname=="IMG"){pressed="picture"}
  if (pressed=="picture")
  {window.alert("Image Copyright (c) 2005-2009 Storm Trumpets.\nAll Rights Reserved. Unauthorised Copying Prohibited.")}
  pressed=0
}
//-->
//]]>