// 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

// 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 = 'images/' //change if the gif's folder is a subfolder, for example: 'images/'


foldersTree = gFld(" <b>work</b>", "")

  aux1 = insFld(foldersTree, gFld("movies", "javascript:parent.op()"))
      insDoc(aux1, gLnk("R", "<i>reach</i>", "http://www.karen-o-lau.com/work_RQ.htm"))
      insDoc(aux1, gLnk("R", "<i>questions</i>", "http://www.karen-o-lau.com/work_RQ.htm"))
      insDoc(aux1, gLnk("R", "<i>quantum go</i>", "http://www.karen-o-lau.com/work_quantumgo.htm"))
  aux1 = insFld(foldersTree, gFld("case studies", "javascript:parent.op()"))
      aux2 = insFld(aux1, gFld("Yuri's Night", "http://www.karen-o-lau.com/work_YNlogo.htm"))
      	insDoc(aux2, gLnk("R", "YN logo", "http://www.karen-o-lau.com/work_YNlogo.htm"))
        insDoc(aux2, gLnk("R", "Poster Flyer", "http://www.karen-o-lau.com/work_YNposter.htm"))
		insDoc(aux2, gLnk("R", "collateral shot", "http://www.karen-o-lau.com/work_YNcollateral.htm"))
        insDoc(aux2, gLnk("R", "YN nite photos", "http://www.karen-o-lau.com/work_YNnite.htm"))
		insDoc(aux2, gLnk("R", "YN bar ads", "http://www.karen-o-lau.com/work_YNbar.htm"))
		insDoc(aux2, gLnk("R", "YN day", "http://www.karen-o-lau.com/work_YNday.htm"))
		insDoc(aux2, gLnk("R", "YN day layout", "http://www.karen-o-lau.com/work_YNsetup.htm"))
	  aux2 = insFld(aux1, gFld("Explorer's Wanted", "javascript:parent.op()"))
		insDoc(aux2, gLnk("R", "book cover", "http://www.karen-o-lau.com/work_EWbkcover.htm"))
		insDoc(aux2, gLnk("R", "map", "http://www.karen-o-lau.com/work_EWmap.htm"))
		insDoc(aux2, gLnk("R", "mars mobile", "http://www.karen-o-lau.com/work_EWmmobile.htm"))
		insDoc(aux2, gLnk("R", "flowchart", "http://www.karen-o-lau.com/work_EWflchart.htm"))
		insDoc(aux2, gLnk("R", "website", "http://www.karen-o-lau.com/work_EWwebsite.htm"))
		insDoc(aux2, gLnk("R", "illustration", "http://www.karen-o-lau.com/work_EWillustr.htm"))
		insDoc(aux2, gLnk("R", "LEGO movie", "http://www.karen-o-lau.com/work_EWlegomov.htm"))
  aux1 = insFld(foldersTree, gFld("2d", "javascript:parent.op()"))
     insDoc(aux1, gLnk("R", "happy buddha restaurant", "http://www.karen-o-lau.com/work_buddha.htm"))
     insDoc(aux1, gLnk("R", "ISDC'05", "http://www.karen-o-lau.com/work_ISDC.htm"))
     insDoc(aux1, gLnk("R", "OTT", "http://www.karen-o-lau.com/work_OTT.htm"))
     insDoc(aux1, gLnk("R", "OTT brochure", "http://www.karen-o-lau.com/work_OTTbro.htm"))
     insDoc(aux1, gLnk("R", "lunar calendar", "http://www.karen-o-lau.com/work_lunar.htm"))
     insDoc(aux1, gLnk("R", "space book", "http://www.karen-o-lau.com/work_spacebk.htm"))
     insDoc(aux1, gLnk("R", "GO book", "http://www.karen-o-lau.com/work_gobk.htm"))
  aux1 = insFld(foldersTree, gFld("3d", "javascript:parent.op()"))
      insDoc(aux1, gLnk("R", "mobius sculpture", "http://www.karen-o-lau.com/work_mobius.htm"))
  aux1 = insFld(foldersTree, gLnk("T", "ideas", "http://www.karen-o-lau.com/ideas.htm"))
