var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html',"childArray" : [
    {   'sTitle':'Club Committee',
        'bIsWebPath':true,
        'sUrl':'club committee.html'
    },
    {   'sTitle':'Finding Us',
        'bIsWebPath':true,
        'sUrl':'finding us.html'
    }]
},
{   'sTitle':'Club News ',
    'bIsWebPath':true,
    'sUrl':'club news.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about us.html'
},
{   'sTitle':'Calandar of Events',
    'bIsWebPath':true,
    'sUrl':'events calander.html'
},
{   'sTitle':'Competition Table',
    'bIsWebPath':true,
    'sUrl':'Competition Table.html'
},
{   'sTitle':'Competition Galleries',
    'bIsWebPath':true,
    'sUrl':'competition galleries.html'
},
{   'sTitle':'Members Galleries ',
    'bIsWebPath':true,
    'sUrl':'page94.html'
},
{   'sTitle':' Library &  Project Board',
    'bIsWebPath':true,
    'sUrl':'club library.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'Links.html'
},
{   'sTitle':'Forum',
    'bIsWebPath':true,
    'sUrl':'forum.html'
}]
});
