var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
},
{   sTitle:'Find Us',
    bIsWebPath:true,
    sUrl:'maps.html',
    sTarget:'_self'
},
{   sTitle:'Teams',
    bIsWebPath:true,
    sUrl:'teams.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Under16 Boys',
        bIsWebPath:true,
        sUrl:'u16a.html',
        sTarget:'_self'
    },
    {   sTitle:'Under17 Gems',
        bIsWebPath:true,
        sUrl:'u17a.html',
        sTarget:'_self'
    },
    {   sTitle:'Under 18 Kickz',
        bIsWebPath:true,
        sUrl:'u18b.html',
        sTarget:'_self'
    },
    {   sTitle:'FCK 8s Dons',
        bIsWebPath:true,
        sUrl:'fck8.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Policy',
    bIsWebPath:true,
    sUrl:'policy.html',
    sTarget:'_self'
},
{   sTitle:'Sponsor',
    bIsWebPath:true,
    sUrl:'sponsor.html',
    sTarget:'_self'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html',
    sTarget:'_self'
}]
});
