// menu_items.js file

var MENU_ITEMS =[
	["&nbsp;Services", "services.htm",
		["&nbsp;Troubleshooting", "troubleshooting.htm"],
		["&nbsp;Networking", "networking.htm"],
		["&nbsp;Consulting & Training", "consulting-training.htm"],
		["&nbsp;Security Sweep", "security-sweep.htm"],
		["&nbsp;Installations/Upgrades", "upgrades.htm"],
		["&nbsp;Data Backup", "backup.htm"]
	],
	["&nbsp;Rates", "rates.htm"],
	["&nbsp;Contacts", "contacts.htm"],
	["&nbsp;Ask a Question", "ask.htm"],
	["&nbsp;Chat", "chat.htm"],
	["&nbsp;Nitori Recommends", "recommends.htm",
		["&nbsp;Hardware", "hardware_tips.htm"],
		["&nbsp;Software", "software_tips.htm"],
		["&nbsp;Web Sites", "websites_tips.htm"]
	],
	["&nbsp;Home", "index.html"]
];

