function show_def(defword) {
  window.open('def.shtml?cmd[39]=c-1-'+defword,defword,'width=350,height=200,scrollbars=yes');
}
function printable() {
  if (0 < document.location.pathname.indexOf('links.shtml')) {
    document.location = 'printable_links.shtml'+location.search;
  }
  else {
    document.location = 'print.shtml'+location.search;
  }
}
function setTopMenu(section) {
  classes.topMenu.a.color = "red";
}

