%@ LANGUAGE = JavaScript %> <% // Perform starting code here. // See where we are in the navigation. strQueryString = new String(Request.QueryString()); if(Request.QueryString().Count > 0) { strQueryStringValue = new String(Request.QueryString(1)); } else { strQueryStringValue = new String(""); } %>
| Empiriana Knowledge Base
|
||||
| <% WriteSideNavBar(); %> |
|
| <% WriteBottomNavBar(); %> |