var customNavTree31 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Supporters',
    bIsWebPath:true,
    sUrl:'supporters.html',
    sTarget:'_self'
},
{   sTitle:'What we Do',
    bIsWebPath:true,
    sUrl:'what_we_do.html',
    sTarget:'_self'
},
{   sTitle:'Peer Support',
    bIsWebPath:true,
    sUrl:'peer_support.html',
    sTarget:'_self'
},
{   sTitle:'Success Stories',
    bIsWebPath:true,
    sUrl:'success_stories.html',
    sTarget:'_self'
},
{   sTitle:'Clients',
    bIsWebPath:true,
    sUrl:'clients.html',
    sTarget:'_self'
},
{   sTitle:'GrowBiz Events & Blog',
    bIsWebPath:true,
    sUrl:'growbiz_events_&_blog.html',
    sTarget:'_self'
},
{   sTitle:'Get Involved',
    bIsWebPath:true,
    sUrl:'get_involved.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});
