/*
    Feel free to use your custom icons for the tree. Make sure they are all of the same size.
    User icons collections are welcome, we'll publish them giving all regards.
*/

var TREE_TPL = {
  'target' : '_self',    // name of the frame links will be opened in
                         // other possible values are: _blank, _parent, _search, _self and _top

  'icon_e'  : 'site_map/icons/empty.gif',      // empty image
  'icon_l'  : 'site_map/icons/line.gif',       // vertical line

  'icon_32' : 'site_map/icons/base.gif',       // root leaf icon normal
  'icon_36' : 'site_map/icons/base.gif',       // root leaf icon selected
    
  'icon_48' : 'site_map/icons/logo_grey.gif',  // root icon normal
  'icon_52' : 'site_map/icons/logo_grey.gif',  // root icon selected
  'icon_56' : 'site_map/icons/logo_grey.gif',  // root icon opened
  'icon_60' : 'site_map/icons/logo_grey.gif',  // root icon selected
    
  'icon_16' : 'site_map/icons/folder.gif',     // node icon normal
  'icon_20' : 'site_map/icons/folderopen.gif', // node icon selected
  'icon_24' : 'site_map/icons/folderopen.gif', // node icon opened
  'icon_28' : 'site_map/icons/folderopen.gif', // node icon selected opened

  'icon_0'  : 'site_map/icons/page.gif',       // leaf icon normal
  'icon_4'  : 'site_map/icons/page.gif',       // leaf icon selected
    
  'icon_2'  : 'site_map/icons/joinbottom.gif', // junction for leaf
  'icon_3'  : 'site_map/icons/join.gif',       // junction for last leaf
  'icon_18' : 'site_map/icons/plusbottom.gif', // junction for closed node
  'icon_19' : 'site_map/icons/plus.gif',       // junctioin for last closed node
  'icon_26' : 'site_map/icons/minusbottom.gif',// junction for opened node
  'icon_27' : 'site_map/icons/minus.gif'       // junctioin for last opended node
};


