//
// 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 = 0
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>Pr.A.G.(A & E)-I, Mumbai</b>", "historyMum.asp")
  foldersTree.treeID = "Frameless"
  //aux1 = insFld(foldersTree, gFld("P.A.G.(A&E)-I, Mumbai", "javascript:undefined"))
    aux1 = insFld(foldersTree, gFld("About Us"))
        aux1 = insDoc(foldersTree, gLnk("S", "Organisational Structure", "orgMum.htm"))
    aux1 = insFld(foldersTree, gFld("Accounts", "AccntIntroMum.htm"))
      insDoc(aux1, gLnk("S", "Introduction", "AccntIntroMum.htm"))
      insDoc(aux1, gLnk("S", "Monthly Civil Accounts", "MonthlyaccntMum.htm"))
      insDoc(aux1, gLnk("S", "Annual Accounts", "annualaccntMum.htm"))
      insDoc(aux1, gLnk("S", "Online Reconciliation", "OnlineReconMum.htm"))
      insDoc(aux1, gLnk("S", "Other Accounting Functions", "OtherAccountFunMum.htm"))
      insDoc(aux1, gLnk("S", "Annual Finance Accounts", "FinaccntMum.htm"))
      insDoc(aux1, gLnk("S", "Appropriation Accounts", "approAccountMum.htm"))
      insDoc(aux1, gLnk("S", "Contact Us", "ContactMumAccts.htm"))
    aux1 = insFld(foldersTree, gFld("GPF", "GPFIntroMum.htm"))  
      insDoc(aux1, gLnk("S", "Introduction", "GPFintroMum.htm"))     
      insDoc(aux1, gLnk("S", "GPF Rules/Procedures", "GPFrules.htm"))
      insDoc(aux1, gLnk("S", "GPF Guidelines", "gpfotherinfoMum.htm"))
      insDoc(aux1, gLnk("S", "GPF Details", "GPFMumv1.htm"))
      insDoc(aux1, gLnk("S", "Maintenance of GPF Account", "Maint_GPFAcc.pdf"))

      insDoc(aux1, gLnk("S", "Contact Us", "contactMumPF.htm"))
   aux1 = insFld(foldersTree, gFld("Pension", "pensionMum.htm"))
      insDoc(aux1, gLnk("S", "Introduction", "pensionMum.htm"))
      insDoc(aux1, gLnk("S", "ISO Implementation", "pdfReport/Implementationofiso9001.pdf"))
      insDoc(aux1, gLnk("S", "Forms Download", "download.htm"))
      insDoc(aux1, gLnk("S", "Treasury E-mail IDs", "tresuaryEIDMum.htm"))
      insDoc(aux1, gLnk("S", "DDS GR", "pensionproc/GovtcirDDSMarathi.pdf"))
      insDoc(aux1, gLnk("S", "CompendiumOnPension", "pdfReport/Compendium.pdf"))
      insDoc(aux1, gLnk("S", "Pension Documentation Guidelines", "pdfReport/pension_docs.pdf"))
      insDoc(aux1, gLnk("S", "Pension Status", "DpensionMum.asp"))
      insDoc(aux1, gLnk("S", "Contact Us", "ContactMumPension.htm"))
      insDoc(aux1, gLnk("S", "Other Govt.Orders", "OtherGovtOrders.htm"))
    aux1 = insDoc(foldersTree, gLnk("S", "RightToInformation", "RofActMumbai/RofActMumbai.htm"))
    aux1 = insDoc(foldersTree, gLnk("S", "Events", "EventsMum.htm"))
    aux1 = insDoc(foldersTree, gLnk("S", "Contact Us", "ContactMum.htm"))
    aux1 = insDoc(foldersTree, gLnk("S", "Transfer Orders 2011-12", "Rotational_Transfer_2012.pdf"))
    
    
  //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"))

