/* Tigra Menu items structure */
var MENU_ITEMS = [
	['About Shapes', 'aboutshapes.html', {'sw':108,'bw':175}],
	['Technology', 'technology.html', {'sw':93,'bw':150}],
	['Services for Women', 'servicesforwomen.html', {'sw':143,'bw':130}],
	['Services for Men', 'servicesformen.html', {'sw':123,'bw':115}],
	['Contact Us', 'contactus.html', {'sw':88}],
	['Home', 'index.html', {'sw':63}]
];
