// items structure
// each item is the array of one or more properties:
// [text, link, settings, subitems ...]
// use the builder to export errors free structure if you experience problems with the syntax

var MENU_ITEMS = [
	['Company', 'company.html', null],
	['Network', 'network.html', null],
	['Services', 'services.html', null],
	['News',null,null],
	['Careers',null,null]
];


