/* Menu items structure */
var MENU_ITEMS = [
	['Home', '/'],
	['News', 'news.html'],
	['Modular', null, null,
		['MOTM', 'motm.html'],
		['Frac-Rack', 'http://www.analoguehaven.com/motm/'],
		['Future Modules', 'new_stuff.html']
	],
	['Demos', 'demos.html'],
	['Artists', null, null,
		['People', 'users.html'],
		],
	['Technical',null,null,
		['HW Specs/BOMs', 'tech.html'],
		['Tutorials', 'tutorials.html'],
	],
	['CEM\'s', 'cems.html'],
	['Synergy', 'synergy.html'],
	['ORDER', 'https://synthtech.com/testcart/']
];
