var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home ',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Association',
    'bIsWebPath':true,
    'sUrl':'association.html',"childArray" : [
    {   'sTitle':'Committees',
        'bIsWebPath':true,
        'sUrl':'committee.html'
    },
    {   'sTitle':'Documents',
        'bIsWebPath':true,
        'sUrl':'documents.html'
    },
    {   'sTitle':'Meetings',
        'bIsWebPath':true,
        'sUrl':'meetings.html'
    },
    {   'sTitle':'Minutes',
        'bIsWebPath':true,
        'sUrl':'minutes.html'
    },
    {   'sTitle':'Phone Numbers',
        'bIsWebPath':true,
        'sUrl':'phone.html'
    },
    {   'sTitle':'Pool Rules',
        'bIsWebPath':true,
        'sUrl':'pool.html'
    }]
},
{   'sTitle':'The Board Room',
    'bIsWebPath':true,
    'sUrl':'bod_room.html'
},
{   'sTitle':'Management Company',
    'bIsWebPath':true,
    'sUrl':'management.html',"childArray" : [
    {   'sTitle':'Forms',
        'bIsWebPath':true,
        'sUrl':'forms.html'
    }]
},
{   'sTitle':'News',
    'bIsWebPath':true,
    'sUrl':'news.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contactus.html'
}]
});
