var nav_2tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Areas of Practice',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'Practice.html'
},
{   'sTitle':'Who We Are',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'About.html',"childArray" : [
    {   'sTitle':'James Brown',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'james_brown.html'
    },
    {   'sTitle':'Michael Schottelkotte',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'michael_schottelkotte.html'
    },
    {   'sTitle':'Marc Stimpert',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'marc_stimpert.html'
    },
    {   'sTitle':'Michael Vaughn',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'michael_vaughn.html'
    },
    {   'sTitle':'A. Allen Brown',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'a_allen_brown.html'
    }]
},
{   'sTitle':'Contact Us',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'Contact.html'
}]
});
