/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html', {'tw':'_self','tt':'','sw':'90'}],
	['Shelves', '', {'tw':'_self','tt':'','sw':'96'},
		['Corner Shelf Sets', '', {'tw':'_self','tt':''},
			['Hearts', 'corner-hearts.html', {'tw':'_self','tt':''}],
			['Plain Front', 'corner-plain.html', {'tw':'_self','tt':''}]
		],	
		['Heart Shelves', '', {'tw':'_self','tt':''},
			['Oak', 'oakheart.html', {'tw':'_self','tt':''}],
			['Pine', 'pineheart.html', {'tw':'_self','tt':''}]
		],
		['Oak Molded Shelves', 'oakmolded.html', {'tw':'_self','tt':''}],
		['Towel Bar Shelves', 'TowelBars.html', {'tw':'_self','tt':''}],
		['Pine Tiered Shelves', 'TieredShelves.html', {'tw':'_self','tt':''}],
		['Wide Top Series', 'oakwidetop.html', {'tw':'_self','tt':''}]
	],
	['Coat and Towel Hooks', '', {'tw':'_self','tt':'','sw':'220'},
		['Antique Brass Hooks', 'hooks-antique.html', {'tw':'_self','tt':''}],
		['Bright Brass Hooks', 'hooks-bright.html', {'tw':'_self','tt':''}]
	],
	['Hand Mirrors', 'mirror.html', {'tw':'_self','tt':'','sw':'150'}],
	['Quilts', '', {'tw':'_self','tt':'','sw':'90'},
		['Quilt Shelves', 'OakQuiltShelves.html', {'tw':'_self','tt':''}],
		['Quilt Clamps', 'OakQuiltClamps.html', {'tw':'_self','tt':''}]
	],
	['Contact Us', 'contactus.html', {'tw':'_self','tt':'','sw':'140'}],
];

