var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Troop',
    bIsWebPath:true,
    sUrl:'troop.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'About Scouts',
        bIsWebPath:true,
        sUrl:'about scouts.html',
        sTarget:'_self'
    },
    {   sTitle:'Scout News',
        bIsWebPath:true,
        sUrl:'scout news update.html',
        sTarget:'_self'
    },
    {   sTitle:'Scout Diary',
        bIsWebPath:true,
        sUrl:'scout diary.html',
        sTarget:'_self'
    },
    {   sTitle:'Photo Album a',
        bIsWebPath:true,
        sUrl:'photo album 1.html',
        sTarget:'_self'
    },
    {   sTitle:'Photo Album 2',
        bIsWebPath:true,
        sUrl:'photo album 2.html',
        sTarget:'_self'
    },
    {   sTitle:'Photo Album  3',
        bIsWebPath:true,
        sUrl:'photo album 3.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Pack',
    bIsWebPath:true,
    sUrl:'cub pack.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Cub Diary',
        bIsWebPath:true,
        sUrl:'cub diary.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Colony',
    bIsWebPath:true,
    sUrl:'beavers .html',
    sTarget:'_self'
},
{   sTitle:'Group',
    bIsWebPath:true,
    sUrl:'group.html',
    sTarget:'_self'
},
{   sTitle:'Downloads',
    bIsWebPath:true,
    sUrl:'downloads.html',
    sTarget:'_self'
},
{   sTitle:'Scouts UK',
    bIsWebPath:true,
    sUrl:'scouts uk.html',
    sTarget:'_self'
},
{   sTitle:'Scout Base',
    bIsWebPath:true,
    sUrl:'scout base.html',
    sTarget:'_self'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});