function launch(url) {
  self.name = "opener";
  remote = open(url, "remote", "width=550,innerWidth=550,height=400,innerHeight=400,top=10,left=10,resizable,scrollbars");
  remote.focus();
}

