function document_onKeyPress() {
TableBob.getProp("Link_Columns")
 }
function Sections__onChange() {
var v = Sections.getSelectedValue();
if (v.length > 1) // one char is a noop
  window.location.href = v;
 }
function _Sections__onChange() { if (Sections) return Sections.onChange(); }

