var TREE2_NODES = [
	['Home', 'index.asp', null],
	['About Us', null, null,
		['Mission and Vision', 'kitchen-cabinet-hardware-about.asp', null],
		['Core Values', 'kitchen-cabinet-hardware-about.asp?core_values', null],
		['History', 'kitchen-cabinet-hardware-about.asp?history', null],
		['Find a Sales Representative', 'kitchen-cabinet-hardware-about.asp?sales_rep', null],
		['Our Team', 'kitchen-cabinet-hardware-contact.asp', null],
	],
	['Products', null, null,
		['Kitchen & Bathroom', 'kitchen-cabinet-hardware-products.asp?ProductGroupID=1', null],
		['Office & Furniture', 'kitchen-cabinet-hardware-products.asp?ProductGroupID=3', null],
		['Closet & Storage', 'kitchen-cabinet-hardware-products.asp?ProductGroupID=2', null],
	
	],
	['In the News', 'kitchen-cabinet-hardware-news.asp', null],
];

var TREE3_NODES = [
	['Employment Opportunities', 'kitchen-cabinet-hardware-jobs.asp', null],
	['Product Literature', 'kitchen-cabinet-hardware-general.asp?type=literature', null],
	['Contact Us', 'kitchen-cabinet-hardware-contact.asp', null],
	['Our Partners', 'kitchen-cabinet-hardware-general.asp?type=links', null],
	['Intranet', '/intranet/index.asp', null],
	['User Login', 'kitchen-cabinet-hardware-user.asp', null],
	['First Time Users', 'kitchen-cabinet-hardware-user.asp?section=profile', null],
	['Password Retrieval', 'kitchen-cabinet-hardware-user.asp?section=forgot', null],
	['Advanced Search', 'kitchen-cabinet-hardware-products_search.asp', null],
	['Site Map', 'kitchen-cabinet-hardware-sitemap.asp', null],
	['Privacy Policy', 'kitchen-cabinet-hardware-privacy_policy.asp', null],
	['Shipping Information', 'kitchen-cabinet-hardware-shipping_rates.asp', null],
];
