var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Buyers',
    'bIsWebPath':true,
    'sUrl':'buyers.html'
},
{   'sTitle':'Sellers',
    'bIsWebPath':true,
    'sUrl':'sellers.html'
},
{   'sTitle':'The Lake Area',
    'bIsWebPath':true,
    'sUrl':'the lake area.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Rentals',
    'bIsWebPath':true,
    'sUrl':'rentals.html'
},
{   'sTitle':'Vacation Rentals',
    'bIsWebPath':true,
    'sUrl':'vacation rentals.html'
},
{   'sTitle':'Our Team',
    'bIsWebPath':true,
    'sUrl':'our team.html'
}]
});
