/* 
	the format of the tree definition file is simple,
	you can find specification in the Tigra Menu documentation at:
	
	http://www.softcomplex.com/products/tigra_menu/docs/items.html	
*/

var TREE_ITEMS = [
	['Browse Site', 0, {'tt' : 'Window object', 'sb':'Window object'},
		['General', 0, {'tt' : 'General', 'sb' : 'General'},
			['The Lounge', 'http://www.designersplayground.com/forumdisplay.php?f=4'],
			['Introductions', 'http://www.designersplayground.com/forumdisplay.php?f=5'],
			['Show Off', 'http://www.designersplayground.com/forumdisplay.php?f=6'],
			['Internet & Marketing', 'http://www.designersplayground.com/forumdisplay.php?f=41'],
		],
		['Premium Content', 0, {'tt' : 'A collection of Premium Services offered.'},
			['Website Builder', 'http://www.designersplayground.com/sitebuilder.php'],
			['Templates', 'http://www.designersplayground.com/templates.php'],
		],
		['Software', 0, {'tt' : 'The place to discuss different graphic programs.', 'sb' : 'The place to discuss different graphic programs.'},
			['Photoshop', 'http://www.designersplayground.com/forumdisplay.php?f=35'],
			['Flash', 'http://www.designersplayground.com/forumdisplay.php?f=36'],
			['Paint Shop', 'http://www.designersplayground.com/forumdisplay.php?f=37'],
			['Fireworks', 'http://www.designersplayground.com/forumdisplay.php?f=92'],
		],
		['Customization', 0, {'tt' : 'Find or post solutions to template Customization Problems', 'sb' : 'Find or post solutions to template Customization Problems'},
			['Just Started...', 'http://www.designersplayground.com/forumdisplay.php?f=8'],
			['Graphics & Media', 'http://www.designersplayground.com/forumdisplay.php?f=18'],
			['Browser Issues', 'http://www.designersplayground.com/forumdisplay.php?f=19'],
			['Accessibility & Usability', 'http://www.designersplayground.com/forumdisplay.php?f=20'],
		],
		['Programing', 0, {'tt' : 'Discuss PHP, ASP, Perl, .NET, and other popular programming languages here.', 'sb' : 'Discuss PHP, ASP, Perl, .NET, and other popular programming languages here.'},
			['PHP', 'http://www.designersplayground.com/forumdisplay.php?f=75'],
			['ASP', 'http://www.designersplayground.com/forumdisplay.php?f=76'],
			['.NET', 'http://www.designersplayground.com/forumdisplay.php?f=77'],
			['Javascript', 'http://www.designersplayground.com/forumdisplay.php?f=78'],
			['Databases', 'http://www.designersplayground.com/forumdisplay.php?f=79'],
		],
		['Marketplace', 0, {'tt' : 'Got something to sell or trade? This is a place to sell and buy goods or services.', 'sb' : 'Got something to sell or trade? This is a place to sell and buy goods or services.'},
			['Internet Services', 'http://www.designersplayground.com/forumdisplay.php?f=81'],
			['Site Exchange', 'http://www.designersplayground.com/forumdisplay.php?f=82'],
			['Domain Exchange', 'http://www.designersplayground.com/forumdisplay.php?f=83'],
			['Skills Corner', 'http://www.designersplayground.com/forumdisplay.php?f=84'],
			['Template Sales', 'http://www.designersplayground.com/forumdisplay.php?f=85'],
		],
		['Help Center', 0, {'tt' : 'The latest news on DesignersPlayground + Our featured tools.', 'sb' : 'The latest news on DesignersPlayground + Our featured tools.'},
			['Site News', 'http://www.designersplayground.com/forumdisplay.php?f=2'],
			['Support Center', 'http://www.designersplayground.com/forumdisplay.php?f=10'],
			['Box of Questions', 'http://www.designersplayground.com/forumdisplay.php?f=94'],

		],
	]
];


