var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Listings',
    'bIsWebPath':true,
    'sUrl':'istings.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':'Greater Jacksonville',
    'bIsWebPath':true,
    'sUrl':'greater jacksonville.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
