// 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 = 1
//WRAPTEXT = 1
//PERSERVESTATE = 1
USETEXTLINKS = 1  //replace 0 with 1 for hyperlinks

// Decide if the tree is to start all open or just showing the root folders
STARTALLOPEN = 1  //replace 0 with 1 to show the whole tree

ICONPATH = 'images/' //change if the gif's folder is a subfolder, for example: 'images/'
USEICONS = 0
foldersTree = gFld('<b>Översikt av webbplatsen</b>', 'javascript:root'),'0','hLink'
aux1 = insFld(foldersTree, gFld('Home', '../nyhetsfunktioner/Home_094237.htm','416','subLink'))
aux1 = insFld(foldersTree, gFld('Contact', '../nyhetsfunktioner/Contact_094705.htm','417','subLink'))
aux1 = insFld(foldersTree, gFld('Waste disposal', '../nyhetsfunktioner/Waste disposal_094927.htm','418','subLink'))
insDoc(aux1, gLnk('S','Incinerator', '../nyhetsfunktioner/Incinerator_155526.htm','425','Link'))
aux1 = insFld(foldersTree, gFld('Incinerators', '../nyhetsfunktioner/Incinerators_095817.htm','432','subLink'))
aux1 = insFld(foldersTree, gFld('Rotary kiln', '../nyhetsfunktioner/Rotary kiln_095613.htm','420','subLink'))
aux1 = insFld(foldersTree, gFld('Indoor environment', '../nyhetsfunktioner/Indoor environment_084356.htm','427','subLink'))
aux1 = insFld(foldersTree, gFld('Water purification', '../nyhetsfunktioner/Mobil water unit_112359.htm','429','subLink'))
insDoc(aux1, gLnk('S','Desalinization', '../nyhetsfunktioner/Desalinization_113639.htm','430','Link'))
insDoc(aux1, gLnk('S','water purification', '../nyhetsfunktioner/water purification_113727.htm','431','Link'))

