rightClickWarning = "All photos are � by Dean Malaxos. All rights reserved. Unauthorized use is prohibited."

function killFullscreen()
{
  if ((IsClass("slideshow")) && myform)
    myform.parentNode.removeChild(myform);
}

function IsClass(sClass) {
  sClassName = document.body.className;

  re = new RegExp(sClass + "( |$)") 

  if (!sClassName)
    return false;
  return re.test(sClassName);
}