var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about-us.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'Bankruptcy and Debt Relief',
        bIsWebPath:true,
        sUrl:'bankruptcy-and-debt-relief.html'
    },
    {   sTitle:'Divorce and Family Law',
        bIsWebPath:true,
        sUrl:'divorce-and-family-law.html'
    },
    {   sTitle:'Personal Injuries',
        bIsWebPath:true,
        sUrl:'personal injuries.html'
    },
    {   sTitle:'Criminal Matters',
        bIsWebPath:true,
        sUrl:'criminal matters.html'
    },
    {   sTitle:'Credit Card Harassment',
        bIsWebPath:true,
        sUrl:'credit-card-harassment.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact attorney bob.html'
}]
});
