<!--
////////////////////////////////////////////////////////////////////
// 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 = 60;
LAYTOPPOS = 0;
LAYWIDTH = 90;
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 // when 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|Starlix|http://CHBSWPHD/PH/FUNCTION/MARKTNG/phm-star.nsf",
"1|0|3|Amdray|http://CHBSWPHD/PH/FUNCTION/MARKTNG/phm-PROD.nsf",
"1|0|1|Zelmac|javascript:alert(%22not available for now%22)",
"1|0|1|Diovan|javascript:alert(%22not available for now%22)",
"1|0|1|Excelon|javascript:alert(%22not available for now%22)",
"1|0|1|Lamisil|javascript:alert(%22not available for now%22)",
"1|0|1|Apligraf|javascript:alert(%22not available for now%22)",
"1|0|1|Miacalcic|javascript:alert(%22not available for now%22)",
"1|0|1|Neoral|javascript:alert(%22not available for now%22)",
"1|0|1|Simulect|javascript:alert(%22not available for now%22)",
"1|1|1|Others|javascript:alert(%22not available for now%22)"
  )

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

//-->

