/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.htm', {'sb':'Click Here to return to our Home Page.','sw':'37'}],
	['Mesquite Furniture    <img src=img/darrow.gif>', 'mesquite.htm', {'sb':'Click here to view Mesquite Furniture','sw':'136'},
		['Bedroom', 'bedroom.htm'],
		['Dining Room', 'dining.htm'],
		['Living Room & Office', 'accessories.htm'],
		['Bars and Stools', 'barstools.htm'],
		['Hope Chests', 'hopechests.htm']
	],
	['Fireplace Mantles', 'mantles.htm', {'sb':'Click Here to see Fireplace Mantles in various sizes.','sw':'106'}],
	['Entry Doors & Staircases', 'entrydoors.htm', {'sb':'Click Here to see our Beautiful Entry Doors and Staircases.','sw':'151'}],
	['Cedar Furniture    <img src=img/darrow.gif>', 'cedar.htm', {'sb':'Click Here to see our Beautiful Cedar Creations.','sw':'110'},
		['Posts and Beams', 'postnbeam.htm']
	],
	['Lumber', 'lumberfloor.htm', {'sb':'Click Here for Lumber and Flooring products','sw':'50'}],
	['In-stock Items', 'instock.htm', {'sb':'Click Here to see Items we have In-Stock ','sw':'90'}],
	['Terms', 'terms.htm', {'sb':'Click Here for Payment and Shipping Information ','sw':'45'}]

];

