// You can find instructions for this file at http://www.treeview.net

//Environment variables are usually set at the top of this file.
USEFRAMES = 0
WRAPTEXT = 1
PERSERVESTATE = 1		// Baum soll prinzipiell erhalten bleiben
OPEN_CURRENT = 1		// Aktuelle Seite soll automatisch gehighlightet werden
CLOSE_OTHER_TOP = 1	// andere Top-Knoten sollen geschlossen werden
HIGHLIGHT = 1
HIGHLIGHT_COLOR = '#000000';
HIGHLIGHT_BG    = '';
FLD_WIDTH = 10


// Decide if the names are links or just the icons
USETEXTLINKS = 1  //replace 0 with 1 for hyperlinks

// Decide if the tree is to start all open or just showing the root folders
STARTALLOPEN = 0 //replace 0 with 1 to show the whole tree

USEICONS = 0							// change to 1 if icons shoul be used
ICONPATH = '../Treeview/' //change if the gif's folder is a subfolder, for example: 'images/'

function op() { //This function is used with folders that do not open pages themselves. See online docs.
}

foldersTree = gFld("<img src=\"../images/nav_all/spacer.gif\" width=\"1\" height=\"1\" border=\"0\" alt=\"\">", "html/1_1.htm", "sidenavhk");
//foldersTree = gFld("INHALT", "html/index.htm", "sidenavhk");
	aux1 = insFld(foldersTree, gFld("Economic success as the basis of sustainable action", "../html/1.htm", "sidenavhk"));
		aux2 = insFld(aux1, gFld("Editorial by the management board", "../html/1.htm", "sidenavuk"));
		aux2 = insFld(aux1, gFld("Sustainability and the future of corporations", "../html/1_1.htm", "sidenavuk"));
		aux2 = insFld(aux1, gFld("About us", "../html/1_2.htm", "sidenavuk"));
		aux2 = insFld(aux1, gFld("The Lenzing Group 2007", "../html/1_3.htm", "sidenavuk"));
		aux2 = insFld(aux1, gFld("Milestones", "../html/1_4.htm", "sidenavuk"));
		aux2 = insFld(aux1, gFld("Leading Fiber Innovation", "../html/1_5.htm", "sidenavuk"));
		aux2 = insFld(aux1, gFld("Who‘s who in fibers", "../html/1_6.htm", "sidenavuk"));
		aux2 = insFld(aux1, gFld("Lenzing fibers – sustainable products", "../html/1_7.htm", "sidenavuk"));
		aux2 = insFld(aux1, gFld("From technology leader to market and innovation leader", "../html/1_8.htm", "sidenavuk"));
		aux2 = insFld(aux1, gFld("Talking with our partner", "../html/1_9.htm", "sidenavuk"));
	aux1 = insFld(foldersTree, gFld("Responsibility for the environment", "../html/2.htm", "sidenavhk"));
		aux2 = insFld(aux1, gFld("Environmental philosophy", "../html/2.htm", "sidenavuk"));
		aux2 = insFld(aux1, gFld("Wood – the renewable resource", "../html/2_1.htm", "sidenavuk"));
		aux2 = insFld(aux1, gFld("Life cycle assessment", "../html/2_2.htm", "sidenavuk"));
		aux2 = insFld(aux1, gFld("Energy – a key factor for Lenzing", "../html/2_3.htm", "sidenavuk"));
		aux2 = insFld(aux1, gFld("Environmental protection systems in the Lenzing Group", "../html/2_4.htm", "sidenavuk"));
		aux2 = insFld(aux1, gFld("Lenzing – active environmental care", "../html/2_5.htm", "sidenavuk"));
	aux1 = insFld(foldersTree, gFld("Responsibility for people", "../html/3.htm", "sidenavhk"));
		aux2 = insFld(aux1, gFld("Our employees are the basis of our success", "../html/3.htm", "sidenavuk"));
		aux2 = insFld(aux1, gFld("Social responsibility at the sites", "../html/3_1.htm", "sidenavuk"));
		aux2 = insFld(aux1, gFld("Talking with our staff members", "../html/3_2.htm", "sidenavuk"));
	aux1 = insFld(foldersTree, gFld("Facts and figures", "../html/4.htm", "sidenavhk"));
		aux2 = insFld(aux1, gFld("Facts and figures", "../html/4.htm", "sidenavuk"));
		aux2 = insFld(aux1, gFld("Emissions into water", "../html/4_1.htm", "sidenavuk"));
		aux2 = insFld(aux1, gFld("Emissions into the air", "../html/4_2.htm", "sidenavuk"));
		aux2 = insFld(aux1, gFld("Awards", "../html/4_3.htm", "sidenavuk"));
		aux2 = insFld(aux1, gFld("Lenzing production processes", "../html/4_4.htm", "sidenavuk"));
	aux1 = insFld(foldersTree, gFld("Glossary", "../html/5.htm", "sidenavhk"));




//Set this string if Treeview and other configuration files may also be loaded in the same session
foldersTree.treeID = "t2" 
 
