require("lib/main.php");
require("lib/help.php");
require("lib/topic.php");
$title=help_init( &$topic, &$sub, &$logo);
main_html_header($title);
main_body_header("index.php3", $onLoadFunction);
// print common element, each function like "
...
"
main_logo_row( $head);
main_menu_row( $head, $word);
help_hist_row( $topic, $logo, $sub);
// * * * start data row ( topics + contents) * * *
help_topic_cont( $topic, $sub); // "
| ... | ... | "
// * * * start content cell (help topic contents) * * *
help_end_cont(); // |
// * * * end data row ( categories + link) * * *
main_body_footer();
?>