﻿/* Tigra Menu items structure */
var MENU_ITEMS = [
	['home', 'index.html', null,
	],
	['about us', 'about.html', null,
	],
	['products', 'products.html', null,
		['glassware', 'glass.html'],
		['ceramic', 'ceramic.html'],
		['steel', 'steel.html'],
		['aluminum/plastic', 'alum.html'],
		['acrylic/stainless', 'acrylic.html'],
		['gift sets', 'gift.html'],
		['boxes', 'boxes.html']
	],
	['current flyer', 'flyer.html', null,
	],
	['form downloads', 'forms.html', null,
	],
	['clear outs', 'updates.html', null,
	],
	['info guide', 'guide.html', null,
	],
	['contact', 'contact.html']
];
