// menu_items.js file
// comments block here

var MENU_ITEMS =[
		["Home", "../index.html",
		],

		["Services", null,
			["Website Design", "design.html"],
			["Maintenance", "maintenance.html"],
			["Optimization (SEO)", "seo.html"],
			["Website Hosting", "hosting.html"]
		],
		
		["Design Options", null,
			["Content Editor", "editor.html"],
			["E-Commerce", "e-commerce-shopping-carts.html"],
			["Flash", "flash.html"],
			["Templates", "templates.html"],
			["Database Systems", "data-forms-reports.html"],
		],

		["Portfolio", "portfolio.html",
		],

		["WDO", null,
			["Quality of Service", "quality-of-service.html"],
			["Contact WDO", "contact.php"]
		],
		
];




