// Popup Launcher 500x374

function launch(url) {
  remote = open(url, "", "width=500,height=374");
}