var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About WFUMC',
    bIsWebPath:true,
    sUrl:'about.html',"childArray" : [
    {   sTitle:'Start Here',
        bIsWebPath:true,
        sUrl:'starthere.html'
    },
    {   sTitle:'How To Join',
        bIsWebPath:true,
        sUrl:'howtojoin.html'
    },
    {   sTitle:'Prayer Requests',
        bIsWebPath:true,
        sUrl:'prayerrequest.html'
    },
    {   sTitle:'Newsletters',
        bIsWebPath:true,
        sUrl:'newsletters.html'
    },
    {   sTitle:'Events',
        bIsWebPath:true,
        sUrl:'events.html',"childArray" : [
        {   sTitle:'Faith Fest',
            bIsWebPath:true,
            sUrl:'wfumcfaithfest.html'
        },
        {   sTitle:'Spring Craft Fair',
            bIsWebPath:true,
            sUrl:'springcraftfair.html'
        }]
    },
    {   sTitle:'Family Life Center',
        bIsWebPath:true,
        sUrl:'flc.html',"childArray" : [
        {   sTitle:'Financial Peace',
            bIsWebPath:true,
            sUrl:'wfumcfinancialpeace.html'
        }]
    },
    {   sTitle:'Other Links',
        bIsWebPath:true,
        sUrl:'otherlinks.html'
    }]
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'Traditional Service',
        bIsWebPath:true,
        sUrl:'traditional.html',"childArray" : [
        {   sTitle:'Sermons Traditional',
            bIsWebPath:true,
            sUrl:'sermons.html'
        }]
    },
    {   sTitle:'Living Stones Contempoary Service',
        bIsWebPath:true,
        sUrl:'contemporary.html',"childArray" : [
        {   sTitle:'Sermons Contemporary',
            bIsWebPath:true,
            sUrl:'sermonsc.html'
        }]
    }]
},
{   sTitle:'Children',
    bIsWebPath:true,
    sUrl:'children.html',"childArray" : [
    {   sTitle:'Kids Arena',
        bIsWebPath:true,
        sUrl:'kidsarena.html'
    },
    {   sTitle:'Childrens Music',
        bIsWebPath:true,
        sUrl:'kidsmusic.html'
    },
    {   sTitle:'Confirmation',
        bIsWebPath:true,
        sUrl:'confirmation.html'
    },
    {   sTitle:'KidStuf',
        bIsWebPath:true,
        sUrl:'kidstuf.html'
    },
    {   sTitle:'First Kids',
        bIsWebPath:true,
        sUrl:'firstkids.html'
    },
    {   sTitle:'Consignment Sale',
        bIsWebPath:true,
        sUrl:'consignmentsale.html'
    },
    {   sTitle:'Summer Day Camp',
        bIsWebPath:true,
        sUrl:'summerdaycamp.html'
    },
    {   sTitle:'After School Program',
        bIsWebPath:true,
        sUrl:'afterschool.html'
    },
    {   sTitle:'Nursery',
        bIsWebPath:true,
        sUrl:'nursery.html'
    },
    {   sTitle:'Boy Scouts',
        bIsWebPath:true,
        sUrl:'boyscouts.html'
    },
    {   sTitle:'Vacation Bible School',
        bIsWebPath:true,
        sUrl:'vbs.html',"childArray" : [
        {   sTitle:'VBS Gallery 2008',
            bIsWebPath:true,
            sUrl:'vbs2008.html'
        },
        {   sTitle:'VBS Gallery 2009',
            bIsWebPath:true,
            sUrl:'vbs2009.html'
        },
        {   sTitle:'VBS Gallery 2010',
            bIsWebPath:true,
            sUrl:'wfumcvbs2010.html'
        },
        {   sTitle:'VBS Gallery 2011',
            bIsWebPath:true,
            sUrl:'vbsphotos2011.html'
        }]
    }]
},
{   sTitle:'Youth',
    bIsWebPath:true,
    sUrl:'youth.html'
},
{   sTitle:'Adults',
    bIsWebPath:true,
    sUrl:'adults.html',"childArray" : [
    {   sTitle:'Sunday School',
        bIsWebPath:true,
        sUrl:'sundayschool.html'
    },
    {   sTitle:'Bible Studies',
        bIsWebPath:true,
        sUrl:'biblestudies.html'
    },
    {   sTitle:'Music',
        bIsWebPath:true,
        sUrl:'music.html'
    },
    {   sTitle:'United Methodist Women',
        bIsWebPath:true,
        sUrl:'umw.html'
    },
    {   sTitle:'United Methodist Men',
        bIsWebPath:true,
        sUrl:'umm.html'
    },
    {   sTitle:'Other Classes',
        bIsWebPath:true,
        sUrl:'otherclasses.html'
    }]
},
{   sTitle:'Ministries',
    bIsWebPath:true,
    sUrl:'page20.html',"childArray" : [
    {   sTitle:'Stephen Ministry',
        bIsWebPath:true,
        sUrl:'stephenministry.html'
    },
    {   sTitle:'Local Missions',
        bIsWebPath:true,
        sUrl:'localmissions.html'
    },
    {   sTitle:'Serve',
        bIsWebPath:true,
        sUrl:'serve.html'
    }]
},
{   sTitle:'Pre-School ',
    bIsWebPath:true,
    sUrl:'preschool.html',"childArray" : [
    {   sTitle:'Weekday Preschool',
        bIsWebPath:true,
        sUrl:'weekdaypreschool.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
