var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'Estate Liquidation',
    'bIsWebPath':true,
    'sUrl':'liquidation.html'
},
{   'sTitle':'Assisted Living Moves',
    'bIsWebPath':true,
    'sUrl':'moves.html'
},
{   'sTitle':' Relocation Services',
    'bIsWebPath':true,
    'sUrl':'relocate.html'
},
{   'sTitle':'Asset Investigations',
    'bIsWebPath':true,
    'sUrl':'investigations.html'
},
{   'sTitle':'Search MLS',
    'bIsWebPath':true,
    'sUrl':'homefinder.html'
},
{   'sTitle':'Real Estate Services',
    'bIsWebPath':true,
    'sUrl':'realestate.html'
},
{   'sTitle':'Estate Assistance',
    'bIsWebPath':true,
    'sUrl':'assistance.html'
},
{   'sTitle':'Legal Assistance',
    'bIsWebPath':true,
    'sUrl':'legal.html'
},
{   'sTitle':'Speakers Available',
    'bIsWebPath':true,
    'sUrl':'speakers.html'
},
{   'sTitle':'Testimonials',
    'bIsWebPath':true,
    'sUrl':'testimonials.html'
},
{   'sTitle':'Become an Affiliate',
    'bIsWebPath':true,
    'sUrl':'affiliates.html'
},
{   'sTitle':'Press Releases',
    'bIsWebPath':true,
    'sUrl':'press.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
