// 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 = 0
WRAPTEXT = 1
PRESERVESTATE = 1
HIGHLIGHT = 1


foldersTree = gFld("<b>Home</b>", "Welcome.asp")
    aux2 = insFld(foldersTree, gFld("About Us", "javascript:undefined"))
			insDoc(aux2, gLnk("S", "Introduction", "org_intro.asp"))
 			insDoc(aux2, gLnk("S", "Mandate", "mandate.asp"))
			insDoc(aux2, gLnk("S", "Functions", "Man_function.asp"))
 			insDoc(aux2, gLnk("S", "RTI Act", "RTI.asp"))
 			insDoc(aux2, gLnk("S", "Organization", "organisation.asp"))
			insDoc(aux2, gLnk("S", "Audit Wings", "Auditwing.asp"))
			insDoc(aux2, gLnk("S", "Contacts", "telephone.asp"))
 
 aux2 = insFld(foldersTree, gFld("Contact Us", "telephone.asp"))

//Set this string if Treeview and other configuration files may also be loaded in the same session
foldersTree.treeID = "t3" 
 