var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sTitle:'Our Mission',
    bIsWebPath:true,
    sUrl:'ourmission.html'
},
{   sTitle:'What we Believe',
    bIsWebPath:true,
    sUrl:'whatwebelieve.html'
},
{   sTitle:'History',
    bIsWebPath:true,
    sUrl:'history.html'
},
{   sTitle:'The Church Today',
    bIsWebPath:true,
    sUrl:'churchtoday.html'
}]
});