var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Personal Injury',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Divorce',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Bio',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Terms of Use',
    bIsWebPath:true,
    sUrl:'page9.html'
}]
});
