var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'Neighborhood News',
        bIsWebPath:true,
        sUrl:'news.html'
    },
    {   sTitle:'Meetings',
        bIsWebPath:true,
        sUrl:'meetings.html'
    },
    {   sTitle:'Q & A',
        bIsWebPath:true,
        sUrl:'questions.html'
    },
    {   sTitle:'Official Documents',
        bIsWebPath:true,
        sUrl:'documents.html'
    },
    {   sTitle:'Map & Driving Directions',
        bIsWebPath:true,
        sUrl:'directions.html'
    }]
},
{   sTitle:'Extras',
    bIsWebPath:true,
    sUrl:'extras.html',"childArray" : [
    {   sTitle:'Links',
        bIsWebPath:true,
        sUrl:'links.html',"childArray" : [
        {   sTitle:'Communities',
            bIsWebPath:true,
            sUrl:'communities.html'
        }]
    },
    {   sTitle:'Just For Fun',
        bIsWebPath:true,
        sUrl:'fun.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
