var SIMPLE_TREE_FORMAT = [ //0. left position 17, //1. top position 140, //2. show +/- buttons true, //3. couple of button images (collapsed/expanded/blank) ["/img/pfeil_rot_klein.gif", "/img/pfeil_rot_klein.gif", "/img/shim.gif"], //4. size of images (width, height,ident for nodes w/o children) [10,10,10], //5. show folder image true, //6. folder images (closed/opened/document) ["/img/shim.gif", "/img/shim.gif", "/img/shim.gif"], //7. size of images (width, height) [17,10], //8. identation for each level [0/*first level*/, 16/*second*/, 32/*third*/,...] [0,0,16,48,64,80,96,112,124], //9. tree background color ("" - transparent) "#ff0000", //10. default style for all nodes "fliess12weiss", //11. styles for each level of menu (default style will be used for undefined levels) ["fliess12weissfett"],//["clsNodeL0","clsNodeL1","clsNodeL2","clsNodeL3","clsNodeL4"], //12. true if only one branch can be opened at same time true, //13. item pagging and spacing [0,2], //14. actuall document "/img/pfeil_rot_klein2.gif", ];