var base = "http://www.clarkmoody.com/v1/";

var navItems = new Array(0);
navItems.push(new Array(0,-1,-1,-1,"index.html","New Site"));
navItems.push(new Array(1,-1,-1,-1,"index.html","v1 Home"));
//navItems.push(new Array(2,-1,-1,-1,"index.html","Home"));
navItems.push(new Array(2, 0,-1,-1,"products/index.html","Business"));
navItems.push(new Array(2, 1,-1,-1,"products/webDes/index.html","Web Design"));
navItems.push(new Array(2, 2,-1,-1,"products/webApp/index.html","Web Applications"));
navItems.push(new Array(2, 3,-1,-1,"products/pricing.html","Pricing"));
navItems.push(new Array(3,-1,-1,-1,"../vision/index.html","Allied Vision"));
navItems.push(new Array(4,-1,-1,-1,"bio/index.html","Biography"));
navItems.push(new Array(5,-1,-1,-1,"contact/index.html","Contact"));
