//
// 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.
//

USETEXTLINKS = 1  
STARTALLOPEN = 0
HIGHLIGHT = 0
PRESERVESTATE = 1
GLOBALTARGET="R"

foldersTree = gFld("","")

// HOME
   aux0 = insFld(foldersTree, gFld("<b>Home</b>", "http://oaklawnct.org/_mgxroot/page_10722.php"))
   aux0.xID = "sub00"
   
// ABOUT US
  aux1 = insFld(foldersTree, gFld("<b>About Us</b>", "http://oaklawnct.org/_mgxroot/page_10723.php"))
  aux1.xID = "sub01"
   insDoc(aux1, gLnk("S", "History", "http://oaklawnct.org/_mgxroot/page_10731.php"))
   insDoc(aux1, gLnk("S", "Staff Directory", "http://oaklawnct.org/_mgxroot/page_10732.php"))
   insDoc(aux1, gLnk("S", "Cemetery Tour", "http://oaklawnct.org/_mgxroot/page_10733.php"))
   insDoc(aux1, gLnk("S", "Cemetery Map", "http://oaklawnct.org/_mgxroot/page_10734.php"))
   insDoc(aux1, gLnk("S", "Map &amp; Directions", "http://oaklawnct.org/_mgxroot/page_10735.php"))

// GENERAL INFORMATION
   aux2 = insFld(foldersTree, gFld("<b>General Information</b>", "http://oaklawnct.org/_mgxroot/page_10724.php"))
   aux2.xID = "sub02"
    insDoc(aux2, gLnk("S", "FAQ", "http://oaklawnct.org/_mgxroot/page_10738.php"))
    insDoc(aux2, gLnk("S", "Rules &amp; Regulations", "http://oaklawnct.org/_mgxroot/page_10739.php"))
    insDoc(aux2, gLnk("S", "Choosing a Cemetery", "http://oaklawnct.org/_mgxroot/page_10740.php"))
    insDoc(aux2, gLnk("S", "Family Resource Guide", "http://oaklawnct.org/_mgxroot/page_10741.php"))
  
// SERVICES
   aux3 = insFld(foldersTree, gFld("<b>Services</b>", "http://oaklawnct.org/_mgxroot/page_10725.php"))
   aux3.xID = "sub03"
    insDoc(aux3, gLnk("S", "Final Disposition Options", "http://oaklawnct.org/_mgxroot/page_10744.php"))

// PROPERTIES 
   aux4 = insFld(foldersTree, gFld("<b>Properties</b>", "http://oaklawnct.org/_mgxroot/page_10726.php"))
   aux4.xID = "sub04"
    insDoc(aux4, gLnk("S", "Ground Burial", "http://oaklawnct.org/_mgxroot/page_10747.php"))
    insDoc(aux4, gLnk("S", "Mausoleum", "http://oaklawnct.org/_mgxroot/page_10748.php"))
    insDoc(aux4, gLnk("S", "Cremation Niches", "http://oaklawnct.org/_mgxroot/page_10749.php"))
    insDoc(aux4, gLnk("S", "Cremation Earth Burial", "http://oaklawnct.org/_mgxroot/page_10750.php"))

/*
// MERCHANDISE 
   aux5 = insFld(foldersTree, gFld("<b>Merchandise</b>", "http://oaklawnct.org/_mgxroot/page_10727.php"))
   aux5.xID = "sub05"
    insDoc(aux5, gLnk("S", "Markers", "http://oaklawnct.org/_mgxroot/page_10753.php"))
    insDoc(aux5, gLnk("S", "Monuments", "http://oaklawnct.org/_mgxroot/page_10754.php"))
    insDoc(aux5, gLnk("S", "Cremation Niches", "http://oaklawnct.org/_mgxroot/page_10749.php"))
*/

// PRE-ARRANGEMENT
   aux6 = insFld(foldersTree, 	gFld("<b>Pre-Arrangement</b>","http://oaklawnct.org/_mgxroot/page_10772.php"))
   aux6.xID = "sub07"

  // CONTACT US
   aux7 = insFld(foldersTree, gFld("<b>Contact Us</b>", "http://oaklawnct.org/_mgxroot/page_10765.php"))
   aux7.xID = "sub07"
   
foldersTree.treeID = "L1" 
foldersTree.xID = "treemenu"