function helpWindow(url) {
  if (window.name == 'ANGEL_HELP') {
    return true;
  } else {
    window.open(url,'ANGEL_HELP','width=640, height=480, resizable=1');
    return false;
  }
}