function killFullscreen()
{
  if ((YAHOO.util.Dom.hasClass(document.body, "slideshow")) && myform)
    myform.parentNode.removeChild(myform);
}