function launch(url) {
  self.name = "opener";
  remote = open(url, "remote", "directories,menubar,resizable,scrollbars,status,toolbar,width=600,height=400");
}
