var customNavTree4 = WpNavBar.readTree({
"childArray" : [
{   bSeparatorAfter:true,
    sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   bSeparatorBefore:true,
    sTitle:'Guiding',
    bIsWebPath:true,
    sUrl:'guiding.html'
},
{   sTitle:'Region Teams',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Calendar',
        bIsWebPath:true,
        sUrl:'cal.html'
    },
    {   sTitle:'Region Team',
        bIsWebPath:true,
        sUrl:'team.html'
    },
    {   sTitle:'Leadership Team',
        bIsWebPath:true,
        sUrl:'leadteam.html'
    },
    {   sTitle:'Programme Team',
        bIsWebPath:true,
        sUrl:'progteam.html'
    }]
},
{   sTitle:'Opportunities',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'News',
        bIsWebPath:true,
        sUrl:'news.html'
    },
    {   sTitle:'Alton Towers',
        bIsWebPath:true,
        sUrl:'towers.html',
        sTarget:'_self'
    },
    {   sTitle:'Big Gig',
        bIsWebPath:true,
        sUrl:'bgig.html',
        sTarget:'_self'
    },
    {   sTitle:'Outdoors',
        bIsWebPath:true,
        sUrl:'outdoors.html'
    },
    {   sTitle:'Training',
        bIsWebPath:true,
        sUrl:'train.html'
    },
    {   sTitle:'International',
        bIsWebPath:true,
        sUrl:'int.html',"childArray" : [
        {   sTitle:'GOLD',
            bIsWebPath:true,
            sUrl:'gold.html'
        }]
    }]
},
{   sTitle:'Resources',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Nights Away',
        bIsWebPath:true,
        sUrl:'away.html'
    },
    {   sTitle:'Shop',
        bIsWebPath:true,
        sUrl:'shop.html',"childArray" : [
        {   sTitle:'Collectors',
            bIsWebPath:true,
            sUrl:'collect.html'
        }]
    },
    {   sTitle:'Get About',
        bIsWebPath:true,
        sUrl:'about.html',
        sTarget:'_self'
    },
    {   sTitle:'Downloads',
        bIsWebPath:true,
        sUrl:'down.html'
    }]
},
{   sTitle:'Gallery',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Sensationopoly',
        bIsWebPath:true,
        sUrl:'sens.html'
    },
    {   sTitle:'Commissioner Conference',
        bIsWebPath:true,
        sUrl:'conf.html'
    },
    {   sTitle:'GOLD Photos',
        bIsWebPath:true,
        sUrl:'gphoto.html'
    },
    {   sTitle:'Chief Commissioners Award',
        bIsWebPath:true,
        sUrl:'ca2011.html',
        sTarget:'_self'
    },
    {   sTitle:'Queen\'s Guides',
        bIsWebPath:true,
        sUrl:'qg2011.html',
        sTarget:'_self'
    },
    {   sTitle:'Trainers Week End',
        bIsWebPath:true,
        sUrl:'phototrain.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Region Office',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Office',
        bIsWebPath:true,
        sUrl:'office.html'
    },
    {   sTitle:'Links',
        bIsWebPath:true,
        sUrl:'links.html'
    },
    {   sTitle:'Contacts',
        bIsWebPath:true,
        sUrl:'contact.html'
    },
    {   sTitle:'Map',
        bIsWebPath:true,
        sUrl:'map.html'
    }]
},
{   sTitle:'Awards',
    bIsWebPath:true,
    sUrl:'awards.html'
}]
});
