var TREE_NODES = [
	['Buy Mode', null, null,
		['New Meshes', 'buy/meshes/index.html', '_top'],
                ['Game Textures', 'buy/textures/index.html', '_top'],
             ],

	['Build Mode', null, null,
		['Lots', 'build/lots/index.html', '_top'],
                ['Objects', 'build/objects/index.html', '_top'],
                ['Floors & Walls', 'build/floorwalls/index.html', '_top'],                
			],
			
	['Bodyshop', null, null,
		['Clothing for Males', 'bodyshop/clothing-male/index.html', '_top'],
                ['Clothing for Females', 'bodyshop/clothing-female/index.html', '_top'],
                ['Accessories', 'bodyshop/accessories/index.html', '_top'],
                ['Genetics', 'bodyshop/genetics/index.html', '_top'],
             ],
			
			['Themes', null, null,
		['Arabian', 'themes/arabian/index.html', '_top'],
                ['Stargate: Atlantis', 'themes/atlantis/index.html', '_top'],
                ['Seaside', 'themes/seaside/index.html', '_top'],
   			],

		['FAQ & TOS', 'faqs.htm', '_top'],
				['Custom Paintings', 'custom/paintings/index.html', '_top'],
				['Collection Icons', 'custom/icons/index.html', '_top'],
				['Misc', 'misc/index.html', '_top'],
				['Random Generators', 'generators/index.html', '_top'],
                ['Link To BogSims', 'LinkToBogSims.htm', '_top'],
                ['Support', 'support.htm', '_top'],
				['Privacy Policy', 'privacy.htm', '_top'],
                ['Home', 'index.html', '_top'],
		];



