// 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
// {'tw':'_blank'}

var MENU_ITEMS =
[
	['Sivut'],
	['Hae'],
	['Menut'],
	['Templaatit'],
	['Snippets'],
	['K&auml;ytt&auml;j&auml;t'],
	['Asetukset']	
];

