// menu_items.js file

// var rootpath = "File:///C:/JMB";
// var rootpath = "/InfoWebster";
var rootpath = "";

var MENU_ITEMS =[
	["Home", rootpath + "/index.html"],
	["About", rootpath + "/about/index.html"],
	["Portfolio", rootpath + "/portfolio/index.html"],
	["Design", rootpath + "/design/index.html",
		["Design Approach", rootpath + "/design/index.html"],
		["Getting Started", rootpath + "/design/gettingstarted.html"]
	],
	["Contact", rootpath + "/contact/index.html"]
];
