var MENU_ITEMS = [
	['Home', 'index.shtm', {'sb' : 'SHORE-MATE - We are THE Waterfront Specialists!'}],
	['Lifts', 'lifts.shtm', {'sb' : 'Lifts for Boats, Pontoons, and PWC/Small Craft'}, 
		['Small Craft', 'pwc.shtm', {'sb' : 'Lifts for Personal Water Craft and other Small Craft'}],
		['Boat - Manual', 'boatmanual.shtm', {'sb' : 'Manual Lifts for Boats'}],
		['Boat - Hydraulic', 'boathydraulic.shtm', {'sb' : 'Hydraulic Lifts for Boats'}],
		['Pontoon - Manual', 'ptnmanual.shtm', {'sb' : 'Manual Lifts for Pontoons'}],
		['Pontoon - Hydraulic', 'ptnhydraulic.shtm', {'sb' : 'Hydraulic Lifts for Pontoons'}]
	],
    ['Canopies', 'canopies.shtm', {'sb' : 'Standard, Tower, and Touchless Canopies to Protect your Boat'},
        ['Standard', 'standard.shtm', {'sb' : 'Standard Canopies'}],
        ['Tower', 'tower.shtm', {'sb' : 'Tower Canopies'}],
        ['Touchless', 'touchless.shtm', {'sb' : 'Touchless Canopies'}]
	],
	['Docks', 'dock.shtm', {'sb' : 'Floating, Roll-in, and Stationary Dock Systems'},
		['Floating', 'float.shtm', {'sb' : 'Floating Dock Systems'}],
		['Roll-in', 'wheel.shtm', {'sb' : 'Roll-in Dock Systems'}],
		['Stationary', 'station.shtm', {'sb' : 'Stationary Dock Systems'}]
    ],
    ['Warranty', 'warranty.shtm', {'sb' : 'SHORE-MATE\'s Warranty'} ],
	['Dealers', 'dealer.shtm', {'sb' : 'Opportunities for Dealers'} ],
    ['Contact Us', 'contact.shtm', {'sb' : 'Contact SHORE-MATE' }]
];