// menu_items.js file

var MENU_ITEMS =[
	["AxsDirect™", "../solutions.html",
		["AxsDirect™ Remote", "../solutions/axsremote.html"],
		["AxsDirect™ Control", "../solutions/axscontrol.html"],
		["Our Data Center", "../solutions/datacenter.html"]
	],
	["Custom Integration Solutions", "../solutions/custom.html"
	]
];
