function getHelp(topic) {
  var w = 600, h = 600, l = Math.floor((screen.width - w) / 2), t = Math.floor((screen.height - h) / 2);
  window.open("../../help/" + topic + ".html", "help", "left=" + l + ",top=" + t + ",width=" + w + ",height=" + h + ",dependent=yes");
}

