var customNavTree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'photo_gallery.html',
    sTarget:'_self'
},
{   sTitle:'Gallery2',
    bIsWebPath:true,
    sUrl:'gallery 2.html',
    sTarget:'_self'
},
{   sTitle:'Gallery3',
    bIsWebPath:true,
    sUrl:'photo_gallery3.html',
    sTarget:'_self'
}]
});
