var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html',"childArray" : [
    {   sTitle:'Ian Lawless',
        bIsWebPath:true,
        sUrl:'ian lawless.html'
    }]
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'charity law',
        bIsWebPath:true,
        sUrl:'charity.html'
    },
    {   sTitle:'civil litigation',
        bIsWebPath:true,
        sUrl:'civil.html'
    },
    {   sTitle:'conveyancing',
        bIsWebPath:true,
        sUrl:'conveyancing.html',"childArray" : [
        {   sTitle:'quote',
            bIsWebPath:true,
            sUrl:'quote.html'
        }]
    },
    {   sTitle:'Crime ',
        bIsWebPath:true,
        sUrl:'crime.html'
    },
    {   sTitle:'criminal appeals',
        bIsWebPath:true,
        sUrl:'page10.html'
    },
    {   sTitle:'family law',
        bIsWebPath:true,
        sUrl:'family.html'
    },
    {   sTitle:'Prison Law ',
        bIsWebPath:true,
        sUrl:'prison law .html'
    },
    {   sTitle:'Personal Injury',
        bIsWebPath:true,
        sUrl:'personal injury.html'
    },
    {   sTitle:'Powers of Attorney',
        bIsWebPath:true,
        sUrl:'powers of attorney.html'
    },
    {   sTitle:'Wills and Probate',
        bIsWebPath:true,
        sUrl:'wilsl.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page5.html'
}]
});
