var customnavtree17 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'our passion',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'wholesale catering',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'drinks',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'bio caterware',
    bIsWebPath:true,
    sUrl:'page26.html',
    sTarget:'_self'
}]
});