function do_help_popup(anchor,name){
  name = typeof(name) != 'undefined' ? name : 'popup';
  popup = window.open('/help.php#'+anchor,name,'status=yes,toolbar=no,location=no,menu=no,resizable=yes,width=475,height=550,scrollbars=yes'); 
  return false;
}

