/* 
	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 = [
	['JEWELRY', '',
			['Gold Jewelry', '',
			['News', '1_1.php'],
			['Search', '1_2.php'],
			['Blogs', '1_3.php'],
			['Rss feeds', '1_4.php'],
			['Trade Leads', '1_5.php'],
			['Auctions', '1_6.php'],
			['Shopping', '1_7.php'],
			['Comparison', '1_8.php'],
		],
		
['Silver Jewelry', '',
			['News', '2_1.php'],
			['Search', '2_2.php'],
			['Blogs', '2_3.php'],
			['Rss feeds', '2_4.php'],
			['Trade Leads', '2_5.php'],
			['Auctions', '2_6.php'],
			['Shopping', '2_7.php'],
			['Comparison', '2_8.php'],			
		],

['Goldsmith', '',
			['News', 'tree_alert.htm'],
			['Search', 'tree_alert.htm'],
			['Blogs', 'tree_alert.htm'],
			['Rss feeds', 'tree_alert.htm'],
			['Trade Leads', 'tree_alert.htm'],
			['Auctions', 'tree_alert.htm'],
			['Shopping', 'tree_alert.htm'],
			['Comparison', 'tree_alert.htm'],
		],

['Sterling Silver', '',
			['News', 'tree_alert.htm'],
			['Search', 'tree_alert.htm'],
			['Blogs', 'tree_alert.htm'],
			['Rss feeds', 'tree_alert.htm'],
			['Trade Leads', 'tree_alert.htm'],
			['Auctions', 'tree_alert.htm'],
			['Shopping', 'tree_alert.htm'],
			['Comparison', 'tree_alert.htm'],
		],

['Watches', '',
			['News', 'tree_alert.htm'],
			['Search', 'tree_alert.htm'],
			['Blogs', 'tree_alert.htm'],
			['Rss feeds', 'tree_alert.htm'],
			['Trade Leads', 'tree_alert.htm'],
			['Auctions', 'tree_alert.htm'],
			['Shopping', 'tree_alert.htm'],
			['Comparison', 'tree_alert.htm'],
		],
			]
];


