WebBuild allows you, the designer, any number of ways to allow the user to navigate around your web site. Each .wfc page is automatically included in the appropriate place in the navigation tree and the site template file can request the inclusion of all, or part, of that navigation tree, in as many places or forms that are desired.
The result is that each built html file has a navigation menu (or menus) on the page - without the need for using html frames which don't always behave well for the user.
Each navigation menu has a properties file associated with it, the parameters within the properties file determin what is displayed and how it is displayed A typical navigation properties file looks like this:
StartNavigation = EndNavigation = IncreaseLevel = <div class="SubMenu">\r\n DecreaseLevel = </div>\r\n MenuEntry = <div class="Entry"> <a class="##PathStatus####ThisPageStatus##" href="##Link##"> ##Label## </a></div>\r\n LabelOfRoot = Home TopLevel = 0 BottomLevel = +1 TopDisplayIfParentOnPath = 0 BottomDisplayIfParentOnPath = 999 TopDisplayAll = 999 BottomDisplayAll = 999 WrapLevelStringsForTopEntries = false

is a
application