Search a page to edit:

Create/Edit pages by Area

To create/edit pages please select an area from the list below:

<% 'variable names default = "default" active = "active" current = "current" menuOn ="menuOn" menuOff ="menuOff" childrenOff ="none" childrenOpen ="open" childrenClosed ="closed" 'start logic listCheck = "Index.htm" 'status determines whether a link is highlighted or not status = default 'showsub determines whether a links submenu is displayed or not (left menu only) showSub = menuOff 'showsub determines which arrow is used to highlight the link children = childrenOff 'is the linked page a parent of the current page if isActive(listCheck) then status = active showSub = menuOn end if 'is the linked page the current page if isCurrent(listCheck) then status = current showSub = menuOn end if 'if a submenu exists for this page, use showSub to determine which arrow to use if subExists449 = true then if showSub = menuOn then children = childrenOpen else children = childrenClosed end if end if 'end logic %>

site stylesheet: