//
// 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 = 1
HIGHLIGHT = 1


//
// The following code constructs the tree.
//
foldersTree = gFld("<b>Home</b>", "http://www.workforworldpeace.org")
  videos = insFld(foldersTree, gFld("Videos", "javascript:undefined"))
    cooldown = insFld(videos, gFld("Cool Down Episodes", "javascript:undefined"))
    	insDoc(cooldown, gLnk("T", "1.Wisdom & Progress", "cooldown1.htm"))
    	insDoc(cooldown, gLnk("T", "2.Ethics As Science", "cooldown2.htm"))
    	insDoc(cooldown, gLnk("T", "3.Progress - continued", "cooldown3.htm"))
    	insDoc(cooldown, gLnk("T", "4.Peace Forum III", "cooldown4.htm"))
    	insDoc(cooldown, gLnk("T", "5.Bullies & Victims", "cooldown5.htm"))
    	insDoc(cooldown, gLnk("T", "6.Sacred Transformations", "cooldown6.htm"))
    	insDoc(cooldown, gLnk("T", "7.Sacred Trans - Part 2", "cooldown7.htm"))
    	insDoc(cooldown, gLnk("T", "8.Words Can Heal/Destroy", "cooldown8.htm"))
    	insDoc(cooldown, gLnk("T", "9.Hands of Peace", "cooldown9.htm"))
    	insDoc(cooldown, gLnk("T", "10.Words Can Heal", "cooldown10.htm"))
    	insDoc(cooldown, gLnk("T", "11.Words Can Heal/Goldie", "cooldown11.htm"))
    	insDoc(cooldown, gLnk("T", "12.Peaceful Generation", "cooldown12.htm"))
    othervideos = insFld(videos, gFld("Other Videos", "javascript:undefined"))    	
    	insDoc(othervideos, gLnk("T", "MLK: Why I Oppose War", "mlkwar.htm"))
   	insDoc(othervideos, gLnk("T", "MLK: I Have a Dream", "mlkdream.htm"))
   	insDoc(othervideos, gLnk("T", "Al Gore: TED - Climate", "AlGoreTED.htm"))
   	insDoc(othervideos, gLnk("T", "Gandhi - Documentary", "Gandhi.htm"))
   	insDoc(othervideos, gLnk("T", "Vertigro - Algae = Fuel", "http://cc.pubco.net/www.valcent.net/i/misc/Vertigro/index.html"))
   	insDoc(othervideos, gLnk("T", "Declan Galbraith", "DeclanGalbraith.htm"))
   	insDoc(othervideos, gLnk("T", "Robert Kennedy", "RobertKennedy.htm"))
  audios = insFld(foldersTree, gFld("Audios", "audios.htm"))
  photos = insFld(foldersTree, gFld("Photos", "photos.htm"))    	
      	insDoc(photos, gLnk("T", "Volunteers", "photos.htm"))
   	insDoc(photos, gLnk("T", "For Peace PowerPoint", "ForPeace.pps"))
   	insDoc(photos, gLnk("T", "Plastic Bags Powerpoint", "The_Dang.pps"))
  articles = insFld(foldersTree, gFld("Articles", "javascript:undefined"))    	
        insDoc(articles, gLnk("T", "We Cannot Merely Pray", "riemer.htm"))
   	insDoc(articles, gLnk("T", "Recyling Tips", "recyclingtips.htm"))
   	insDoc(articles, gLnk("T", "Ethics As Science", "ethicsasscience.htm"))
   	insDoc(articles, gLnk("T", "Living the Good Life", "livingthegoodlife.htm"))
   	insDoc(articles, gLnk("T", "George Carlin on Aging", "georgecarlinonaging.htm"))
   	insDoc(articles, gLnk("T", "Al Gore - Nobel Prize", "algore.htm"))
   	insDoc(articles, gLnk("T", "Social Transformations", "socialtransformations.htm"))
   	insDoc(articles, gLnk("T", "Dr Lipkis - Bullying", "lipkisbullying.htm"))
   	insDoc(articles, gLnk("T", "Marion Rosenberg-Words", "wordscanheal.htm"))
   	insDoc(articles, gLnk("T", "Yuriy Lishanskiy- Spiritual Health", "yuriy.htm"))
   	insDoc(articles, gLnk("T", "Ted Adler - Paradise", "adler.htm"))
   	insDoc(articles, gLnk("T", "Heschel - Quotations", "heschel.htm"))
  aboutus = insFld(foldersTree, gFld("About Us", "javascript:undefined"))    	
        insDoc(aboutus, gLnk("T", "Marion Rosenberg", "rosenberg.htm"))
   	insDoc(aboutus, gLnk("T", "Julia W. Rath PhD", "rath.htm"))
   	insDoc(aboutus, gLnk("T", "Volunteers", "volunteers.htm"))
  contactus = insFld(foldersTree, gFld("Contact Us", "contact.htm"))
  blog = insFld(foldersTree, gFld("Blog", "http://workforworldpeace.wordpress.com")) 
//  linksx = insFld(foldersTree, gFld("Links", "javascript:undefined"))    	
//          insDoc(linksx, gLnk("T", "Patrick Spirit", "http://www.patrickspirit.net"))
//   	insDoc(linksx, gLnk("T", "Patrick McCaffrey", "http://patrick-mccaffrey.memory-of.com"))   	
  
   	
// Blog: blog = insFld(foldersTree, gFld("Blog", "http://workforworldpeace.wordpress.com"))  
// Events: eventsx = insFld(foldersTree, gFld("Events", "events.htm"))
    
//
// Set this string if TreeView and other configuration files may also be loaded 
// in the same session.
//
foldersTree.treeID = "FramelessHili" 
 