var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   bSeparatorBefore:true,
    bSeparatorAfter:true,
    sTitle:'Groups',
    bIsWebPath:true,
    sUrl:'groups.html',"childArray" : [
    {   sTitle:'Annfield Plain',
        bIsWebPath:true,
        sUrl:'Annfield Plain.html',
        sTarget:'_self'
    },
    {   sTitle:'Blackhill',
        bIsWebPath:true,
        sUrl:'blackhill.html',
        sTarget:'_self'
    },
    {   sTitle:'Burnopfield',
        bIsWebPath:true,
        sUrl:'burnopfield.html',
        sTarget:'_self'
    },
    {   sTitle:'Consett',
        bIsWebPath:true,
        sUrl:'consett.html',
        sTarget:'_self'
    },
    {   sTitle:'Dipton',
        bIsWebPath:true,
        sUrl:'dipton.html',
        sTarget:'_self'
    },
    {   sTitle:'Leadgate',
        bIsWebPath:true,
        sUrl:'leadgate.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Sections',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Beaver Scouts',
        bIsWebPath:true,
        sUrl:'beaverscouts.html',
        sTarget:'_self'
    },
    {   sTitle:'Cub Scouts',
        bIsWebPath:true,
        sUrl:'cubscouts.html',
        sTarget:'_self'
    },
    {   sTitle:'Scouts',
        bIsWebPath:true,
        sUrl:'scouts.html',
        sTarget:'_self'
    },
    {   sTitle:'Explorer Scouts',
        bIsExternal:true,
        sUrl:'http://www.derwentsidescouts.org.uk/explorer'
    },
    {   sTitle:'Network Scouts',
        bIsExternal:true,
        sUrl:'http://www.derwentsidescouts.org.uk/network'
    },
    {   sTitle:'Adults in Scouting',
        bIsWebPath:true,
        sUrl:'adults.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Information for Parents',
    bIsWebPath:true,
    sUrl:'parentinformation.html',"childArray" : [
    {   sTitle:'Uniform',
        bIsWebPath:true,
        sUrl:'Uniform.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Beaver Scout Uniform',
            bIsWebPath:true,
            sUrl:'beaveruniform.html',
            sTarget:'_self'
        },
        {   sTitle:'Cub Scout Uniform',
            bIsWebPath:true,
            sUrl:'cubuniform.html',
            sTarget:'_self'
        },
        {   sTitle:'Scout Uniform',
            bIsWebPath:true,
            sUrl:'scoutuniform.html',
            sTarget:'_self'
        },
        {   sTitle:'Explorer Scout Uniform',
            bIsWebPath:true,
            sUrl:'exploreruniform.html',
            sTarget:'_self'
        },
        {   sTitle:'Network & Adult Uniform',
            bIsWebPath:true,
            sUrl:'adultuniform.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'What to take to Camp',
        bIsWebPath:true,
        sUrl:'campkit.html',
        sTarget:'_self'
    },
    {   sTitle:'Child Protection Policy',
        bIsWebPath:true,
        sUrl:'childprotection.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Leaders',
    bIsWebPath:true,
    sUrl:'leaders.html'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});