var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Food',
    bIsWebPath:true,
    sUrl:'page14.html',"childArray" : [
    {   sTitle:'Dog food',
        bIsWebPath:true,
        sUrl:'page15.html'
    },
    {   sTitle:'Bowls',
        bIsWebPath:true,
        sUrl:'page16.html'
    }]
}]
});