// 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 = "3A"
    insDoc(foldersTree, gLnk("S", "Meetings/Workshops", "/news/meetings.asp"))
	insDoc(foldersTree, gLnk("S", "Newsletters", "/documentation/newsletters.asp"))
    aux1 = insFld(foldersTree, gFld("Archive News", "javascript:parent.op()"))
	aux1.xID ="3A1"
		insDoc(aux1, gLnk("T", "2009", "/news/archive/2009.asp"))
		insDoc(aux1, gLnk("T", "2007", "/news/archive/2007.asp"))
		insDoc(aux1, gLnk("T", "2006", "/news/archive/2006.asp"))
		insDoc(aux1, gLnk("T", "2005", "/news/archive/2005.asp"))
		insDoc(aux1, gLnk("T", "2004", "/news/archive/2004.asp"))
		insDoc(aux1, gLnk("T", "2003", "/news/archive/2003.asp"))
		insDoc(aux1, gLnk("T", "2002", "/news/archive/2002.asp"))
		insDoc(aux1, gLnk("T", "2001", "/news/archive/2001.asp"))
		insDoc(aux1, gLnk("T", "to 2000", "/news/archive/2000.asp"))
  

