var TREE_ITEMS =[['', '', {'tt' : '', 'sb':'','hte':{'oncontextmenu':'return h_context_menu_root(o_tree_item)','style':''}},['Photoshop','/category/photoshop.html',,['Identity Pack (9)','/category/identity-pack.html'],['Website (16)','/category/website.html'],['Buttons (12)','/category/buttons.html'],['Backgrounds (1)','/category/backgrounds.html'],['Interfaces (2)','/category/interfaces.html'],['Actions (3)','/category/actions.html'],['Logos (247)','/category/logos.html'],['Styles (2)','/category/styles.html'],['Brushes (1)','/category/brushes.html'],['Shapes (1)','/category/shapes.html'],['Everything Else (7)','/category/6015.html'],],['Flash','/category/flash.html',,['Demo (20)','/category/demo.html'],['Websites (36)','/category/websites.html'],['Preloaders (9)','/category/preloaders.html'],['Contact Forms (5)','/category/contact-forms.html'],['Scrollers (2)','/category/scrollers.html'],['Music Players (1)','/category/music-players.html'],['Everything Else (2)','/category/6003.html'],],['Themes','/category/themes.html',,['Wordpress (7)','/category/wordpress.html'],['Joomla (3)','/category/joomla.html'],['Everything Else (3)','/category/6027.html'],],['Vector','/category/vector.html',,['Icons (27)','/category/icons.html'],['Layouts','/category/layouts.html',,['Abstract/Surreal (72)','/category/6109.html'],['Circular/Curved (110)','/category/6106.html'],['Element/Artistic (10)','/category/6110.html'],['Mechanical/Interfaces (10)','/category/6108.html'],['Rectangular/Straight (10)','/category/6107.html'],['Web 2.0 Layouts (1)','/category/6634.html'],],['Templates (6)','/category/templates.html'],['Illustrations (10)','/category/illustrations.html'],['Identity Packs (13)','/category/identity-packs.html'],['Everthing Else (9)','/category/everthing-else.html'],],['3D (9)','/category/6037.html'],['Clones of (Popular Sites) (14)','/category/6686.html'],['HTML Sites (10)','/category/html-sites.html'],['PHP Scripts (64)','/category/php-scripts.html'],['Software (57)','/category/software.html'],['Software Source Code (7)','/category/software-source-code.html'],['Photos (12)','/category/photos.html'],['Plugins (1)','/category/plugins.html'],['Databases (6)','/category/databases.html'],['eBooks (483)','/category/ebooks.html'],['Bundle Deals (2)','/category/bundle-deals.html'],['Everything Else (4)','/category/6042.html'],['Free Downloads (16)','/category/free-downloads.html'],['Information Products','/category/information-products.html',,['Advice (1)','/category/advice.html'],['Jokes','/category/jokes.html'],['Movie Stories','/category/movie-stories.html'],['Recipes','/category/recipes.html'],['Business Ideas','/category/business-ideas.html'],['Experiences (1)','/category/experiences.html'],['Song Lyrics','/category/song-lyrics.html'],['Trade/Other Secrets','/category/8498.html'],],]]; var TREE_TPL = { // general 'target':'_self', // name of the frame links will be opened in // other possible values are: // _blank, _parent, _search, _self and _top // images - root 'icon_48':'/images/icons/base.gif', // root icon normal 'icon_52':'/images/icons/base.gif', // root icon selected 'icon_56':'/images/icons/base.gif', // root icon opened 'icon_60':'/images/icons/base.gif', // root icon selected opened // images - node 'icon_16':'/images/icons/folder.gif', // node icon normal 'icon_20':'/images/icons/folderopen.gif', // node icon selected 'icon_24':'/images/icons/folderopen.gif', // node icon opened 'icon_28':'/images/icons/folderopen.gif', // node icon selected opened 'icon_80':'/images/icons/folderopen.gif', // mouseovered node icon normal // images - leaf 'icon_0':'/images/icons/page.gif', // leaf icon normal 'icon_4':'/images/icons/page.gif', // leaf icon selected // images - junctions 'icon_2':'/images/icons/joinbottom.gif', // junction for leaf 'icon_3':'/images/icons/join.gif', // junction for last leaf 'icon_18':'/images/icons/plusbottom.gif', // junction for closed node 'icon_19':'/images/icons/plus.gif', // junctioin for last closed node 'icon_26':'/images/icons/minusbottom.gif',// junction for opened node 'icon_27':'/images/icons/minus.gif', // junctioin for last opended node // images - misc 'icon_e':'/images/icons/empty.gif', // empty image 'icon_l':'/images/icons/line.gif', // vertical line // styles - root 'style_48':'mout', // normal root caption style 'style_52':'mout', // selected root caption style 'style_56':'mout', // opened root caption style 'style_60':'mout', // selected opened root caption style 'style_112':'mover', // mouseovered normal root caption style 'style_116':'mover', // mouseovered selected root caption style 'style_120':'mover', // mouseovered opened root caption style 'style_124':'mover', // mouseovered selected opened root caption style // styles - node 'style_16':'mout', // normal node caption style 'style_20':'mout', // selected node caption style 'style_24':'mout', // opened node caption style 'style_28':'mout', // selected opened node caption style 'style_80':'mover', // mouseovered normal node caption style 'style_84':'mover', // mouseovered selected node caption style 'style_88':'mover', // mouseovered opened node caption style 'style_92':'mover', // mouseovered selected opened node caption style // styles - leaf 'style_0':'mout', // normal leaf caption style 'style_4':'mout', // selected leaf caption style 'style_64':'mover', // mouseovered normal leaf caption style 'style_68':'mover', // mouseovered selected leaf caption style // expand on click 'onItemSelect':'onItemSelectHandler' // make sure there is no comma after the last key-value pair };