var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'Services.htm'
},
{   'sTitle':'Locations',
    'bIsWebPath':true,
    'sUrl':'Locations.htm'
},
{   'sTitle':'Resources',
    'bIsWebPath':true,
    'sUrl':'Resources.html'
},
{   'sTitle':'Assign A Claim',
    'bIsWebPath':true,
    'sUrl':'assignment.htm'
},
{   'sTitle':'Career Opportunities',
    'bIsWebPath':true,
    'sUrl':'CareerOpportunities.html'
},
{   'sTitle':'Customer Service',
    'bIsWebPath':true,
    'sUrl':'contactus.htm'
}]
});
