//
// Copyright (c) 2006 by Conor O'Mahony.
// For enquiries, please email GubuSoft@GubuSoft.com.
// Please keep all copyright notices below.
// Original author of TreeView script is Marcelino Martins.
//
// 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.
//

USETEXTLINKS = 1
STARTALLOPEN = 0
USEFRAMES = 0
USEICONS = 0
WRAPTEXT = 1
PRESERVESTATE = 0

//
// The following code constructs the tree.  This code produces a tree that looks like:
// 
// Tree Options
//  - Expand for example with pics and flags
//    - United States
//      - Boston
//      - Tiny pic of New York City
//      - Washington
//    - Europe
//      - London
//      - Lisbon
//  - Types of node
//    - Expandable with link
//      - London
//    - Expandable without link
//      - NYC
//    - Opens in new window
//

foldersTree = gFld("<b>A.G.(A&E)-II, Nagpur</b>", "aboutusNag.asp")
  foldersTree.treeID = "Frameless"
  //aux1 = insFld(foldersTree, gFld("A.G.(A&E)-I, Mumbai", "javascript:undefined"))
    aux1 = insFld(foldersTree, gFld("About Us"))
      insDoc(aux1, gLnk("S", "Introduction", "aboutusNag.htm"))   
      insDoc(aux1, gLnk("S", "History", "historyNag.htm"))
      insDoc(aux1, gLnk("S", "Function", "FunctionNag.htm"))
    //aux1 = insDoc(foldersTree, gLnk("S", "Organisational Structure", "orgMum.htm"))
    aux1 = insFld(foldersTree, gFld("Accounts"))
      insDoc(aux1, gLnk("S", "Introduction", "accountNag.htm"))
      insDoc(aux1, gLnk("S", "Sector&HeadOfAccounts", "headAccNag.htm"))
      insDoc(aux1, gLnk("S", "StructureOfAccounts", "StructAccNag.htm"))
      insDoc(aux1, gLnk("S", "MonthlyCivilAccounts", "civilAccNag.htm"))
      insDoc(aux1, gLnk("S", "MonthlyAppropriationAccounts", "civilAccNag.htm#Monthly Appropriation Accounts"))
      insDoc(aux1, gLnk("S", "AnnualFinanceAccounts", "annualAccountNag.htm"))
      insDoc(aux1, gLnk("S", "AppropriationAccounts", "approaccountNag.htm"))
    aux1 = insFld(foldersTree, gFld("GPF"))  
      insDoc(aux1, gLnk("S", "Introduction", "gpfintroNag.htm"))
      insDoc(aux1, gLnk("S", "EligibilityToJoinTheFund", "GPFintromum.htm#ELIGIBILITY"))
      insDoc(aux1, gLnk("S", "Nominations", "gpfeligibilityNag.htm#NOMINATION"))
      insDoc(aux1, gLnk("S", "GPF Subscription", "gpfeligibilityNag.htm#RATES OF SUBSCRIPTION"))
      insDoc(aux1, gLnk("S", "Advances", "AdvancesNag.htm"))
      insDoc(aux1, gLnk("S", "Withdrawals", "withdrawNag.htm"))
      insDoc(aux1, gLnk("S", "ProcedureOnDeath", "procdeathNag.htm"))
      insDoc(aux1, gLnk("S", "FinalClosure", "finalpayNag.htm"))
      insDoc(aux1, gLnk("S", "GPF Guidelines", "gpfGuidelinesNag.htm"))
      insDoc(aux1, gLnk("S", "Grievance", "capt/feedback.aspx"))
      insDoc(aux1, gLnk("S", "GPF Details", "GPFNagv1.asp"))
    aux1 = insFld(foldersTree, gFld("Pension"))
      insDoc(aux1, gLnk("S", "Introduction", "pensionNag.htm"))
      //insDoc(aux1, gLnk("S", "Pension Adalat", "pensionadaNag.htm"))
      insDoc(aux1, gLnk("S", "GuidelinesForDDOs", "GuidelinesDDOsNag.htm"))
      insDoc(aux1, gLnk("S", "Grievance", "capt/feedback.aspx"))
      insDoc(aux1, gLnk("S", "Pension Status", "DpensionNag.asp"))
    aux1 = insDoc(foldersTree, gLnk("S", "Citizen's Charter", "CitizensCharterNag.htm"))
    aux1 = insDoc(foldersTree, gLnk("S", "RightToInformation", "roinfoNag/Right_to_info_act_05.htm"))
    aux1 = insDoc(foldersTree, gLnk("S", "Contact Us", "ContactNag.htm"))
    
    
  //aux1 = insFld(foldersTree, gFld("Types of node", "javascript:undefined"))
  //  aux2 = insFld(aux1, gFld("Expandable with link", "demoFrameless.html?pic=%22beenthere_europe%2Egif%22"))
  //    insDoc(aux2, gLnk("S", "London", "demoFrameless.html?pic=%22beenthere_london%2Ejpg%22"))
  //  aux2 = insFld(aux1, gFld("Expandable without link", "javascript:undefined"))
  //    insDoc(aux2, gLnk("S", "NYC", "demoFrameless.html?pic=%22beenthere_newyork%2Ejpg%22"))
  //  insDoc(aux1, gLnk("B", "Opens in new window", "http://www.treeview.net/treemenu/demopics/beenthere_pisa.jpg"))

