var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   bSeparatorAfter:true,
    sTitle:'Evaluation Services',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Child Custody',
    bIsWebPath:true,
    sUrl:'childcustodyevaluation.html'
},
{   sTitle:'Consultation',
    bIsWebPath:true,
    sUrl:'forensicconsultation.htm'
},
{   sTitle:'Professional Qualifications',
    bIsWebPath:true,
    sUrl:'biography.htm'
},
{   sTitle:'Contact Info',
    bIsWebPath:true,
    sUrl:'contactinfo.htm'
}]
});
