// menu_items.js file
// comments block here

var MENU_ITEMS =[
		["Home", "index.php",
		],
		
		["E-Commerce 101", null, null,
			["Introduction", "101intro.php"],
			["Business Plan", "101businessplan.php"],
			["Implementation Plan", "101implementationplan.php"]
		],
		
		["How To Articles", "articles.php",
		],

		["Q &amp; A", "QandA.php",
		],

		["SEO Winners & Losers", "seo_reviews.php",
		],
		
		["SEO Business Blog", "/blog/index.php",
		]		
];




