var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sTitle:'Process',
    bIsWebPath:true,
    sUrl:'valuationprocess.html'
},
{   sTitle:'Attorneys',
    bIsWebPath:true,
    sUrl:'attorneys.html'
},
{   sTitle:'Expert Witness',
    bIsWebPath:true,
    sUrl:'expert-witness.html'
},
{   sTitle:'Matrimonial Valuation',
    bIsWebPath:true,
    sUrl:'matrimonial-valuation.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
