<%@ 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 Support
Empiriana Knowledge Base
<% WriteSideNavBar(); %>
  <% // This is where it all happens! BuildBody(); %>
<% WriteBottomNavBar(); %>