var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sDescription:'SJUMC Home Page',
    sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Visitors',
    bIsWebPath:true,
    sUrl:'visitors.html',"childArray" : [
    {   sDescription:'Directions and map to SJUMC',
        sTitle:'Directions and Map',
        bIsWebPath:true,
        sUrl:'directions.html'
    },
    {   sDescription:'Membership and baptism information',
        sTitle:'Membership & Baptism',
        bIsWebPath:true,
        sUrl:'membership.html'
    }]
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about_us.html',"childArray" : [
    {   sDescription:'Staff bios',
        sTitle:'Meet our Staff',
        bIsWebPath:true,
        sUrl:'bios.html'
    }]
},
{   sTitle:'Ministries',
    bIsWebPath:true,
    sUrl:'ministries.html',"childArray" : [
    {   sDescription:'Garden Angels ',
        sTitle:'Garden Angels',
        bIsWebPath:true,
        sUrl:'garden_angels.html'
    },
    {   sDescription:'United Methodist Women',
        sTitle:'United Methodist Women',
        bIsWebPath:true,
        sUrl:'umw.html'
    },
    {   sDescription:'Mission committee and SSIP needs',
        sTitle:'Mission Committee',
        bIsWebPath:true,
        sUrl:'mission commitee.html'
    },
    {   sDescription:'SSIP Food Closet Needs',
        sTitle:'SSIP Food Closet',
        bIsWebPath:true,
        sUrl:'ssip.html'
    },
    {   sDescription:'Prayer request form and Prayer Group information.',
        sTitle:'Prayer Group',
        bIsWebPath:true,
        sUrl:'prayer group.html'
    },
    {   sDescription:'Sakura Chorus',
        sTitle:'Sakura Chorus',
        bIsWebPath:true,
        sUrl:'sakura chorus.html'
    }]
},
{   sDescription:'SJUMC Japan Relief ',
    sTitle:'Japan Relief',
    bIsWebPath:true,
    sUrl:'japanrelief.html'
},
{   sDescription:'SJUMC Events Page',
    sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html',"childArray" : [
    {   sDescription:'Event photo gallery',
        sTitle:'Photo Gallery 2',
        bIsWebPath:true,
        sUrl:'photo gallery.html'
    },
    {   sTitle:'Photo Gallery 1',
        bIsWebPath:true,
        sUrl:'photo_gallery_1.html'
    },
    {   sTitle:'Fall Bazaar',
        bIsWebPath:true,
        sUrl:'fall_bazaar.html'
    }]
},
{   sDescription:'Christian Education, Sunday School, Bible Study',
    sTitle:'Christian Education',
    bIsWebPath:true,
    sUrl:'christian education.html',"childArray" : [
    {   sDescription:'Small Group ',
        sTitle:'Small Group',
        bIsWebPath:true,
        sUrl:'small group.html'
    }]
},
{   sTitle:'Youth Activities',
    bIsWebPath:true,
    sUrl:'myf.html',"childArray" : [
    {   sDescription:'Link to basketball website.',
        sTitle:'Basketball',
        bIsWebPath:true,
        sUrl:'basketball.html'
    }]
},
{   sDescription:'Childrens activities',
    sTitle:'Children\'s Activities',
    bIsWebPath:true,
    sUrl:'childrens activities.html'
},
{   sDescription:'Community Links',
    sTitle:'Community Links',
    bIsWebPath:true,
    sUrl:'community links.html'
},
{   sDescription:'Outreach programs',
    sTitle:'Outreach',
    bIsWebPath:true,
    sUrl:'outreach.html'
},
{   sDescription:'Giving Page',
    sTitle:'Give',
    bIsWebPath:true,
    sUrl:'give.html'
},
{   sDescription:'Church newsletter - Sakura Dayori',
    sTitle:'Sakura Dayori Newsletter',
    bIsWebPath:true,
    sUrl:'sakura dayori.html'
}]
});
