// menu_items.js file
// comments block here

var MENU_ITEMS =[
	["Services", null,
                ["Compudok Home", "Default.aspx"],
		["Network Solutions", "Networking.aspx"],
		["Web Hosting", "Hosting.aspx"],
		["Web Development", "WebDevelopment.aspx"],
		["Computer Systems", "ComputerSystems.aspx"],
		["ASP.NET App/Dev", "ApplicationDevelopment.aspx"]
	],
	["Customer Service", "CustomerService.aspx"],
	["Partners", "Partners.aspx"],
	["About Us", "About.aspx"],
];
