// 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
ICONPATH = 'http://plato.asu.edu/sub/'
WRAPTEXT = 1
PRESERVESTATE = 1

foldersTree = gFld("<b>Navigation Menu</b>", "javascript:undefined")	
insDoc(foldersTree, gLnk("S", "Home","http://plato.asu.edu/guide.html"))  
aux1 = insFld(foldersTree, gFld("Problems & Software","http://plato.asu.edu/sub/pns.html"))
insDoc(aux1, gLnk("S", "Global Optimization","http://plato.asu.edu/sub/global.html"))    
aux2 = insFld(aux1, gFld("Unconstrained Optimization", "http://plato.asu.edu/sub/nlounres.html"))
insDoc(aux2, gLnk("S", "Function Values", "http://plato.asu.edu/sub/nlounres.html#function"))
insDoc(aux2, gLnk("S", "Nonsmooth", "http://plato.asu.edu/sub/nlounres.html#notdiff"))
insDoc(aux2, gLnk("S", "Differentiable", "http://plato.asu.edu/sub/nlounres.html#diff"))
insDoc(aux2, gLnk("S", "Large Problem", "http://plato.asu.edu/sub/nlounres.html#large"))
insDoc(aux2, gLnk("S", "Noisy/Expensive", "http://plato.asu.edu/sub/nlounres.html#fnois"))
aux2 = insFld(aux1, gFld("Constrained Optimization","http://plato.asu.edu/sub/nlores.html"))
insDoc(aux2, gLnk("S", "LP/MILP", "http://plato.asu.edu/sub/nlores.html#LP-problem"))
insDoc(aux2, gLnk("S", "QP/MIQP", "http://plato.asu.edu/sub/nlores.html#QP-problem"))
insDoc(aux2, gLnk("S", "SDP/SOCP", "http://plato.asu.edu/sub/nlores.html#semidef"))
insDoc(aux2, gLnk("S", "Geom Prog", "http://plato.asu.edu/sub/nlores.html#geom"))
insDoc(aux2, gLnk("S", "NLP", "http://plato.asu.edu/sub/nlores.html#general"))
insDoc(aux2, gLnk("S", "MINLP", "http://plato.asu.edu/sub/nlores.html#mixedinteger"))
insDoc(aux2, gLnk("S", "Networks", "http://plato.asu.edu/sub/nlores.html#net"))
insDoc(aux2, gLnk("S", "Constraint Prog", "http://plato.asu.edu/sub/nlores.html#special"))
insDoc(aux2, gLnk("S", "Dyn Prog", "http://plato.asu.edu/sub/nlores.html#dynamic"))
insDoc(aux2, gLnk("S", "Control", "http://plato.asu.edu/sub/nlores.html#control"))
insDoc(aux2, gLnk("S", "Other", "http://plato.asu.edu/sub/nlores.html#others"))
aux2 = insFld(aux1, gFld("Least Squares","http://plato.asu.edu/sub/nonlsq.html"))
insDoc(aux2, gLnk("S", "Unconstrained LSQ", "http://plato.asu.edu/sub/nonlsq.html#lsqnres"))
insDoc(aux2, gLnk("S", "Constrained LSQ", "http://plato.asu.edu/sub/nonlsq.html#lsqres"))
insDoc(aux1, gLnk("S", "Zeros/Roots", "http://plato.asu.edu/sub/zero.html"))
insDoc(aux1, gLnk("S", "Complementarity", "http://plato.asu.edu/sub/mcp.html"))
insDoc(aux1, gLnk("S", "Multiobjective Optimization","http://plato.asu.edu/sub/multiobj.html"))
insDoc(aux1, gLnk("S", "Discrete Optimization", "http://plato.asu.edu/sub/discrete.html"))
insDoc(aux1, gLnk("S", "Approximation", "http://plato.asu.edu/sub/approx.html"))
insDoc(foldersTree, gLnk("S", "Benchmarks", "http://plato.asu.edu/sub/benchm.html"))
insDoc(foldersTree, gLnk("S", "Testcases","http://plato.asu.edu/sub/testcases.html"))
insDoc(foldersTree, gLnk("S", "Books & Tutorials", "http://plato.asu.edu/sub/tutorials.html"))
insDoc(foldersTree, gLnk("S", "Tools", "http://plato.asu.edu/sub/tools.html"))
insDoc(foldersTree, gLnk("S", "Websubmission", "http://plato.asu.edu/sub/websub.html"))
insDoc(foldersTree, gLnk("S", "Other Sources", "http://plato.asu.edu/sub/sources.html"))
	
