// You can find instructions for this file at http://www.treeview.net //Environment variables are usually set at the top of this file. USETEXTLINKS = 1 STARTALLOPEN = 0 USEFRAMES = 0 USEICONS = 0 WRAPTEXT = 1 PRESERVESTATE = 1 ICONPATH = 'global_images/' foldersTree = gFld("Main", "index.php"); foldersTree.xID = 0; foldersTreea = insFld(foldersTree, gFld("FAQ\'s", "index.php?category=1")); foldersTreea.xID = 1; foldersTreeaa = insFld(foldersTreea, gFld("Customer Questions", "index.php?category=6")); foldersTreeaa.xID = 6; foldersTreea = insFld(foldersTree, gFld("Troubleshooting", "index.php?category=2")); foldersTreea.xID = 2; foldersTreeaa = insFld(foldersTreea, gFld("Login Issues", "index.php?category=5")); foldersTreeaa.xID = 5; foldersTreeaa = insFld(foldersTreea, gFld("Registration Issues", "index.php?category=4")); foldersTreeaa.xID = 4; foldersTreeaa = insFld(foldersTreea, gFld("Run-time errors", "index.php?category=3")); foldersTreeaa.xID = 3;