// 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
ICONPATH = '/icons/'
PRESERVESTATE = 1
HIGHLIGHT = 1
HIGHLIGHT_COLOR = '#003d85'
HIGHLIGHT_BG = '#F0F0F0'


foldersTree = gFld("Home", "/index.asp")
foldersTree.xID = "7A"
	aux1 = insFld(foldersTree, gFld("Published Papers", "/documentation/publishedpapers.asp"))
	aux1.xID = "7A1"
		insDoc(aux1, gLnk("S", "Subject", "/documentation/subject/isapapers-sub.asp"))
		aux2 = insFld(aux1, gFld("Year", "/documentation/years/ISAPapers.asp"))
		aux2.xID = "7A11"
			insDoc(aux2, gLnk("S", "2011", "/documentation/years/2011.asp"))
			insDoc(aux2, gLnk("S", "2010", "/documentation/years/2010.asp"))
			insDoc(aux2, gLnk("S", "2009", "/documentation/years/2009.asp"))
			insDoc(aux2, gLnk("S", "2008", "/documentation/years/2008.asp"))
			insDoc(aux2, gLnk("S", "2007", "/documentation/years/2007.asp"))
			insDoc(aux2, gLnk("S", "2006", "/documentation/years/2006.asp"))
			insDoc(aux2, gLnk("S", "2005", "/documentation/years/2005.asp"))
			insDoc(aux2, gLnk("S", "2004", "/documentation/years/2004.asp"))
			insDoc(aux2, gLnk("S", "2003", "/documentation/years/2003.asp"))
			insDoc(aux2, gLnk("S", "2002", "/documentation/years/2002.asp"))
			insDoc(aux2, gLnk("S", "2001", "/documentation/years/2001.asp"))
			insDoc(aux2, gLnk("S", "2000", "/documentation/years/2000.asp"))
//			insDoc(aux2, gLnk("S", "1999", "/documentation/years/1999.asp"))
//			insDoc(aux2, gLnk("S", "1998", "/documentation/years/1998.asp"))
//			insDoc(aux2, gLnk("S", "1997", "/documentation/years/1997.asp"))
//			insDoc(aux2, gLnk("S", "1996", "/documentation/years/1996.asp"))
//			insDoc(aux2, gLnk("S", "1995", "/documentation/years/1995.asp"))
//			insDoc(aux2, gLnk("S", "1994", "/documentation/years/1994.asp"))
//			insDoc(aux2, gLnk("S", "1993", "/documentation/years/1993.asp"))
//			insDoc(aux2, gLnk("S", "1992", "/documentation/years/1992.asp"))
    aux1 = insDoc(foldersTree, gFld("Theses", "/documentation/theses.asp"))
	aux1.xID = "7A2"
//    aux1 = insDoc(foldersTree, gFld("Reports", "/documentation/reports/reports.asp"))
//	aux1.xID = "7A3"
    aux1 = insFld(foldersTree, gFld("Newsletters", "/documentation/newsletters.asp"))
	aux1.xID = "7A4"
	aux1 = insDoc(foldersTree, gLnk("B", "ConSys", "http://www.isa.au.dk/ConSys/home.html"))
	aux1.xID = "7A5"
    aux1 = insDoc(foldersTree, gLnk("S", "PC Help - Local Access Only", "/documentation/pchelp/pchelp.asp"))
	aux1.xID = "7A6"
    aux1 = insDoc(foldersTree, gLnk("S", "Accelerators World-Wide", "/documentation/ww-accelerators.asp"))
	aux1.xID = "7A7"
		
