var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'home.html'
},
{   sTitle:'Ministries',
    bIsWebPath:true,
    sUrl:'ministries.html'
},
{   sTitle:'Training',
    bIsWebPath:true,
    sUrl:'training.html'
},
{   sTitle:'TCE course',
    bIsWebPath:true,
    sUrl:'tce.html'
},
{   sTitle:'Summer Missions',
    bIsWebPath:true,
    sUrl:'missions.html'
},
{   sTitle:'Staff',
    bIsWebPath:true,
    sUrl:'staff.html'
}]
});
