var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'menu',
    bIsWebPath:true,
    sUrl:'menu.html',"childArray" : [
    {   sTitle:'breakfast',
        bIsWebPath:true,
        sUrl:'breakfast.html'
    },
    {   sTitle:'breakfast2',
        bIsWebPath:true,
        sUrl:'breakfast2.html'
    },
    {   sTitle:'salads',
        bIsWebPath:true,
        sUrl:'salads.html'
    },
    {   sTitle:'sandwiches',
        bIsWebPath:true,
        sUrl:'sandwiches.html'
    },
    {   sTitle:'large plates',
        bIsWebPath:true,
        sUrl:'plates.html'
    },
    {   sTitle:'juices',
        bIsWebPath:true,
        sUrl:'juices.html'
    },
    {   sTitle:'beverages',
        bIsWebPath:true,
        sUrl:'beverages.html'
    },
    {   sTitle:'wines',
        bIsWebPath:true,
        sUrl:'wines.html'
    },
    {   sTitle:'cocktails',
        bIsWebPath:true,
        sUrl:'cocktails.html'
    }]
},
{   sTitle:'slideshow',
    bIsWebPath:true,
    sUrl:'slideshow.html'
},
{   sTitle:'location',
    bIsWebPath:true,
    sUrl:'location.html'
}]
});