// 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
HIGHLIGHT = 0


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("Accounts & Entitlement", "javascript:undefined"))
      			 insDoc(aux2, gLnk("S", "State Accounts", "AccountsHP.asp"))
      
      			insDoc(aux2, gLnk("S", "GPF Information (Emp)", "employee.asp"))
      			insDoc(aux2, gLnk("S", "New Admission (GPF)", "selectreport2.asp"))
     			 insDoc(aux2, gLnk("S", "Final Payment (GPF)", "selectreport1.asp"))
     			 insDoc(aux2, gLnk("S", "Pension", "Pensions.asp"))
      			insDoc(aux2, gLnk("S", "Information for DDO", "DDO.asp"))
     			 insDoc(aux2, gLnk("S", "Application Forms", "Form.asp"))
     			 insDoc(aux2, gLnk("S", "Submit your Complaint", "Complaint.asp"))
      			insDoc(aux2, gLnk("S", "Check your Status", "ComplaintStatus.asp"))

   // aux2 = insFld(foldersTree, gFld("Grievances Redressal", "javascript:undefined"))
   //   insDoc(aux2, gLnk("S", "Submit your Complaint", "Complaint.asp"))
   //   insDoc(aux2, gLnk("S", "Check your Status", "ComplaintStatus.asp"))

    aux2 = insFld(foldersTree, gFld("Audit", "Audit.asp"))
     		// insDoc(aux2, gLnk("B", "Audit Report", "http://www.cag.gov.in/html/cag_reports/himachal/index.htm"))
     		// insDoc(aux2, gLnk("S", "Action", "javascript:undefined"))

    aux2 = insFld(foldersTree, gFld("Member Zone", "javascript:undefined"))
     		 insDoc(aux2, gLnk("S", "Audit", "javascript:undefined"))
     		 insDoc(aux2, gLnk("S", "Accounts", "javascript:undefined"))
     		 insDoc(aux2, gLnk("S", "Orders/Circulars", "javascript:undefined"))

    aux2 = insFld(foldersTree, gFld("News & Events", "javascript:undefined"))
    		  insDoc(aux2, gLnk("S", "Events", "holiday.asp"))

    aux2 = insFld(foldersTree, gFld("Tender Notices", "javascript:undefined"))
    aux2 = insFld(foldersTree, gFld("Mail Server", "javascript:undefined"))
	insDoc(aux2, gLnk("B", "Mail Server", "https://cag.gov.in/exchange"))

    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 = "t2" 
 