function popup(url, wd, ht) {
  var features;
  features = "height="+ht+",width="+wd+",toolbar=no";
  window.open(url, null, features);
}
