////
// 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 = 1
USEFRAMES = 0
USEICONS = 0
WRAPTEXT = 1
PRESERVESTATE = 1



foldersTree = gFld("<font color=Maroon><b>Home</b></font>", "mainjs.htm")
  foldersTree.treeID = "Frameless"
aux1=insFld(foldersTree, gFld("<font color=maroon><b>Sr. DAG (Local Bodies, Mumbai</b></font>"))
insDoc(aux1, gLnk("S","<font color=maroon>Introduction</font>", "aboutuslb.htm"))
insDoc(aux1, gLnk("S","<font color=maroon>Jurisdiction</font>", "JurisdictionLB.htm"))
insDoc(aux1, gLnk("S","<font color=maroon>Audit Duties</font>", "AuditDutiesLB.htm"))

aux1 = insFld(foldersTree, gFld("Audit Reports"))
      insDoc(aux1, gLnk("S", "<font color=maroon>2005-2006</font>", "Audit Reports/LocalBodies/2005-06/LB_AuditRep_2005_2006.pdf"))
      insDoc(aux1, gLnk("S", "<font color=maroon>2006-2007</font>", "Audit Reports/LocalBodies/2006-07/AR_LB_06-07.pdf"))
      insDoc(aux1, gLnk("S", "<font color=maroon>2007-2008</font>", "Audit Reports/LocalBodies/2007-08/AR_LB_07-08.pdf"))
      
//insDoc(aux1, gLnk("S","<font color=maroon>Audit Report</font>", "LB_AuditRep_2005_2006.pdf"))

//insDoc(aux1, gLnk("S","<font color=Blue>Related Links</font>", "rel_links.asp"))
//insDoc(aux1, gLnk("S","<font color=Blue>Downloads</font>", "download.htm"))
//insDoc(aux1, gLnk("S","<font color=Blue>Publication</font>", "Publication.htm"))
//insDoc(aux1, gLnk("S","<font color=Blue>IVRS</font>", "ivrs.htm"))
//insDoc(aux1, gLnk("S","<font color=Blue>Site Map</font>", "SiteMap.htm"))
