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

//Environment variables are usually set at the top of this file.
USETEXTLINKS = 1
STARTALLOPEN = 0
USEFRAMES = 0
USEICONS = 0
WRAPTEXT = 1
PRESERVESTATE = 1
HIGHLIGHT = 1


foldersTree = gFld("", "#")
    aux2 = insFld(foldersTree, gFld("About Us", "aboutus.html"))
 			//insDoc(aux2, gLnk("S", "Deepak", "http://yahoo.com"))
 			//insDoc(aux2, gLnk("S", "Tara", "demoFramelessHili.html?pic=%22beenthere_newyork%2Ejpg%22"))
 			//insDoc(aux2, gLnk("S", "Rajiv", "demoFramelessHili.html?pic=%22beenthere_washington%2Ejpg%22"))
    aux2 = insFld(foldersTree, gFld("Careers", "careers.html"))
      //insDoc(aux2, gLnk("S", "Mahipal", "demoFramelessHili.html?pic=%22beenthere_london%2Ejpg%22"))
      //insDoc(aux2, gLnk("S", "Sanjeev", "demoFramelessHili.html?pic=%22beenthere_lisbon%2Ejpg%22"))
	 aux2 = insFld(foldersTree, gFld("Partners", "partners.html"))

//Set this string if Treeview and other configuration files may also be loaded in the same session
foldersTree.treeID = "t2" 
 