Using the JSP Active Portal my viewnavigation.jsp had the following line within function getNavigationBarForm(), between adding the print and search buttons:
addButton("toc", "<bean:message key="TT_TOC"/>", "<IMG SUPPRESS='TRUE' BORDER=0 SIZE=0 HSPACE=1 SRC='" + imgTOC + "'/>", null);
I...