var customNavTree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Alpines',
    bIsWebPath:true,
    sUrl:'alpines.html',
    sTarget:'_self'
},
{   sTitle:'Baby Plants',
    bIsWebPath:true,
    sUrl:'baby_plants.html',
    sTarget:'_self'
},
{   sTitle:'Bedding Plants',
    bIsWebPath:true,
    sUrl:'bedding_plants.html',
    sTarget:'_self'
},
{   sTitle:'Climbers',
    bIsWebPath:true,
    sUrl:'climbers.html',
    sTarget:'_self'
},
{   sTitle:'Conifers',
    bIsWebPath:true,
    sUrl:'conifers.html',
    sTarget:'_self'
},
{   sTitle:'Fruit & Veg Plants',
    bIsWebPath:true,
    sUrl:'fruit_vegetable_plants.html',
    sTarget:'_self'
},
{   sTitle:'Heathers',
    bIsWebPath:true,
    sUrl:'heathers.html',
    sTarget:'_self'
},
{   sTitle:'Herbaceous Perennials',
    bIsWebPath:true,
    sUrl:'herbaceous_perennials.html',
    sTarget:'_self'
},
{   sTitle:'Herbs',
    bIsWebPath:true,
    sUrl:'herbs.html',
    sTarget:'_self'
},
{   sTitle:'House Plants',
    bIsWebPath:true,
    sUrl:'house_plants.html',
    sTarget:'_self'
},
{   sTitle:'Roses',
    bIsWebPath:true,
    sUrl:'roses.html',
    sTarget:'_self'
},
{   sTitle:'Shrubs',
    bIsWebPath:true,
    sUrl:'shrubs.html',
    sTarget:'_self'
},
{   sTitle:'Trees',
    bIsWebPath:true,
    sUrl:'trees.html',
    sTarget:'_self'
}]
});