<!--
////////////////////////////////////////////////////////////////////
// copyright: SYSTOR AG - Switzerland
// author: Christian Hauser - IT assistance GmbH - info@itassistance.ch
// date: 03.09.99 12:35
// change: 05.09.99 02:49
////////////////////////////////////////////////////////////////////
//Setup Variables, data container for file_tree_maker.js

LAYLEFTPOS = 33;
LAYTOPPOS = 154;
LAYWIDTH = 80;
STANDARDFRAME = "display_frame"
TREEVISIBLE = 0
USETEXTLINKS = 1
SEPARATORHEIGHT = 1
CLASSOB = new Array() // state CSS x.class as CLASSOB[level] = "class"
CLASSOB[0] = "level0"
CLASSOB[1] = "level3"
CLASSOB[2] = "level3"
CLASSOB[3] = "level3"
CLASSOB[4] = "level3"
ICONWIDTH = 10
ICONHEIGHT = 10
ICONPATH = "images/treedisplay/"
ONSTARTVISIBLE = 0 // makes disapear levelO for ever
AUTOCLOSE = 0
OBSERVER = 1 // adds an action to the layer

// element by "level(0..n)|folder(0=off 1=on)|linkstyle(*)|description(text html)|link(absolute relative)"
// * 0=STANDARDFRAME 1=_self 2=_top 3_blank 4=empty framename
    
alllinklist[alllinklistID] = new Array(
"0|1|0||",
"1|1|0|Companies|",
"2|0|4|HAPPY PILL LTD.|javascript:alert(%22not available for now%22)",
"1|1|0|Products|",
"2|0|4|Viagra|javascript:alert(%22not available for now%22)",
"2|0|4|Johaniskraut|javascript:alert(%22not available for now%22)"
  )

// fills the array with all the informations for all file trees 
initialize()

//-->

