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