function launch(url) {
  self.name = "opener";
  remote = open(url, "remote", "scrollbars,width=770,height=570,left=40,top=40");
}