// 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 = 'gifs/' //change if the gif's folder is a subfolder, for example: 'images/'


foldersTree = gFld("Home", "home.htm")
//	aux1 = insFld(foldersTree, gFld("Whats New?", "new.htm"))
	aux1 = insFld(foldersTree, gFld("Research", "research.htm"))
		aux2 = insFld(aux1, gFld("Data Aggregation", "dag_sn.htm"))
		aux2 = insFld(aux1, gFld("Grid Tutorial", "http://www.cise.ufl.edu/~lchitnis/TutorialGrid.html"))
		aux2 = insFld(aux1, gFld("SPHINX", "http://www.griphyn.org/sphinx"))
	aux1 = insFld(foldersTree, gFld("Publications", "publications.htm"))
	aux1 = insFld(foldersTree, gFld("Academics", "academics.htm"))
		aux2 = insFld(aux1, gFld("Courses", "courses.htm"))
	aux1 = insFld(foldersTree, gFld("Schedule", "schedule-sp07.htm"))
	aux1 = insFld(foldersTree, gFld("Resume", "laukik-resume-phd.htm"))
		insDoc(aux1, gLnk("R", "pdf", "laukik-chitnis-resume.pdf"))
	aux1 = insFld(foldersTree, gFld("Contact", "contact.htm"))



