var customnavtree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'photo_gallery.html',
    sTarget:'_self'
},
{   sTitle:'Gallery 2',
    bIsWebPath:true,
    sUrl:'photo_gallery2.html',
    sTarget:'_self'
}]
});