var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Coffeehouse',
    bIsWebPath:true,
    sUrl:'coffeehouse.html'
},
{   sTitle:'Eatery',
    bIsWebPath:true,
    sUrl:'eatery.html'
},
{   sTitle:'Menus',
    bIsWebPath:true,
    sUrl:'menus.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Lunch Menu',
        bIsWebPath:true,
        sUrl:'lunchmenu.html'
    },
    {   sTitle:'Breakfast Menu',
        bIsWebPath:true,
        sUrl:'breakfastmenu.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Catering',
    bIsWebPath:true,
    sUrl:'catering.html',
    sTarget:'_self'
},
{   sTitle:'Specials',
    bIsWebPath:true,
    sUrl:'blog.html',
    sTarget:'_self'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html',
    sTarget:'_self'
}]
});