var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'CYA News',
    'bIsWebPath':true,
    'sUrl':'cya news.html'
},
{   'sTitle':'Projects',
    'bIsWebPath':true,
    'sUrl':'projects.html'
},
{   'sTitle':'Training',
    'bIsWebPath':true,
    'sUrl':'training.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'Useful Documents',
    'bIsWebPath':true,
    'sUrl':'download centre.html'
},
{   'sTitle':'Member information and news',
    'bIsWebPath':true,
    'sUrl':'members\'news.html'
},
{   'sTitle':'Non CYA Training and Events',
    'bIsWebPath':true,
    'sUrl':'noncyatraining.html'
},
{   'sTitle':'Vacancies',
    'bIsWebPath':true,
    'sUrl':'vacancies.html'
},
{   'sTitle':'Funding',
    'bIsWebPath':true,
    'sUrl':'funding.html'
},
{   'sTitle':'CYA Team',
    'bIsWebPath':true,
    'sUrl':'who are we.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact us.html'
},
{   'sTitle':'Join Us',
    'bIsWebPath':true,
    'sUrl':'join us.html'
}]
});
