/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.htm', {'tw':'_self'}],
	['Capabilities', 'capabilities.htm', {'tw':'_self'}],
	['Clients', 'clients.htm'],
	['Testimonials', 'testimonials.htm', {'tw':'_self'}],
	['Stills Gallery', 'images/slideshow/index.htm', {'tw':'_blank'}],
	['Animations Gallery', 'animations.htm', {'tw':'_blank'}],
	['About Us', 'aboutus.htm', {'tw':'_self'}]
];
