var TREE_ITEMS =[['', '', {'tt' : '', 'sb':'','hte':{'oncontextmenu':'return h_context_menu_root(o_tree_item)','style':''}},['Free Stuff (11)','http://10stock.com/gallery/category/free_stuff.html'],['Printables & Crafts','http://10stock.com/gallery/category/4927.html',,['digital sheets (7)','http://10stock.com/gallery/category/digital_sheets.html'],['Greeting Cards','http://10stock.com/gallery/category/greeting_cards.html',,['New Baby','http://10stock.com/gallery/category/new_baby.html'],['Seasonal','http://10stock.com/gallery/category/4985.html'],['Wedding (5)','http://10stock.com/gallery/category/wedding.html'],],['Scrapbooking (1)','http://10stock.com/gallery/category/scrapbooking.html'],],['Textures','http://10stock.com/gallery/category/4896.html',,['Set 1 ','http://10stock.com/gallery/category/4991.html'],['Textures ','http://10stock.com/gallery/category/4992.html'],],['Vector Packs','http://10stock.com/gallery/category/vector_packs.html',,['Set 1 (8)','http://10stock.com/gallery/category/4913.html'],['Set 2 (3)','http://10stock.com/gallery/category/set_2.html'],['Set 3 (3)','http://10stock.com/gallery/category/set_3.html'],['Set 4 (1)','http://10stock.com/gallery/category/set_4.html'],['Set 5 (3)','http://10stock.com/gallery/category/set_5.html'],['Set 6 (1)','http://10stock.com/gallery/category/set_6.html'],],['Brushes','http://10stock.com/gallery/category/brushes.html',,['Photoshop Brushes (6)','http://10stock.com/gallery/category/photoshop_brushes.html'],['Vector Brushes (2)','http://10stock.com/gallery/category/vector_brushes.html'],],['illustrations','http://10stock.com/gallery/category/illustrations.html',,['Abstract (2)','http://10stock.com/gallery/category/abstract.html'],['Backgrounds (13)','http://10stock.com/gallery/category/backgrounds.html'],['Beauty & Spa (7)','http://10stock.com/gallery/category/4979.html'],['Business (4)','http://10stock.com/gallery/category/business.html'],['Food & Fruit (5)','http://10stock.com/gallery/category/4981.html'],['icons & clipart (7)','http://10stock.com/gallery/category/4980.html'],['Kids and fun (2)','http://10stock.com/gallery/category/kids_and_fun.html'],['Patterns (13)','http://10stock.com/gallery/category/patterns.html'],['silhouettes','http://10stock.com/gallery/category/silhouettes.html'],['Seasonal (14)','http://10stock.com/gallery/category/4971.html'],],['Digital Kits (2)','http://10stock.com/gallery/category/digital_kits.html'],['ETSY Banners (4)','http://10stock.com/gallery/category/etsy_banners.html'],['Tutorials (1)','http://10stock.com/gallery/category/tutorials.html'],['Artist Application','http://10stock.com/gallery/category/artist_application.html'],['Design Services (2)','http://10stock.com/gallery/category/design_services.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':'/gallery/images/icons/base.gif', // root icon normal 'icon_52':'/gallery/images/icons/base.gif', // root icon selected 'icon_56':'/gallery/images/icons/base.gif', // root icon opened 'icon_60':'/gallery/images/icons/base.gif', // root icon selected opened // images - node 'icon_16':'/gallery/images/icons/folder.gif', // node icon normal 'icon_20':'/gallery/images/icons/folderopen.gif', // node icon selected 'icon_24':'/gallery/images/icons/folderopen.gif', // node icon opened 'icon_28':'/gallery/images/icons/folderopen.gif', // node icon selected opened 'icon_80':'/gallery/images/icons/folderopen.gif', // mouseovered node icon normal // images - leaf 'icon_0':'/gallery/images/icons/page.gif', // leaf icon normal 'icon_4':'/gallery/images/icons/page.gif', // leaf icon selected // images - junctions 'icon_2':'/gallery/images/icons/joinbottom.gif', // junction for leaf 'icon_3':'/gallery/images/icons/join.gif', // junction for last leaf 'icon_18':'/gallery/images/icons/plusbottom.gif', // junction for closed node 'icon_19':'/gallery/images/icons/plus.gif', // junctioin for last closed node 'icon_26':'/gallery/images/icons/minusbottom.gif',// junction for opened node 'icon_27':'/gallery/images/icons/minus.gif', // junctioin for last opended node // images - misc 'icon_e':'/gallery/images/icons/empty.gif', // empty image 'icon_l':'/gallery/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 };