
var TREE_TPL = {
'target'  : '_self',

'icon_e'  : 'tree_empty.gif', // empty image
'icon_l'  : 'tree_empty.gif',  // vertical line
'icon_0'  : 'pixel.gif', // leaf icon normal
'icon_4'  : 'pixel.gif', // selected  - changed 8/6/08 align "disclaimer"
'icon_18' : 'tree_plus.gif',  // closed node
'icon_19' : 'tree_plus.gif',   // last closed node
'icon_26' : 'tree_minus.gif', // opened node
'icon_27' : 'tree_minus.gif',  //last opended node
'style_28':'redleafs', 
'style_4':'redleafs' 
};



var NOTFOUND = [
		
 ['<span style="visibility:hidden;">Home</style>','#',null,

     ['Previous Page','javascript:history.go(-1)'],
     ['Old Website','sunday.html',null,
        ['Home Page','sunday.html'],
        ['Maintenance','maintenance.html',null],
        ['Site Map','sitemap.html'],
        ],
    ]
];

