var global_navtree = WpNavBar.readTree({
"childArray" : [
{   bSeparatorAfter:true,
    sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Entry Forms',
    bIsWebPath:true,
    sUrl:'entryforms.html'
},
{   sTitle:'Rules',
    bIsExternal:true,
    bIsWebPath:true,
    sUrl:'Biddulph Constitution December 2007v301111.pdf',
    sTarget:'_blank'
},
{   sTitle:'Find Us',
    bIsWebPath:true,
    sUrl:'findus.html'
},
{   sTitle:'Committee',
    bIsWebPath:true,
    sUrl:'committee.html'
},
{   sTitle:'Coaches',
    bIsWebPath:true,
    sUrl:'coaches.html'
},
{   sTitle:'Squads',
    bIsWebPath:true,
    sUrl:'squads.html'
},
{   sTitle:'Training',
    bIsWebPath:true,
    sUrl:'training.html'
},
{   sTitle:'Results',
    bIsWebPath:true,
    sUrl:'results.html'
},
{   sTitle:'Fundraising',
    bIsWebPath:true,
    sUrl:'fundraising.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Calendar',
    bIsWebPath:true,
    sUrl:'calendar.html'
},
{   sTitle:'Members',
    bIsWebPath:true,
    sUrl:'members.html'
}]
});
