﻿/* Tigra Menu items structure */var MENU_ITEMS = [	['Home', 'index.html',null,		['Order Form', 'OrderForm.html'],		['E-mail', 'mailto:oldersha@netrover.com']	],	['Bulding Materials', null, null,		['Steel Framing', 'SteelFraming.html'],		['Insulation', 'Insulation.html'],		['Drywall', 'Drywall.html'],		['Tools & Accessories', 'Tools.html'],		['Decorative Columns', 'Columns.html'],		['Stair Systems', 'Stairs.html'],		['Commercial Doors, Locks & Hardware', 'CommercialDoors.html']	],	['Moldings & Millwork', null, null,		['Wood Moldings', 'WoodMoldings.html']	],	['Interior Products', null, null,		['Panel Doors, Locks & Hardware', 'PanelDoors.html'],		['Shelving Systems', 'ShelvingSystems.html'],		['Ceiling Systems', 'CeilingSystems.html']	],	['Paints & More', null, null,		['Benjamin Moore Paints', 'Paints.html'],		['Painting Tips', 'PaintingTips.html'],		['Paint Calculator', 'PaintCalculator.html']	],	['Contact Us', 'ContactUs.html']];