var TREE_ITEMS = [
	['Heritage Manufacturing, Inc.', 'index.html',
		['About Us', 0,
                        ['Company Overview', 'about_us/overview.html'],
                        ['Experienced Management', 'about_us/management.html'],
                        ['Other Companies', 'about_us/companies.html'],
                ],
		['Products', 0,
                        ['Stainless Steel Enclosures', 'products/stainless_steel.html',
                                ['Control Cabinets', 'products/control_cabinets.html'],
                                ['Electrical Enclosures', 'products/electrical_enclosures.html'],
                                ['Juncion Boxes', 'products/boxes.html'],
                                ['Custom Stainless Steel Enclosures', 'products/custom_steel.html'],
                        ],
                        ['Painted Steel Enclosures', 'products/painted_steel.html',
                                ['Control Cabinets', 'products/painted_control.html'],
                                ['Custom Painted Steel Enclosures', 'products/painted_custom.html'],
                        ],
                        ['Product Image Gallery', 'gallery.php'],
                        ['Product Catalog [PDF]', 'size_and_specs_catalog.pdf'],
                ],
		['Special Services', 0,
                        ['Laser Services', 'services/laser.html'],
                        ['Folding Machine Services', 'services/folding.html'],
                        ['Custom Applications', 'services/custom.html'],
                ],
		['Request A Quote',  'request.html'],
                ['Contact Us', 'contact.html'],
                ['Sitemap', 'sitemap.html'],
	],
];
