var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Ministries',
    bIsWebPath:true,
    sUrl:'Page 2.html'
},
{   sTitle:'School',
    bIsWebPath:true,
    sUrl:'School.html',"childArray" : [
    {   sTitle:'Payments',
        bIsExternal:true,
        sUrl:'https://secure.etransfer.com/StocktonBC/payment.cfm'
    },
    {   sTitle:'School Info',
        bIsWebPath:true,
        sUrl:'Page 8.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'Page 5.html'
},
{   sDescription:'Stockton Baptist Church Donation Page',
    sTitle:'Donate',
    bIsExternal:true,
    sUrl:'https://secure.etransfer.com/StocktonBC/donate.cfm',
    sTarget:'_self'
},
{   sTitle:'Pictures',
    bIsExternal:true,
    sUrl:'http://stocktonbaptistchurch.org/pictures',
    sTarget:'_self'
},
{   sTitle:'Calendar',
    bIsWebPath:true,
    sUrl:'Page 6.html',"childArray" : [
    {   sTitle:'Workers Schedule',
        bIsWebPath:true,
        sUrl:'Page 60.html'
    }]
}]
});
