var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Diary',
    bIsWebPath:true,
    sUrl:'diary.html',
    sTarget:'_self'
},
{   sTitle:'Shop',
    bIsWebPath:true,
    sUrl:'shop.html',"childArray" : [
    {   sTitle:'Scout uniform',
        bIsWebPath:true,
        sUrl:'scoutuniform.html',
        sTarget:'_self'
    },
    {   sTitle:'Guide uniform',
        bIsWebPath:true,
        sUrl:'guideuniform.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Centre',
    bIsWebPath:true,
    sUrl:'centre.html',
    sTarget:'_self'
},
{   sTitle:'Roll of Honour',
    bIsWebPath:true,
    sUrl:'rollofhonour.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'CSA Bronze',
        bIsWebPath:true,
        sUrl:'bronze.html',
        sTarget:'_self'
    },
    {   sTitle:'CSA Silver',
        bIsWebPath:true,
        sUrl:'silver.html',
        sTarget:'_self'
    },
    {   sTitle:'CSA Gold',
        bIsWebPath:true,
        sUrl:'gold.html',
        sTarget:'_self'
    },
    {   sTitle:'CSA Platinum',
        bIsWebPath:true,
        sUrl:'platinum.html',
        sTarget:'_self'
    },
    {   sTitle:'CSA Diamond',
        bIsWebPath:true,
        sUrl:'diamond.html',
        sTarget:'_self'
    },
    {   sTitle:'Queens Scout',
        bIsWebPath:true,
        sUrl:'queens.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Groups',
    bIsWebPath:true,
    sUrl:'groups.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'page4.html',"childArray" : [
    {   sTitle:'District Team',
        bIsWebPath:true,
        sUrl:'team.html'
    }]
}]
});