var tocTab = new Array();var ir=0;

tocTab[ir++] = new Array ("Top", "", "page2a.cfm"); // don't display a title above the TOC

tocTab[ir++] = new Array ("0", "Home Page", "page2a.cfm");

tocTab[ir++] = new Array ("1", "Company Overview", "page1.cfm");

tocTab[ir++] = new Array ("2", "Clients", "page8.cfm");

tocTab[ir++] = new Array ("3", "Systems Portfolio", "page11.cfm");

tocTab[ir++] = new Array ("3.1", "Military Logistics", "page4a.cfm");
tocTab[ir++] = new Array ("3.2", "Business Logistics", "page4b.cfm");
tocTab[ir++] = new Array ("3.3", "Insurance Companies", "page5.cfm");
tocTab[ir++] = new Array ("3.4", "Web-Enabled Applications", "page3a.cfm");
tocTab[ir++] = new Array ("3.5", "News and Entertainment", "page6.cfm");
tocTab[ir++] = new Array ("3.6", "Phone Companies", "page7a.cfm");
tocTab[ir++] = new Array ("3.7", "OnLine Services", "page7b.cfm");

tocTab[ir++] = new Array ("5", "Who We Are", "page10.cfm");

var nCols = 2;
var nMaxDepthForLeafImage = 7; // max depth to show leaf node images

