var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about_us.html'
},
{   'sTitle':'Welfare',
    'bIsWebPath':true,
    'sUrl':'welfare.html',"childArray" : [
    {   'sTitle':'Community Projects',
        'bIsWebPath':true,
        'sUrl':'community_projects.html'
    },
    {   'sTitle':'Message in a Bottle',
        'bIsWebPath':true,
        'sUrl':'message_in_a_bottle.html'
    },
    {   'sTitle':'Diabetes Awareness',
        'bIsWebPath':true,
        'sUrl':'diabetes_awareness.html'
    },
    {   'sTitle':'Used Spectacle Collection',
        'bIsWebPath':true,
        'sUrl':'used_spectacles.html'
    }]
},
{   'sTitle':'Fundraising',
    'bIsWebPath':true,
    'sUrl':'fundraising.html'
},
{   'sTitle':'Photographs',
    'bIsWebPath':true,
    'sUrl':'photographs.html'
},
{   'sTitle':'Club Diary',
    'bIsWebPath':true,
    'sUrl':'club_diary.html'
},
{   'sTitle':'Three Bridges Fun Run',
    'bIsWebPath':true,
    'sUrl':'three_bridges_fun_run.html'
},
{   'sTitle':'Picnic in the Park',
    'bIsWebPath':true,
    'sUrl':'picnic_in_the_park.html'
},
{   'sTitle':'Contacts',
    'bIsWebPath':true,
    'sUrl':'contacts.html'
}]
});
