var customnavtree3 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'dining',
    bIsWebPath:true,
    sUrl:'dining.html',
    sTarget:'_self'
},
{   sTitle:'lounge',
    bIsWebPath:true,
    sUrl:'lounge.html',
    sTarget:'_self'
},
{   sTitle:'bedroom',
    bIsWebPath:true,
    sUrl:'bedroom.html',
    sTarget:'_self'
},
{   sTitle:'outdoor',
    bIsWebPath:true,
    sUrl:'outdoor.html',
    sTarget:'_self'
},
{   sTitle:'accessories',
    bIsWebPath:true,
    sUrl:'accessories.html',
    sTarget:'_self'
},
{   sTitle:'before & after',
    bIsWebPath:true,
    sUrl:'before_after.html',
    sTarget:'_self'
}]
});
