var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'FIRM OVERVIEW ',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'ATTORNEY PROFILES',
    bIsWebPath:true,
    sUrl:'page26.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Gerald Krovatin',
        bIsWebPath:true,
        sUrl:'page36.html',
        sTarget:'_self'
    },
    {   sTitle:'Henry Klingeman',
        bIsWebPath:true,
        sUrl:'page37.html',
        sTarget:'_self'
    },
    {   sTitle:'Helen A. Nau',
        bIsWebPath:true,
        sUrl:'page22.html',
        sTarget:'_self'
    },
    {   sTitle:'Anna Cominsky',
        bIsWebPath:true,
        sUrl:'page23.html',
        sTarget:'_self'
    }]
},
{   sTitle:'CONTACT US',
    bIsWebPath:true,
    sUrl:'page6.html'
}]
});
