var customnavtree3 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sDescription:'Sections sub Page',
    sTitle:'Sections',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sDescription:'Section Page - Beavers',
        sTitle:'Beavers',
        bIsWebPath:true,
        sUrl:'sectionbeavers.html'
    },
    {   sDescription:'Cubs Section Page',
        sTitle:'Cubs',
        bIsWebPath:true,
        sUrl:'sectioncubs.html'
    },
    {   sDescription:'Scouts Sections Page',
        sTitle:'Scouts',
        bIsWebPath:true,
        sUrl:'sectionscouts.html'
    },
    {   sDescription:'Young Leaders Section',
        sTitle:'Young Leaders',
        bIsWebPath:true,
        sUrl:'page6.html'
    }]
},
{   sDescription:'News Archive',
    sTitle:'News',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'2010 News',
        bIsWebPath:true,
        sUrl:'2010 news.html',
        sTarget:'_self'
    },
    {   sDescription:'2009 old new ',
        sTitle:'2011 News',
        bIsWebPath:true,
        sUrl:'2009 old news.html',
        sTarget:'_self'
    }]
},
{   sDescription:'Members Section - Password protected',
    sTitle:'Members Section',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sDescription:'Diaries for all the sections',
        sTitle:'Diaries',
        bIsWebPath:true,
        sUrl:'page9.html'
    },
    {   sTitle:'Photo Gallery',
        bIsWebPath:true,
        sUrl:'photo gallery.html',
        sTarget:'_self'
    }]
},
{   sDescription:'Contacts Page',
    sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contacts.html'
},
{   sDescription:'Useful Links ',
    sTitle:'Useful Info',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Policies',
        bIsWebPath:true,
        sUrl:'policies.html',
        sTarget:'_self'
    },
    {   sTitle:'Membership Policy',
        bIsWebPath:true,
        sUrl:'membership policy.html',
        sTarget:'_self'
    }]
}]
});
