if (document.location == top.document.location)
  {
    fullwindow = window.open("index.html");

    fullwindow.frames[1].location = document.location;

    parent.close();
  }

