var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'News & Events',
    bIsWebPath:true,
    sUrl:'News & Events.html',"childArray" : [
    {   sTitle:'Current Schedule',
        bIsWebPath:true,
        sUrl:'Current Schedule.html'
    },
    {   sTitle:'Upcoming Sermons',
        bIsWebPath:true,
        sUrl:'Upcoming Sermons.html'
    },
    {   sTitle:'RINGs Marriage Class',
        bIsWebPath:true,
        sUrl:'RINGsClass.html'
    }]
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'About Us.html',"childArray" : [
    {   sTitle:'Our Vision & Mission',
        bIsWebPath:true,
        sUrl:'VisionMission.html'
    },
    {   sTitle:'Our Beliefs',
        bIsWebPath:true,
        sUrl:'Beliefs.html'
    },
    {   sTitle:'ABCs of Salvation',
        bIsWebPath:true,
        sUrl:'ABCs.html'
    },
    {   sTitle:'Our Values',
        bIsWebPath:true,
        sUrl:'Values.html'
    },
    {   sTitle:'Our Staff',
        bIsWebPath:true,
        sUrl:'Staff.html'
    },
    {   sTitle:'Church Organization',
        bIsWebPath:true,
        sUrl:'Organization.html'
    }]
},
{   sTitle:'Our Ministries',
    bIsWebPath:true,
    sUrl:'Ministries.html',"childArray" : [
    {   sTitle:'Adult Ministry',
        bIsWebPath:true,
        sUrl:'Adult Ministry.html'
    },
    {   sTitle:'Children\'s Ministry',
        bIsWebPath:true,
        sUrl:'Children\'s Ministry.html'
    },
    {   sTitle:'Marriage and Parenting',
        bIsWebPath:true,
        sUrl:'MarriageParenting.html'
    },
    {   sTitle:'Missions Ministry',
        bIsWebPath:true,
        sUrl:'Missions Ministry.html'
    },
    {   sTitle:'Small Groups',
        bIsWebPath:true,
        sUrl:'Small Groups.html'
    },
    {   sTitle:'Sports Ministry',
        bIsWebPath:true,
        sUrl:'Sports Ministry.html'
    },
    {   sTitle:'Youth Group',
        bIsWebPath:true,
        sUrl:'Youth Group.html'
    },
    {   sTitle:'Women of Wisdom',
        bIsWebPath:true,
        sUrl:'WOW.html'
    },
    {   sTitle:'Worship Ministry',
        bIsWebPath:true,
        sUrl:'Worship.html'
    }]
},
{   sTitle:'Resources',
    bIsWebPath:true,
    sUrl:'Resources.html',"childArray" : [
    {   sTitle:'Audio Gallery',
        bIsWebPath:true,
        sUrl:'Audio Gallery.html'
    },
    {   sTitle:'Church Policies',
        bIsWebPath:true,
        sUrl:'Policies.html'
    },
    {   sTitle:'Photo Gallery',
        bIsWebPath:true,
        sUrl:'Photo Gallery.html'
    },
    {   sTitle:'Recommended Links',
        bIsWebPath:true,
        sUrl:'Recommended Links.html'
    }]
},
{   sTitle:'Pastor\'s Blog',
    bIsExternal:true,
    sUrl:'http://orangefriendschurch.blogspot.com/',
    sTarget:'_blank'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'Contact Us.html',"childArray" : [
    {   sTitle:'Find Us',
        bIsWebPath:true,
        sUrl:'Find Us.html'
    },
    {   sTitle:'Prayer Request',
        bIsWebPath:true,
        sUrl:'Prayer Request.html'
    },
    {   sTitle:'Website Feedback',
        bIsWebPath:true,
        sUrl:'Website Feedback.html'
    },
    {   sTitle:'Event Promotion Request',
        bIsWebPath:true,
        sUrl:'EventPromoRequest.html'
    },
    {   sTitle:'Volunteer Sign-Up',
        bIsWebPath:true,
        sUrl:'VolunteerForm.html'
    },
    {   sTitle:'Guest Survey',
        bIsWebPath:true,
        sUrl:'GuestSurvey.html'
    }]
}]
});