<!--
////////////////////////////////////////////////////////////////////
// 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 = 444;
LAYTOPPOS = 70;
LAYWIDTH = 110;
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|0|3|Financial Times|http://www.ft.com/",
"1|0|3|Wall Street Journal|http://www.wsj.com/",
"1|0|3|Basler Zeitung|http://www.baz.ch/frontseite/welcome.html",
"1|0|3|Economist|http://www.economist.com/",
"1|0|3|NZZ|http://www.nzz.ch/online/index.htm"
  )

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

//-->

