This is a simple HTML Help system.
Main part is MBHTMLHelp.DLL .
As an interface to it TBMHTMLHelp component is used.
For quick use:
1.Put MBHTMLHelp.Dll file to directory somewhere on your 
path
2. install component in BMHTMLHelp.pas file
3. Set the component properities 
- HTMLDatabaseName - to valid path to html help files (Help.db 
  file exactly - attached in HTML directory). You may use aliases 
- Service - true or false - depending if service functions are to 
  be enabled (special tab where You can add, delete or edit HTML files) 
  Use "Options" window to set up HTML editor, HTML template file etc 
- Auto - set for automatic functions (Application.OnHelp and HelpContext usage)
  or just use ShowHTMLHelp method for accesing the files


Bugs to fix:
- HideSelection property of TreeeView doesn't work . 
  Somone know how to work it around ?
- Haven't time to dig out how to detect if Browser's "Next" "Previous" is available

Requirements:
- MS IE4 (3.02 but not tested)
- BDE 
 