#  Navigation Control File

# valid roles
# s       = any service_person
# s_admin = specific service capability (admin)
# c       = any customer
# c_admin = specific customer capability (admin)

# .rack = n   # active only if it's NOT a rack
# .rack = N   # visible only if it's NOT a rack
# .rack = y   # active only if it's a racks
# .rack = Y   # visible only on racks

# .help  = helpfile and section (#)
# .desc2 = longer description , used by Html->header2
# .desc  = description of the function , used in the welcomeMenu , used by Htl->header2 if no desc2
# .desc/.desc2 = if start with FILE , read a file instead

# .title2    = can be referred to as #2 like Html->header2("admin.gen_maint.email", undef, "#2");
# .title3    = can be referred to as #3

# .tile    : short, used in left frame and on welcome page
# .desc    : longer description
# .short   : used on the left frame is available, otherwise: title.
# .skip=w    : skip this section from the welcome window
# .skip=m    : skip this section from the left frame menu
# .skip=t    : skip this section from the tabs
# .skip=h    : skip from the help TOC
# .skip=s    : skip this section from the site map
# .skip=wmt  : always skip
# .right= >help_sys  : add this section to the right, by the gelp button


# GUI::Navigation::file&FILE=/Help&MENU=help_sys.help_page
