%@ include file="/includes/nocache.jsp"%>
TD Waterhouse - Service à la clientèle - Répertoire TD Waterhouse
<%@ page import= "com.td.infosite.servlet.NavigationBean" %>
<%
NavigationBean bean = new NavigationBean();
bean.setPrimaryItem("custserv");
bean.setSecondaryItem("contact");
bean.setShowLang("false");
bean.setLangLink("#");
bean.setLeftItem("locator");
request.setAttribute("navbean",bean);
%>