<%@ page language="java" %> <%@ include file="PORTAL_SETTINGS.jsp"%> <%@ include file="include_session_vars.jsp"%> <% //remember previous rel root value... String prevRRValue = relativeRoot; //now set rel root to parent dir... relativeRoot = ".."; %> KNB :: The Knowledge Network for Biocomplexity <%@ include file="include_portalhead.jsp" %> <% //restore previous rel root value... relativeRoot = prevRRValue; %>