var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Our Pastor',
    bIsWebPath:true,
    sUrl:'pastor.html'
},
{   sTitle:'Sermons',
    bIsWebPath:true,
    sUrl:'sermons.html'
},
{   sTitle:'AWANA',
    bIsWebPath:true,
    sUrl:'awana.html'
},
{   sTitle:'Youth Group',
    bIsWebPath:true,
    sUrl:'youth_group.html'
},
{   sTitle:'Big Sky Bible Conference',
    bIsWebPath:true,
    sUrl:'bible_conference.html'
}]
});
