var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'TESTIMONIALS',
    bIsWebPath:true,
    sUrl:'TESTIMONIALS.html'
},
{   sTitle:'SERVICES',
    bIsWebPath:true,
    sUrl:'SERVICES.html',"childArray" : [
    {   sTitle:'Civil Litigation',
        bIsWebPath:true,
        sUrl:'Civil Litigation.html',"childArray" : [
        {   sTitle:'Claims Slide Show 1',
            bIsWebPath:true,
            sUrl:'Claims Slide Show 1.html'
        },
        {   sTitle:'Claims Slide Show 2',
            bIsWebPath:true,
            sUrl:'Claims Slide Show 2.html'
        },
        {   sTitle:'Claims Slide Show 3',
            bIsWebPath:true,
            sUrl:'Claims Slide Show 3.html'
        },
        {   sTitle:'WC Slide Show 1',
            bIsWebPath:true,
            sUrl:'WC Slide Show 1.html'
        },
        {   sTitle:'WC Slide Show 2',
            bIsWebPath:true,
            sUrl:'WC Slide Show 2.html'
        }]
    },
    {   sTitle:'Corporate',
        bIsWebPath:true,
        sUrl:'Corporate.html',"childArray" : [
        {   sTitle:'Corp Slide Show 1',
            bIsWebPath:true,
            sUrl:'Corp Slide Show 1.html'
        },
        {   sTitle:'Corp Slide Show 2',
            bIsWebPath:true,
            sUrl:'Corp Slide Show 2.html'
        },
        {   sTitle:'Corp Slide Show 3',
            bIsWebPath:true,
            sUrl:'Corp Slide Show 3.html'
        }]
    },
    {   sTitle:'Family Law',
        bIsWebPath:true,
        sUrl:'Family Law.html',"childArray" : [
        {   sTitle:'Family Law Slide Show 1',
            bIsWebPath:true,
            sUrl:'Family Law Slide Show 1.html'
        },
        {   sTitle:'Family Law Slide Show 2',
            bIsWebPath:true,
            sUrl:'Family Law Slide Show 2.html'
        },
        {   sTitle:'Family Law Slide Show 3',
            bIsWebPath:true,
            sUrl:'Family Law Slide Show 3.html'
        }]
    }]
},
{   sTitle:'ABOUT US',
    bIsWebPath:true,
    sUrl:'ABOUT US.html',"childArray" : [
    {   sTitle:'Hiring a PI',
        bIsWebPath:true,
        sUrl:'Hiring a PI.html'
    },
    {   sTitle:'Owner',
        bIsWebPath:true,
        sUrl:'Owner.html'
    },
    {   sTitle:'Training',
        bIsWebPath:true,
        sUrl:'Training.html'
    },
    {   sTitle:'Images',
        bIsWebPath:true,
        sUrl:'Images.html'
    }]
},
{   sTitle:'ADDITIONAL',
    bIsWebPath:true,
    sUrl:'ADDITIONAL.html',"childArray" : [
    {   sTitle:'Links',
        bIsWebPath:true,
        sUrl:'Links.html'
    },
    {   sTitle:'Publications',
        bIsWebPath:true,
        sUrl:'Publications.html'
    },
    {   sTitle:'News',
        bIsWebPath:true,
        sUrl:'News.html'
    }]
},
{   sTitle:'CONTACT US',
    bIsWebPath:true,
    sUrl:'CONTACT US.html'
}]
});
