<!--
////////////////////////////////////////////////////////////////////
// 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 = 170;
LAYTOPPOS = 0;
LAYWIDTH = 120;
STANDARDFRAME = "displayframe"
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|Aventis|http://www.aventis.com/de/index.htm",
"1|0|3|Warner-Lambert|http://www.warner-lambert.com/",
"1|0|3|Glaxo Welcome|http://www.glaxowellcome.com/index.htm",
"1|0|3|Roche|http://www.roche.com/",
"1|0|3|American Home Products|http://www.ahp.com/",
"1|0|3|Astra Zeneca|http://www.astrazeneca.com/",
"1|0|3|Pfizer|http://www.pfizer.com/main.html",
"1|1|4|more ... A-L|",
"2|0|3|Bayer|http://www.bayer.com/",
"2|0|3|Boehringer Ingel|http://www.boehringer-ingelheim.com/",
"2|0|3|Bristol-Meyers SQB|http://www.bristol-myers.com/",
"2|0|3|Johnson & Johnson|http://www.jnjmedical.com/",
"2|0|3|Lilly|http://www.lilly.com/",
"1|1|4|more ... M-Z|",
"2|0|3|Merck & Co.|http://www.merck.com/",
"2|0|3|Schering Plough|http://www.schering-plough.com/",
"2|0|3|SmithKline Beecham|http://www.sb.com/index.html"
  )

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

//-->

