/* 
	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 = [
	['RSS feeds', '',
			['MARKETING', '',
			['BusinessOnLine', '1_1.php'],
			['Alex Barnett', '1_2.php'],
			['Marketing Sherpa', '1_3.php'],
			['MarketingVOX', '1_4.php'],
			['Nooked', '1_5.php'],
			['Netimperative Marketing', '1_6.php'],
			['Robin Good', '1_7.php'],
			['MasterNewMedia', '1_8.php'],
			['RSS Marketing Diary', '1_9.php'],
		],
		
['ADVERTISING', '',
			['Ad Maiora', '2_1.php'],
			['Advertising News', '2_2.php'],
			['MSN Search', '2_3.php'],
			['Brand Management', '2_4.php'],
			['AdAge.com', '2_5.php'],
			['[mini]marketing', '2_6.php'],
			['ClickZ News', '2_7.php'],
			['Technorati', '2_8.php'],
			['AdJab', '2_9.php'],	
		],
			]
];


