/* 
	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 = [
	['HOME', 'index.htm',
		['COMPANY','ft_background.htm',
			['background', 'ft_background.htm'],
			['strategy', 'ft_strategy.htm'],
			['techonology', 'ft_technology.htm'],
			['vision', 'ft_future_plan.htm'],
			['strength', 'ft_strength.htm'],
			['contact us', 'ft_contact.htm']
		],
		['FT GARMENT MRP', 'ft_garment_overview.htm',
			['overview', 'ft_garment_overview.htm'],
			['features', 'ft_garment_feature.htm'],
			['reports', 'ft_garment_report.htm'],			
			['snapshots', 'ft_garment_prints.htm']
		],
		['FT PLASTIC MRP', 'ft_plastic_overview.htm',
			['overview', 'ft_plastic_overview.htm'],
			['features', 'ft_plastic_feature.htm'],
			['reports', 'ft_plastic_report.htm'],			
			['snapshots', 'ft_plastic_prints.htm']
		],
		['FT NICHE MARKET', 'ft_niche_overview.htm',
			['overview', 'ft_niche_overview.htm'],
			['features', 'ft_niche_feature.htm'],
			['reports', 'ft_niche_report.htm'],			
			['snapshots', 'ft_niche_prints.htm']
		],
		['COMMUNITY', 'support.htm',
			['whitepapers', 'support.htm'],
			['forum', 'forum/index.php']
		]
	]
];


