function launch(url) {
  self.name = "opener";
  remote = open(url, "remote", "resizable,scrollbars,width=825,height=700");
}
