var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Mediation',
    bIsWebPath:true,
    sUrl:'mediation.html',"childArray" : [
    {   sTitle:'Experience',
        bIsWebPath:true,
        sUrl:'experience.html'
    },
    {   sTitle:'Referral',
        bIsWebPath:true,
        sUrl:'referral.html'
    },
    {   sTitle:'Terms',
        bIsWebPath:true,
        sUrl:'terms.html'
    }]
},
{   sTitle:'Articles and Law',
    bIsWebPath:true,
    sUrl:'articlesanslaw.html',"childArray" : [
    {   sTitle:'Mediation Law',
        bIsWebPath:true,
        sUrl:'law.html'
    },
    {   sTitle:'Mediation Case Law',
        bIsWebPath:true,
        sUrl:'caselaw.html',"childArray" : [
        {   sTitle:'Case Law by Date',
            bIsWebPath:true,
            sUrl:'caselawdate.html'
        },
        {   sTitle:'Case Law Alphabetically',
            bIsWebPath:true,
            sUrl:'caselawalpha.html'
        },
        {   sTitle:'Case Law by Subject',
            bIsWebPath:true,
            sUrl:'caselawsubject.html'
        }]
    },
    {   sTitle:'Articles, Podcasts and Speeches',
        bIsWebPath:true,
        sUrl:'articles.html'
    },
    {   sTitle:'Updates',
        bIsWebPath:true,
        sUrl:'updates.html'
    }]
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'What\'s New',
    bIsWebPath:true,
    sUrl:'whatsnew.html'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html'
}]
});
