// 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

// Decide if the tree is to to be shown on a separate frame of its own
USEFRAMES = 0

// Remove the folder and link icons
USEICONS = 0

// Make the folder and link labels wrap into multiple lines
WRAPTEXT = 1

// Folders reopen to +revious state across page loads
PERSERVESTATE = 1


foldersTree = gFld("USMC", "assets.vam?location=USMC")
	aux1 = insFld(foldersTree, gFld("I MEF", "assets.vam?location=I MEF"))
		aux2 = insFld(aux1, gFld("Pendleton", "assets.vam?location=000002"))
		      aux3 = insFld(aux2, gFld("Units", "unitsum.vam?location=000002"))
		aux2 = insFld(aux1, gFld("Horno", "assets.vam?location=000008"))
		      aux3 = insFld(aux2, gFld("Units", "unitsum.vam?location=000008"))
		aux2 = insFld(aux1, gFld("29 Palms", "assets.vam?location=000004"))
		      aux3 = insFld(aux2, gFld("Units", "unitsum.vam?location=000004"))
		aux2 = insFld(aux1, gFld("Miramar", "assets.vam?location=000011"))
		      aux3 = insFld(aux2, gFld("Units", "unitsum.vam?location=000011"))
		aux2 = insFld(aux1, gFld("Yuma", "assets.vam?location=000012"))
		      aux3 = insFld(aux2, gFld("Units", "unitsum.vam?location=000012"))
		      
	aux1 = insFld(foldersTree, gFld("II MEF", "assets.vam?location=II MEF"))
		aux2 = insFld(aux1, gFld("Lejeune", "assets.vam?location=000001"))
		      aux3 = insFld(aux2, gFld("Units", "unitsum.vam?location=000001"))
		aux2 = insFld(aux1, gFld("Beaufort", "assets.vam?location=000009"))
		      aux3 = insFld(aux2, gFld("Units", "unitsum.vam?location=000009"))
		aux2 = insFld(aux1, gFld("Cherry Point", "assets.vam?location=000003"))
		      aux3 = insFld(aux2, gFld("Units", "unitsum.vam?location=000003"))
		aux2 = insFld(aux1, gFld("New River", "assets.vam?location=000014"))
		      aux3 = insFld(aux2, gFld("Units", "unitsum.vam?location=000014"))
		      
	aux1 = insFld(foldersTree, gFld("III MEF", "assets.vam?location=III MEF"))
		aux2 = insFld(aux1, gFld("Kinser", "assets.vam?location=000005"))
		      aux3 = insFld(aux2, gFld("Units", "unitsum.vam?location=000005"))
		aux2 = insFld(aux1, gFld("Hansen", "assets.vam?location=000006"))
		      aux3 = insFld(aux2, gFld("Units", "unitsum.vam?location=000006"))
		aux2 = insFld(aux1, gFld("Schwab", "assets.vam?location=000007"))
		      aux3 = insFld(aux2, gFld("Units", "unitsum.vam?location=000007"))
		aux2 = insFld(aux1, gFld("Foster", "assets.vam?location=000016"))
		      aux3 = insFld(aux2, gFld("Units", "unitsum.vam?location=000016"))
		aux2 = insFld(aux1, gFld("Kaneohe Bay", "assets.vam?location=000010"))
		      aux3 = insFld(aux2, gFld("Units", "unitsum.vam?location=000010"))
  		aux2 = insFld(aux1, gFld("Iwakuni", "assets.vam?location=000017"))
		      aux3 = insFld(aux2, gFld("Units", "unitsum.vam?location=000017"))

	aux1 = insFld(foldersTree, gFld("T&E CMD", "assets.vam?location=T&E CMD"))
  		aux2 = insFld(aux1, gFld("SOI East", "assets.vam?location=000018"))
		      aux3 = insFld(aux2, gFld("Units", "unitsum.vam?location=000018"))


