//
// 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 = 1
WRAPTEXT = 1
PRESERVESTATE = 1
ICONPATH='/includes/treeview/'
HIGHLIGHT=1
HIGHLIGHT_BG='white'
HIGHLIGHT_COLOR='#3366CC'
//
//

foldersTree = gFld("<b>Marin School PTA</b>", "/index.html")
  foldersTree.treeID = "Frameless"
  aux1 = insFld(foldersTree, gFld("About the PTA", "javascript:undefined"))
        insDoc(aux1, gLnk("S","Officers", "http://www.marinschoolpta.org/2008-09/"))

  aux1 = insFld(foldersTree, gFld("Events", "http://www.marinschoolpta.org/events/"))
        insDoc(aux1, gLnk("S","First Day Coffee", "http://www.marinschoolpta.org/events/First-Day-Coffee/"))
	insDoc(aux1, gLnk("S","Chalk It Up", "http://www.marinschoolpta.org/events/Chalk-It-Up/"))
	insDoc(aux1, gLnk("S","Habitat Restoration", "http://www.marinschoolpta.org/events/Habitat-Restoration/"))
	insDoc(aux1, gLnk("S","International Potluck", "http://www.marinschoolpta.org/events/International-Potluck/"))
	insDoc(aux1, gLnk("S","Marin de Mayo", "http://www.marinschoolpta.org/events/Marin-de-Mayo/"))
	insDoc(aux1, gLnk("S","Scholastic Book Fair", "http://www.marinschoolpta.org/events/Book-Fair/"))

  aux1 = insFld(foldersTree, gFld("Activities", "http://www.marinschoolpta.org/activities/"))
    insDoc(aux1, gLnk("S", "Community Sing", "http://www.marinschoolpta.org/activities/community-sing/"))
	insDoc(aux1, gLnk("S", "Wednesday Morning Gardening", "http://www.marinschoolpta.org/activities/gardening.html"))
	
  aux1 = insFld(foldersTree, gFld("Campus", "http://www.marinschoolpta.org/campus/"))
  
  aux1 = insFld(foldersTree, gFld("Sponsors", "http://www.marinschoolpta.org/sponsors/"))
  
  aux1 = insFld(foldersTree, gFld("Resources", "javascript:undefined"))
      aux2 = insFld(aux1, gFld("Albany School District", "javascript:undefined"))
	  insDoc(aux2, gLnk("S", "AUSD Web Site", "http://www.albany.k12.ca.us/"))
      insDoc(aux2, gLnk("S", "School Board", "http://www.albany.k12.ca.us/board/"))
	  insDoc(aux2, gLnk("S", "School District Calendar (PDF)", "http://www.albany.k12.ca.us/district/0708calendar.pdf"))
      aux2 = insFld(aux1, gFld("Community", "http://www.marinschoolpta.org/community/"))

  aux1 = insFld(foldersTree, gFld("New to Marin?", "javascript:undefined"))
      insDoc(aux1, gLnk("S","Parent Handbook (PDF)", "http://www.marinschoolpta.org/documents/MarinParentHandbook2008.pdf"))
	  insDoc(aux1, gLnk("S","Join the E-Tree", "http://groups.yahoo.com/group/MarinSchool_Etree/"))
  aux1 = insFld(foldersTree, gFld("Support the PTA and Albany Schools", "javascript:undefined"))
  insDoc(aux1, gLnk("S","SCRIP", "http://www.marinschoolpta.org/scrip/"))
    insDoc(aux1, gLnk("S","Albany Education Foundation", "http://albanyeducation.org/"))
  insDoc(aux1, gLnk("S","School Care", "http://www.albanyschoolcare.org/"))
  
  
