var CAT_FORMAT = getTreeFormat();
CAT_FORMAT.left = 0;
CAT_FORMAT.top = 0;
CAT_FORMAT.table.width = 240;
CAT_FORMAT.nodeFormat = new Object();
CAT_FORMAT.nodeFormat.singleBranch = true;
CAT_FORMAT.nodeFormat.virtualChildren = false;
CAT_FORMAT.nodeFormat.css = "niv1";
CAT_FORMAT.nodeFormat.selected = {"change":true, "css":"niv1Sel"};
CAT_FORMAT.nodeFormat.shadow = {"change":true, "css":"niv1Shadow"};
CAT_FORMAT.nodeFormat.expanded = {"change":true, "css":"niv1Exp"};
CAT_FORMAT.nodeFormat.highlight = {"css":"niv1Sel"};
CAT_FORMAT.nodeFormat.childrenOrder = "none";
CAT_FORMAT.nodeFormat.generic = new Object();


var subCat = TreeFormat_nodeFormat(false);
subCat.singleBranch = true;
subCat.virtualChildren = false;
subCat.css = "niv2";
subCat.selected = {"css":"niv2Sel"};
subCat.shadow = {"css":"niv2Sel"};
subCat.highlight = {"css":"niv2Sel"};
subCat.childrenOrder = "none";
subCat.generic = new Object();

