// 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 = 1 USEFRAMES = 0 USEICONS = 1 WRAPTEXT = 1 PRESERVESTATE = 1 PERSERVESTATE = 1 HIGHLIGHT = 1 HIGHLIGHT_BG = '#EFEFEF' HIGHLIGHT_COLOR = '#1785A9' ICONPATH = 'images/template_images/' //change if the gif's folder is a subfolder, for example: 'images/' foldersTree = gFld("Home", "index.asp") insDoc(foldersTree, gLnk("S", "About", "content_template.asp?CID=2")) Branch3 = insFld(foldersTree, gFld("I want to be a...", "content_template.asp?CID=3")) insDoc(Branch3, gLnk("S", "Emergency Services Cadet", "content_template.asp?CID=6")) insDoc(Branch3, gLnk("S", "Bush Ranger", "content_template.asp?CID=5")) insDoc(Branch3, gLnk("S", "Police Ranger", "content_template.asp?CID=4")) insDoc(Branch3, gLnk("S", "Red Cross Cadet", "content_template.asp?CID=7")) insDoc(Branch3, gLnk("S", "Surf Life Saving Cadet", "content_template.asp?CID=16")) insDoc(Branch3, gLnk("S", "St Johns Ambulance Cadet", "content_template.asp?CID=20")) insDoc(Branch3, gLnk("S", "Navy Cadet", "content_template.asp?CID=18")) insDoc(Branch3, gLnk("S", "Army Cadet", "content_template.asp?CID=19")) insDoc(Branch3, gLnk("S", "Air Force Cadet", "content_template.asp?CID=17")) Branch8 = insFld(foldersTree, gFld("News and Events", "content_template.asp?CID=8")) insDoc(foldersTree, gLnk("S", "Cadet History", "content_template.asp?CID=9")) insDoc(foldersTree, gLnk("S", "Aims and Objectives", "content_template.asp?CID=27")) Branch10 = insFld(foldersTree, gFld("For parents and teachers", "content_template.asp?CID=10")) insDoc(Branch10, gLnk("S", "Questions for parents", "content_template.asp?CID=11")) insDoc(Branch10, gLnk("S", "How to setup a Unit", "content_template.asp?CID=12")) insDoc(foldersTree, gLnk("S", "FAQs for Cadets", "content_template.asp?CID=13")) insDoc(foldersTree, gLnk("S", "Register Your Interest", "content_template.asp?CID=21")) insDoc(foldersTree, gLnk("S", "Locate a Cadet Unit", "content_template.asp?CID=43")) insDoc(foldersTree, gLnk("S", "How to Join", "content_template.asp?CID=26")) insDoc(foldersTree, gLnk("S", "Downloads", "content_template.asp?CID=22")) Branch26 = insFld(foldersTree, gFld("Competitions", "content_template.asp?CID=25")) insDoc(foldersTree, gLnk("S", "Cadet Lines", "content_template.asp?CID=35")) insDoc(foldersTree, gLnk("S", "Online Ordering", "content_template.asp?CID=23")) insDoc(foldersTree, gLnk("S", "Cadet Unit Login", "content_template.asp?CID=32")) insDoc(foldersTree, gLnk("S", "Contact", "content_template.asp?CID=24"))