ContentsTree = new CTree("ContentsTree");
ContentsTree.bAutoClose = true;
ContentsTree.stTarget = "Main";
f1 = ContentsTree.AddNode(null, "Activity Statistics", "Activity_Statistics.htm");
ContentsTree.AddNode(f1, "Daily", "Activity_Statistics.htm#Daily");
ContentsTree.AddNode(f1, "By Hour of Day", "Activity_Statistics.htm#By_Hour_of_Day");
ContentsTree.AddNode(f1, "By Day of Week", "Activity_Statistics.htm#By_Day_of_Week");
ContentsTree.AddNode(f1, "By Month", "Activity_Statistics.htm#By_Month");
f2 = ContentsTree.AddNode(null, "Visitors", "Visitors.htm");
ContentsTree.AddNode(f2, "Countries", "Visitors.htm#Countries");
document.write(ContentsTree.GetHTMLCode());