// 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 = [
	['Sales', 'http://www.filebankit.com/sales.html'],
	['Service', 'http://www.filebankit.com/service.html'],
	['Backup', 'http://www.filebankit.com/backup.html'],
	['Web', 'http://www.filebankit.com/web.html'],
	['Home', 'http://www.filebankit.com/']
];


