function ApriFrameset(File)
      {
      self.location.href="frameset.html?"+File;
      }
function CaricaFrame()
      {
      parent.frames.contenuti.location.href=location.search.substr(1);
      }
