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