//
// This document includes the TreeView script.
// The TreeView script can be found at http://www.TreeView.net.
// The script is Copyright (c) 2006 by Conor O'Mahony.
//
// You can find general instructions for this file at www.treeview.net. 
//

// Configures whether the names of the nodes are links (or whether only the icons
// are links).
USETEXTLINKS = 1

// Configures whether the tree is fully open upon loading of the page, or whether
// only the root node is visible.
STARTALLOPEN = 0

// Specify if the images are in a subdirectory;
ICONPATH = 'images/'

HIGHLIGHT = 1
HIGHLIGHT_BG = 'black'
HIGHLIGHT_COLOR = 'white'
PRESERVESTATE = 0
USEFRAMES = 1
WRAPTEXT = 1

foldersTree = gFld("<b>AG UP</b>", "javascript:parent.op()")

//  foldersTree.treeID = "Frameset"
    insDoc(foldersTree, gLnk("T", "Home", "default.asp"))

  aux1 = insFld(foldersTree, gFld("About Us", "javascript:parent.op()"))

      	insDoc(aux1, gLnk("R", "History", "history.htm"))
      	insDoc(aux1, gLnk("R", "Mandate", "mandate.htm"))
      	insDoc(aux1, gLnk("R", "Functions", "functions.htm"))
      	insDoc(aux1, gLnk("R", "RTI Act", "rti.htm"))
      aux2 = insFld(aux1, gFld("Organization", "organization.htm"))
      	   insDoc(aux2, gLnk("B", "PAG(Civil Audit)", "pag-org.pdf"))
      	   insDoc(aux2, gLnk("B", "Sr. DAG(Local Audit)", "dag-org.pdf"))
      	   insDoc(aux2, gLnk("B", "AG(Comm. & Receipt Audit)", "agl-org.pdf"))
      	   insDoc(aux2, gLnk("B", "AG-I", "ag1-org.pdf"))
      	   insDoc(aux2, gLnk("B", "AG-II", "ag2-org.pdf"))
      	insDoc(aux1, gLnk("R", "Contacts", "rti/rti-telephone.pdf"))

 aux1 = insFld(foldersTree, gFld("Accounts & Entitlements", "javascript:parent.op()"))

      insDoc(aux1, gLnk("R", "Accounts at a Glance", "atagl.htm"))
      insDoc(aux1, gLnk("R", "Monthly Progressive Expenditure", "cco.htm"))
      aux2 = insFld(aux1, gFld("Administrative Reports", "javascript:undefined"))
           insDoc(aux2, gLnk("B", "2008-2009", "ag1-admr-0809.pdf"))
           insDoc(aux2, gLnk("B", "2009-2010", "ag1-admr-0910.pdf"))
           insDoc(aux2, gLnk("B", "2010-2011", "ag1-admr-1011.pdf"))

      insDoc(aux1, gLnk("B", "Sanctioned strength AG-I", "ss-mip-ag1.htm"))
      insDoc(aux1, gLnk("B", "Sanctioned strength AG-II", "ss-mip-ag2.htm"))
      insDoc(aux1, gLnk("B", "Performance Report AG-II", "perf-report.pdf"))

      aux2 = insFld(aux1, gFld("GPF Information", "javascript:undefined"))
           insDoc(aux2, gLnk("R", "GPF Statement", "gpfuser.asp"))
           insDoc(aux2, gLnk("R", "GPF Missings", "gpfmissing.asp"))           
           insDoc(aux2, gLnk("R", "Final Payment", "fpstatus.asp"))         
      aux2 = insFld(aux1, gFld("Pension", "javascript:undefined"))
           aux3 = insFld(aux2, gFld("Search", "javascript:undefined"))
           // insDoc(aux3, gLnk("R", "Treasury wise", "pension.asp"))           
           insDoc(aux3, gLnk("R", "PPO/Case No. wise", "ind.asp"))           
           insDoc(aux3, gLnk("R", "Name wise", "askname.asp"))           
           insDoc(aux2, gLnk("R", "Download forms", "down_load_form.htm"))       
           insDoc(aux2, gLnk("R", "G.O. on DA for pensioners", "da.htm"))         
      insDoc(aux1, gLnk("B", "Status of C&AG Complaint Cases dealt in AG(A&E)-I Office", "complaints.htm"))
      aux2 = insFld(aux1, gFld("Do's & Don'ts", "javascript:undefined"))
           insDoc(aux2, gLnk("R", "Treasury Officers", "dosndont.htm"))
           insDoc(aux2, gLnk("R", "Drawing Disb. Officers", "dosndond.htm"))           

 aux1 = insFld(foldersTree, gFld("Audit", "javascript:parent.op()"))

//      insDoc(aux1, gLnk("R", "Audit Reports", "audit.htm"))

      insDoc(aux1, gLnk("B", "Audit Reports", "http://www.cag.gov.in/html/cag_reports/up/index.htm"))
      insDoc(aux1, gLnk("R", "Epitomes of CAG Reports", "epitome.htm"))

 aux1 = insFld(foldersTree, gFld("Mail (Members Only)", "javascript:parent.op()"))
      insDoc(aux1, gLnk("B", "CAG Mail", "https://mail.cag.gov.in/exchange"))

 aux1 = insFld(foldersTree, gFld("Contacts", "javascript:parent.op()"))
      insDoc(aux1, gLnk("R", "Telephone nos.", "rti/rti-telephone.pdf"))

 aux1 = insFld(foldersTree, gFld("Misc. Information", "javascript:parent.op()"))
      insDoc(aux1, gLnk("R", "Tender Notice", "tender.htm"))

 




//  aux1 = insFld(foldersTree, gFld("Targets", "javascript:parent.op()"))
//      insDoc(aux1, gLnk("R", "Right frame", "http://www.treeview.net/treemenu/demopics/beenthere_edinburgh.gif"))
//      insDoc(aux1, gLnk("B", "New window", "http://www.treeview.net/treemenu/demopics/beenthere_london.jpg"))
//      insDoc(aux1, gLnk("T", "Whole window", "http://www.treeview.net/treemenu/demopics/beenthere_munich.jpg"))
//      insDoc(aux1, gLnk("S", "This frame", "http://www.treeview.net/treemenu/demopics/beenthere_athens.jpg"))
      //
      // The S target is required.
      // The \\\ is needed to escape the ' character for string arguments.
      // Also, note that if you define your function in the parent frame, use javascript:parent.myfunc
//      insDoc(aux1, gLnk("S", "JavaScript link", "javascript:alert(\\\'This JavaScript link simply calls the built-in alert function,\\\\nbut you can define your own function.\\\')"))

