var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sDescription:'Mission Bells Ministries is a non-profit Christian ministry located in southeast Wisconsin. It is focused on youth  and young adults and supports multiple mission projects as well as  some retreats. ',
    sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Calendar',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page5.html'
}]
});
