function bttfpic(pic_URL,w,h,caption)
  {
  bwnd = window.open("",'bwnd',"width=" + w + ",height=" + (h+22) + ",toolbar=no,location=no,directories=no,status=no,resizable=no");
  bwnd.document.open();
  bwnd.document.write("<html><head><title>Back To The Future</title></head>");
  bwnd.document.write('<body bgcolor="#000000" text="#FFFFFF" STYLE="margin: 0px; font-family: sans-serif;" marginwidth=0 marginheight=0');
  bwnd.document.write(' oncontextmenu="return false" onselectstart="return false" ondragstart="return false" onClick="self.close();">');
  bwnd.document.write('<center><table border=0 cellpadding=0 cellspacing=0 width="100%"><tr height='+h+'><td background="./img/'+pic_URL+'"></td><tr><tr><td align=center><font size=2>'+caption+'</font></td></tr></table>');
  bwnd.document.writeln("</center></body></html>");
  bwnd.document.close();
  }

function checkframe()
  {
  if (top.document.location.href==document.location.href)
    {
    window.location = "http://bttf.tallscreen.com/index.htm?" + document.location.href;
    };
  }

