/* Tigra Menu items structure */
var MENU_ITEMS = [
	['<img src="menu_files/Nav/about.jpg">', null, {'sb':'Analog meets Digital and lovin\' it','sw':106},
		['Studio Tour', 'tour.asp', {'tt':'Studio design by world renowned acoustic architect John Storyk ','sb':'Pick into our world and make it your.'}],
		['News', 'news.asp', {'sb':'join our mailing list and we will keep you inform on the latest news from sweatshop studios.'}],
		['Sweatshop Band', 'sweatshopband.asp'],
		['Home', '404.htm', {'sb':'back to the home page.'}]

	],
	['<img src="menu_files/Nav/services.jpg">', 'services.asp', {'sw':139}],
	['<img src="menu_files/Nav/equip.jpg">', null, {'sw':159},
		['Console', 'console.asp'],
		['The Mic Closet', 'mics.asp', {'tt':'The chain start here, do not compromise. '}],
		['Pre-Amps', 'pres.asp', {'tt':'The Pre\'s that match the Mic\'s, Heaven..'}],
		['Dynamics', 'dynamics.asp', {'tt':'Get a pro touch.'}],
		['Effects', 'effects.asp'],
		['Instruments', 'instruments.asp', {'tt':'enjoy a world class instruments.'}],
		['List (pdf)', 'list.pdf', {'tw':'_blank'}]
	],
	['<img src="menu_files/Nav/label.jpg">', '404.htm', {'sw':107}],
	['<img src="menu_files/Nav/contact.jpg">', 'contact.asp', {'sw':94}]
];




