// You can find instructions for this file here:
// http://www.treeview.net

// Decide if the names are links or just the icons
USETEXTLINKS = 1  //replace 0 with 1 for hyperlinks

USEFRAMES = 1

// Decide if the tree is to start all open or just showing the root folders
STARTALLOPEN = 0 //replace 0 with 1 to show the whole tree

ICONPATH = 'graphics/menuItems/' //change if the gif's folder is a subfolder, for example: 'images/'

// Decide if the you want to use icons or not
USEICONS = 0 //replace 0 with 1 to show icons

// Allows you to wrap the text
WRAPTEXT = 1 //replace 0 with 1 to wrap text

/* Copy and paste any of the following to add more items to the menu.  Replace text ONLY where it is indicated.  When copying,
   start at the begining of the line, and highlight to the end.  This will allow for correct spacing for ease of readability.
   If you wish to make a level one or a level two item a hyperlink, replace javascript:parent.op() with the path of the linked
   page.  Otherwise, leave that section alone.

   ++++ FOR LEVEL ONE ITEMS: ++++
   aux1 = insFld(foldersTree, gFld("<span class=\"levelOne\">LINK NAME HERE</span>", "javascript:parent.op()"))

   ++++ FOR LEVEL TWO ITEMS: ++++
      aux2 = insFld(aux1, gFld("<span class=\"levelTwo\">LINK NAME HERE</span>", "javascript:parent.op()"))

   ++++ FOR LEVEL THREE ITEMS: ++++
         insDoc(aux2, gLnk("R", "<span class=\"levelThree\">LINK NAME HERE</span>", "frame/YOURFILENAMEHERE.htm"))
*/

