TD Waterhouse - Institutional Services - Research and Affinity Partners
<%@ page import= "com.td.infosite.servlet.NavigationBean" %>
<%
NavigationBean bean = new NavigationBean();
bean.setPrimaryItem("prodserv"); //do not change
bean.setSecondaryItem("invest"); // do not change
bean.setShowLang("false"); // set to true only for pages on the 1st level of the Left nav
bean.setLangLink(""); // set to alternate destination of page (from tdwaterhouse.ca/ on ie. /apply/index.jsp)
bean.setLeftItem("tdwis"); // refer to spreadsheet for this code
bean.setLeftItem2("research"); // refer to spreadsheet for this code
request.setAttribute("navbean",bean); // do not change
%>