var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Featured Properties',
    'bIsWebPath':true,
    'sUrl':'featured properties.html'
},
{   'sTitle':'Office Listings',
    'bIsWebPath':true,
    'sUrl':'office listings.html'
},
{   'sTitle':'Search MLS',
    'bIsWebPath':true,
    'sUrl':'search mls.html'
},
{   'sTitle':'Buyers',
    'bIsWebPath':true,
    'sUrl':'buyers.html'
},
{   'sTitle':'Sellers',
    'bIsWebPath':true,
    'sUrl':'sellers.html'
},
{   'sTitle':'Testimonials',
    'bIsWebPath':true,
    'sUrl':'testimonials.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
