// 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>Homepage owerview</b>', 'javascript:root'),'0','hLink'
aux1 = insFld(foldersTree, gFld('Environmental Engineering', '../nyhetsfunktioner/Environmental engineering_103309.htm','366','subLink'))
aux1 = insFld(foldersTree, gFld('Kontakt', '../nyhetsfunktioner/Kontakt_103542.htm','367','subLink'))
aux1 = insFld(foldersTree, gFld('Sophantering', '../nyhetsfunktioner/Sophantering_103936.htm','368','subLink'))
aux1 = insFld(foldersTree, gFld('Destruktionsugnar', '../nyhetsfunktioner/Destruktionsugn_104110.htm','369','subLink'))
aux1 = insFld(foldersTree, gFld('Innomhusmiljö', '../nyhetsfunktioner/Innomhusmiljö_104245.htm','370','subLink'))
aux1 = insFld(foldersTree, gFld('Mobil vattenrening', '../nyhetsfunktioner/Mobil vattenreningsanlaggning_204015.htm','373','subLink'))
insDoc(aux1, gLnk('S','Avsaltning', '../nyhetsfunktioner/Avsaltning_205020.htm','375','Link'))
insDoc(aux1, gLnk('S','Vatten', '../nyhetsfunktioner/Vatten_205010.htm','374','Link'))


