var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about us.html',"childArray" : [
    {   sTitle:'Our Lawyers',
        bIsWebPath:true,
        sUrl:'lawyers.html'
    },
    {   sTitle:'Mark Newby',
        bIsWebPath:true,
        sUrl:'page13.html'
    },
    {   sTitle:'Rachel Baldwin ',
        bIsWebPath:true,
        sUrl:'page16.html'
    }]
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html',"childArray" : [
    {   sTitle:'Prison Law Changes ',
        bIsWebPath:true,
        sUrl:'Prison Law changes.html'
    },
    {   sTitle:'Victor Nealon ',
        bIsWebPath:true,
        sUrl:'victor nealon.html'
    },
    {   sTitle:'Appeal Cases',
        bIsWebPath:true,
        sUrl:'appealcases.html'
    }]
},
{   sTitle:'Resources',
    bIsWebPath:true,
    sUrl:'resources.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'Page 5.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
