<!--
////////////////////////////////////////////////////////////////////
// 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 = 499;
LAYTOPPOS = 179;
LAYWIDTH = 90;
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|="framename"
    
alllinklist[alllinklistID] = new Array(
"0|1|0||",
"1|1|4|Powerhouse|",
"2|0|3|All About MPH|http://chbswphd.ph.chbs/PH/FUNCTION/MARKTNG/PHMMPH.NSF/AllAboutMPType?OpenView",
"2|0|3|Learning Exchange|http://chbswphd.ph.chbs/PH/FUNCTION/MARKTNG/PHMMPH.NSF/DiscussionCountry?OpenView",
"2|0|3|Product Teams|http://chbswphd.ph.chbs/PH/FUNCTION/MARKTNG/PHMMPH.NSF/ProductTeamsCountry?OpenView",
"2|0|3|Help|http://chbswphd.ph.chbs/PH/FUNCTION/MARKTNG/PHMMPH.NSF/HelpByChapter?OpenView"
  )

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

//-->