foldersTree = gFld("<span class=\"parent\">Site Topics</span>", "javascript:parent.op()")
   aux1 = insFld(foldersTree, gFld("<span class=\"levelOne\">Home</span>", "/cdh/jsp/home.jsp"))
   aux1 = insFld(foldersTree, gFld("<span class=\"levelOne\">Services</span>", "javascript:parent.op()"))
      aux2 = insFld(aux1, gFld("<span class=\"levelTwo\">Custom software</span>", "/cdh/frame/custom_sft.htm"))
      aux2 = insFld(aux1, gFld("<span class=\"levelTwo\">Web sites</span>", "/cdh/frame/webservices.htm"))
      aux2 = insFld(aux1, gFld("<span class=\"levelTwo\">Research</span>", "/cdh/frame/research.htm"))
      aux2 = insFld(aux1, gFld("<span class=\"levelTwo\">Data Extraction</span>", "/cdh/frame/data_extraction.htm"))
   aux1 = insFld(foldersTree, gFld("<span class=\"levelOne\">Products</span>", "javascript:parent.op()"))
      aux2 = insFld(aux1, gFld("<span class=\"levelTwo\">E-commerce site</span>", "/cdh/frame/e_commerce.htm"))
   aux1 = insFld(foldersTree, gFld("<span class=\"levelOne\">Resume</span>", "javascript:parent.op()"))
        insDoc(aux1, gLnk("B", "<span class=\"levelTwo\">HTML</span>", "/cdh/frame/resume.htm"))
	insDoc(aux1, gLnk("R", "<span class=\"levelTwo\">Word</span>", "/cdh/frame/resume.doc"))
	insDoc(aux1, gLnk("B", "<span class=\"levelTwo\">PDF</span>", "/cdh/frame/resume.pdf"))
   aux1 = insFld(foldersTree, gFld("<span class=\"levelOne\">Projects</span>", "javascript:parent.op()"))
      aux2 = insFld(aux1, gFld("<span class=\"levelTwo\">COI Applet</span>", "/cdh/frame/CoiAppletExplain.html"))
      aux2 = insFld(aux1, gFld("<span class=\"levelTwo\">Compiler</span>", "/cdh/frame/compiler.htm"))
      aux2 = insFld(aux1, gFld("<span class=\"levelTwo\">Web Site</span>", "/cdh/frame/umi_web_site.htm"))
	  aux2 = insFld(aux1, gFld("<span class=\"levelTwo\">IPMI Monitor</span>", "/cdh/frame/IPMI_project.htm"))
      aux2 = insFld(aux1, gFld("<span class=\"levelTwo\">Date Label</span>", "/cdh/frame/datelabel.htm"))
   aux1 = insFld(foldersTree, gFld("<span class=\"levelOne\">Java Links</span>", "/cdh/frame/javalinks.htm"))
   aux1 = insFld(foldersTree, gFld("<span class=\"levelOne\">Technology Demos</span>", "javascript:parent.op()"))
      aux2 = insFld(aux1, gFld("<span class=\"levelTwo\">Simple Applet</span>", "/cdh/frame/Applet1.htm"))
      aux2 = insFld(aux1, gFld("<span class=\"levelTwo\">COI Applet</span>", "/cdh/frame/CoiAppletExplain.html"))
          insDoc(aux2, gLnk("R", "<span class=\"levelThree\">Run in frame</span>", "/cdh/frame/TestCoiApplet.html"))
          insDoc(aux2, gLnk("R", "<span class=\"levelThree\">Use full frame</span>", "/cdh/frame/TestCoiAppletNewWindow.html"))

      aux2 = insFld(aux1, gFld("<span class=\"levelTwo\">Java2D Test</span>", "/cdh/jsp/java2Dtest.jsp"))
      aux2 = insFld(aux1, gFld("<span class=\"levelTwo\">Java Web Start</span>", "/cdh/frame/TestJGoWebStart.html"))

   aux1 = insFld(foldersTree, gFld("<span class=\"levelOne\">Book Reviews</span>", "javascript:parent.op()"))
      aux2 = insFld(aux1, gFld("<span class=\"levelTwo\">Programming</span>", "/cdh/frame/techbooks.htm"))
	  aux2 = insFld(aux1, gFld("<span class=\"levelTwo\">Science</span>", "/cdh/frame/science.htm"))
      aux2 = insFld(aux1, gFld("<span class=\"levelTwo\">Non-fiction</span>", "/cdh/frame/nonfiction.htm"))
      aux2 = insFld(aux1, gFld("<span class=\"levelTwo\">Fiction</span>", "/cdh/frame/fiction.htm"))
   aux1 = insFld(foldersTree, gFld("<span class=\"levelOne\">Humor</span>", "/cdh/frame/humorLinks.htm"))
      aux2 = insFld(aux1, gFld("<span class=\"levelTwo\">Healthy Eating</span>", "/cdh/frame/healthy_eating.htm"))
	  aux2 = insFld(aux1, gFld("<span class=\"levelTwo\">Speak French</span>", "/cdh/frame/speak_french.htm"))
      aux2 = insFld(aux1, gFld("<span class=\"levelTwo\">Electricity</span>", "/cdh/frame/electricity.htm"))
      aux2 = insFld(aux1, gFld("<span class=\"levelTwo\">Klingon Design</span>", "/cdh/frame/klingon.htm"))
      aux2 = insFld(aux1, gFld("<span class=\"levelTwo\">Engineers</span>", "/cdh/frame/engineer.htm"))
      aux2 = insFld(aux1, gFld("<span class=\"levelTwo\">New Englanders</span>", "/cdh/frame/new_englanders.htm"))
      aux2 = insFld(aux1, gFld("<span class=\"levelTwo\">Furgeson</span>", "/cdh/frame/furgeson.htm"))
      aux2 = insFld(aux1, gFld("<span class=\"levelTwo\">Santa Claus</span>", "/cdh/frame/santa_claus.htm"))
      aux2 = insFld(aux1, gFld("<span class=\"levelTwo\">Typist</span>", "/cdh/frame/typist.htm"))
      aux2 = insFld(aux1, gFld("<span class=\"levelTwo\">Appraisal</span>", "/cdh/frame/excel_appraisal.htm"))
   aux1 = insFld(foldersTree, gFld("<span class=\"levelOne\">Family (password)</span>", "/cdh/family/family.htm"))
