var customNavTree7 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.shtml'
},
{   sTitle:'Firm Profile',
    bIsWebPath:true,
    sUrl:'Law-Firm-Profile.shtml'
},
{   sTitle:'Attorney Profile',
    bIsWebPath:true,
    sUrl:'Attorney-Profile.shtml'
},
{   sTitle:'Video Library',
    bIsWebPath:true,
    sUrl:'Video-Library.shtml'
},
{   sTitle:'Resources',
    bIsWebPath:true,
    sUrl:'WebResources.shtml'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'Contact-Us.shtml'
}]
});
