var customnavtree3 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Bliss',
    bIsWebPath:true,
    sUrl:'bliss.html',
    sTarget:'_self'
},
{   sTitle:'Grace',
    bIsWebPath:true,
    sUrl:'grace.html',
    sTarget:'_self'
},
{   sTitle:'Joy',
    bIsWebPath:true,
    sUrl:'joy.html',
    sTarget:'_self'
},
{   sTitle:'Mantelpiece Singers',
    bIsWebPath:true,
    sUrl:'mantelpiecesingers.html',
    sTarget:'_self'
},
{   sTitle:'Plantsmen',
    bIsWebPath:true,
    sUrl:'plantsman.html',
    sTarget:'_self'
},
{   sTitle:'Summerbreeze',
    bIsWebPath:true,
    sUrl:'summerbreeze.html',
    sTarget:'_self'
}]
});