var customNavTree3 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Chapter 7',
    bIsWebPath:true,
    sUrl:'chapter_7_bankruptcy_sc.html'
},
{   sTitle:'Chapter 13',
    bIsWebPath:true,
    sUrl:'chapter_13_bankruptcy_sc.html'
},
{   sTitle:'What to expect?',
    bIsWebPath:true,
    sUrl:'bankruptcy_hearing.html'
},
{   sTitle:'Bankruptcy Documents',
    bIsWebPath:true,
    sUrl:'bankruptcy_documents_sc.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'stone_law_firm.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_us.html'
}]
});
