var customnavtree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'about',
    bIsWebPath:true,
    sUrl:'page12.html'
},
{   sTitle:'topics',
    bIsWebPath:true,
    sUrl:'page10.html'
},
{   sTitle:'buzz',
    bIsWebPath:true,
    sUrl:'page2.html',
    sTarget:'_self'
},
{   sTitle:'booking',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'shop',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'media',
    bIsWebPath:true,
    sUrl:'page13a.html'
}]
});