var customNavTree4 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Resources & Events',
    bIsWebPath:true,
    sUrl:'resources.html',
    sTarget:'_self'
},
{   sTitle:'Photo Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
