function TMGWrapItemAll(s_caption, n_state) 
{
    if (this.BI === 0)
    {
          return s_caption;
    }
    else if (this.F.length > 3)
    {
        return '<img src="/images/blackarrow.gif" width="16" height="11" alt="*" align="right">'
          + '&nbsp;' + s_caption;
    }
    return s_caption;
}

var M = new menu (MENU_ITEMS, MENU_POS, 
    {'popup' : false, 'wrapper' : TMGWrapItemAll});
//var M = new menu (MENU_ITEMS, MENU_POS);
