<!--
////////////////////////////////////////////////////////////////////
// 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 = 123;
LAYTOPPOS = 229;
LAYWIDTH = 100;
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|1|Internal|",
"2|0|1|Brands monthly|javascript:alert(%22not available for now%22)",
"2|0|4|Countries (CSO) monthly|javascript:alert(%22not available for now%22)",
"2|0|4|LE & Budget|javascript:alert(%22not available for now%22)",
"2|0|4|TA's|javascript:alert(%22not available for now%22)",
"2|0|4|Forms & Strengths|javascript:alert(%22not available for now%22)",
"2|0|4|Base Business|javascript:alert(%22not available for now%22)",
"1|0|4||",
"1|1|4|External|",
"2|1|4|Market Info Board|",
"3|0|3|Home|http://marketing.ph.chbs/mib/default.htm",
"3|0|3|Monthly|http://marketing.ph.chbs/mib/frame2c/monda/index.htm",
"3|0|3|Quarterly|http://marketing.ph.chbs/mib/frame2c/quada/index.htm",
"3|0|3|Daily Treatment|http://marketing.ph.chbs/mib/frame2c/dailtr/index.htm",
"3|0|4|Price Info|javascript:alert(%22not available for now%22)",
"3|0|3|Prescription|http://marketing.ph.chbs/mib/frame2c/pre/index.htm",
"3|0|4|Diagnoses|javascript:alert(%22not available for now%22)"
  )

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

//-->

