View Raw SPL
/* displays local HTML help file */
_sys_htmlhelp(fname, title)
{
        /* localized HTML filename */
        fname = _sys_locale_fname(fname);
        
        /* display via web control */
        htmlhelp(fname, title, 0, 330, -1, 0);
}