
var TREE_ITEMS = [
	[' Home', 'index.html',
		[' News', 'news1.html'],
		[' About Us', 'about1.html'],
		[' Newsletter', 'newsletter1.html',
			[' Newsletter Archive', 'newsletterarchive1.html']
		],
		[' Products', 'products1.html',
			[' Overview', 'overview1.html',
				[' Detailed Desc.', 'description1.html'],
				[' Requirements', 'requirements1.html']
			],
			[' Screenshots', 'screenshots1.html'],
			[' FAQ', 'faq1.html'],
			[' Modules', 'modules1.html'],
			[' Testimonials', 'testimonials1.html'],
			[' Downloads', 'downloads1.html']
		],
		[' Support', 'support1.html',
			[' Contact', 'contact1.html'],
		],
		[' Purchasing', 'purchasing1.html'],
	]
];


