// 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 = "1A"
    aux1 = insDoc(foldersTree, gLnk("S", "Facilities", "/facilities/facilities.asp"))
	aux1.xID ="1A1"
	aux1 = insDoc(foldersTree, gLnk("S", "Research", "/research/research.asp"))
	aux1.xID ="1A2"
	aux1 = insDoc(foldersTree, gLnk("S", "News", "/news/news.asp"))
    aux1.xID ="1A3"
	aux1 = insDoc(foldersTree, gLnk("S", "Schedules", "/schedule/schedules.asp"))
    aux1.xID ="1A4"
	aux1 = insDoc(foldersTree, gLnk("S", "Status", "/status/status.html"))
    aux1.xID ="1A5"
	aux1 = insDoc(foldersTree, gLnk("S", "User Information", "/user/home.asp"))
    aux1.xID ="1A6"
	aux1 = insDoc(foldersTree, gLnk("S", "Documentation", "/documentation/documentation.asp"))
    aux1.xID ="1A7"
	aux1 = insDoc(foldersTree, gLnk("S", "På Dansk", "/dansk/information.asp"))
	aux1.xID ="1A8"
	aux1 = insDoc(foldersTree, gLnk("S", "Contact Information", "/contacts/contacts.asp"))
	aux1.xID ="1A9"
	aux1 = insDoc(foldersTree, gLnk("S", "ISA Staff List", "/contacts/isaStaff.asp"))
	aux1.xID ="1A10"
	aux1 = insDoc(foldersTree, gLnk("S", "Image Gallery", "/web/imageGallery.asp"))
	aux1.xID ="1A11"

