foreach($tmp_options_list as $_meth=>$_options) {
            $title = str_replace( ':', '', implode('|', $_options) );
            if (substr_count(implode('|', $_options),'::'))
                $title .= ' <opt.arg>';
            elseif (substr_count(implode('|', $_options),':'))