function showHelp(help_url)
{
  var help_window = open(help_url, "help", "width=750,height=500,status=no,scrollbars=yes");
}
