ContentsTree = new CTree("ContentsTree");
ContentsTree.bAutoClose = false;
ContentsTree.stTarget = "_self";
f1 = ContentsTree.AddNode(null, "Home", "../");
f2 = ContentsTree.AddNode(null, "Computer Forms  Cheques", "javascript:void(0)");
ContentsTree.AddNode(f2, "Busniess Visions", "../Forms/Business_Vision.htm");
ContentsTree.AddNode(f2, "DAC Easy", "../Forms/DacEasy.htm");
ContentsTree.AddNode(f2, "Dynacom", "../Forms/Dynacom.htm");
ContentsTree.AddNode(f2, "M.Y.O.B.", "../Forms/MYOB.htm");
ContentsTree.AddNode(f2, "Newsviews", "../Forms/NewViews.htm");
ContentsTree.AddNode(f2, "QuickbooksPro", "../Forms/QuickBooks.htm");
ContentsTree.AddNode(f2, "Simply Accounting", "../Forms/Simply_Accounting.htm");
ContentsTree.AddNode(f2, "Vigilant", "../Forms/Vigilant.htm");
f3 = ContentsTree.AddNode(null, "Snapset Forms", "javascript:void(0)");
f4 = ContentsTree.AddNode(f3, "Snapsets by Industry", "javascript:void(0)");
ContentsTree.AddNode(f4, "Automotive", "../Forms/Automotive.htm");
ContentsTree.AddNode(f4, "Gardens & Lawn", "../Forms/Gardens_lawn.htm");
ContentsTree.AddNode(f4, "Cleaners", "../Forms/Cleaners.htm");
ContentsTree.AddNode(f4, "<span style=font-size: 9pt>Gen Rpr & Service</span>", "../Forms/Gen_repair_service.htm");
ContentsTree.AddNode(f4, "Contracters", "../Forms/Contractors.htm");
ContentsTree.AddNode(f4, "HotelMotel", "../Forms/Hotel_motel.htm");
ContentsTree.AddNode(f4, "Delivery", "../Forms/Delivery.htm");
ContentsTree.AddNode(f4, "Jewellery", "../Forms/Jewellery.htm");
ContentsTree.AddNode(f4, "Elec Plumb HVAC", "../Forms/Electrical.htm");
ContentsTree.AddNode(f4, "<span style=font-size: 9pt>Photography Frames</span>", "../Forms/Photography_frames.htm");
ContentsTree.AddNode(f4, "Florist", "../Forms/Florists.htm");
ContentsTree.AddNode(f4, "Rentals", "../Forms/Rentals.htm");
f5 = ContentsTree.AddNode(f3, "Gen Purpose Snapsets", "javascript:void(0)");
ContentsTree.AddNode(f5, "Invoices", "../Forms/Invoices.htm");
ContentsTree.AddNode(f5, "Receipts", "../Forms/Receipts.htm");
ContentsTree.AddNode(f5, "Purchase Orders", "../Forms/Purchase_orders.htm");
ContentsTree.AddNode(f5, "Statements", "../Forms/Statements.htm");
ContentsTree.AddNode(f5, "Gift Certificates", "../Forms/Gift_certificates.htm");
ContentsTree.AddNode(f5, "Guest Checks", "../Forms/Guest_checks.htm");
ContentsTree.AddNode(f5, "Memos", "../Forms/Memos.htm");
f6 = ContentsTree.AddNode(null, "Other", "javascript:void(0)");
ContentsTree.AddNode(f6, "Guest Cheques", "../Forms/Guest_checks.htm");
ContentsTree.AddNode(f6, "Manual Cheques", "../Forms/Manual_cheques.htm");
ContentsTree.AddNode(f6, "Register Forms", "../Forms/Register_forms.htm");
ContentsTree.AddNode(f6, "Miscellaneous", "../Forms/Miscellaneous.htm");
ContentsTree.AddNode(f6, "Envelopes & Labels", "../Forms/Envelopes_Labels.htm");
f7 = ContentsTree.AddNode(null, "About", "About.htm");
document.write(ContentsTree.GetHTMLCode());