/**************************************************************************************************
Copyright (C) 2000 Caspar-David Senfft aliasing CDS-Virtuallender.
This javascript is made by and copyrighted to CDS-Virtuallender at 

http://www.scriptlender.de/

Wver the source code state that the script or demo is free to use, 
the source is free to use as long the copyright notice is kept in the source. 

As mentioned; the only thing I require if you use any of my scripts or demos on your own pages is 
that you keep the copyright notice in t. 

Very simple; All may be used freely as long as this message is intact!
**************************************************************************************************/

///////////////////////////////////////////////////////////////////////////////////////////////////
// Current parameter list
// prmLink,prmText,prmInfo,prmStyle1,prmStyle2,prmIconOut,prmIconOver,prmIconClick,prmOpen,prmTarget

var HeadNode0 = new cNode("./body.htm","Support","Support","cssHeader","cssHeader","../../../images/nav/globus-1.gif",null,"../../../images/nav/globus-1.gif",true,defIDMAINFRM);
    HeadNode0.meRoot = true;

var Nodesupp01 = new cNode("../../../data/pdf/IT-Organisation.pdf","IT Organization","","cssStyle1",defCSSACTIVE);
var Nodesupp02 = new cNode("../../../data/doc/Support-Modell.doc","Support Model","","cssStyle1",defCSSACTIVE);
var Nodesupp03 = new cNode("../bugmng/rdebug.htm","Bug Management","","cssStyle1",defCSSACTIVE,null,null,null,false,"_top");

var ceSpacer1  = oNodeMgr.getSpacer();

/*************************************************************************************************/

oNodeMgr.addNode(null,HeadNode0);
oNodeMgr.addNode(HeadNode0,Nodesupp01);
oNodeMgr.addNode(HeadNode0,Nodesupp02);
oNodeMgr.addNode(HeadNode0,Nodesupp03);

/////////////////////////////////////////////////////////////////////////
// Attention: The following statement causes an "Out of memory" effect.
// This is fixed only in this version.
// oNodeMgr.addNode(myNode,myNode);
////////////////////////////////////////////////////////////////////////////////////////
// Attention: You also cannot put the same child node under more than one parent node.
// A reference mechanism feature is not supported by this menu.
// oNodeMgr.addNode(oTest01,oTest03);
// oNodeMgr.addNode(oTest02,oTest03);

/*************************************************************************************************/


