var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Welcome',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'Committee',
    bIsWebPath:true,
    sUrl:'committee.html'
},
{   sTitle:'Competitions',
    bIsWebPath:true,
    sUrl:'competitions.html'
},
{   sTitle:'Matches',
    bIsWebPath:true,
    sUrl:'matches.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});