function gotoVoteTMS() {
  window.open("http://www.topmudsites.com/vote-Harl.html", target="_blank");
}

function showClient() {
  window.open("client/index.php", "Client", "width=800,height=600,scrollbars=yes,resizable=yes,status=0");
}

function showHelp(str) {
  var link = "help.php?h="+ str;
  window.open(link, str, "width=650,height=300,scrollbars=yes,resizable=no,status=0");
}

