var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html',"childArray" : [
    {   sTitle:'Confession of Faith',
        bIsWebPath:true,
        sUrl:'confessionoffaith.html'
    },
    {   sTitle:'RMBC History',
        bIsWebPath:true,
        sUrl:'history.html'
    }]
},
{   sTitle:'Ministries',
    bIsWebPath:true,
    sUrl:'ministries.html',"childArray" : [
    {   sTitle:'Adult Sunday School',
        bIsWebPath:true,
        sUrl:'adultsundayschool.html'
    },
    {   sTitle:'Children\'s Ministry',
        bIsWebPath:true,
        sUrl:'children.html'
    },
    {   sTitle:'High School',
        bIsWebPath:true,
        sUrl:'highschool.html'
    },
    {   sTitle:'Junior High',
        bIsWebPath:true,
        sUrl:'jrhigh.html'
    },
    {   sTitle:'The Source',
        bIsExternal:true,
        sUrl:'http://www.experiencethesource.org',
        sTarget:'_blank'
    },
    {   sTitle:'Men\'s Ministry',
        bIsWebPath:true,
        sUrl:'men.html',"childArray" : [
        {   sTitle:'Cross Trainers',
            bIsWebPath:true,
            sUrl:'crosstrainers.html'
        }]
    },
    {   sTitle:'Women\'s Ministry',
        bIsWebPath:true,
        sUrl:'women.html'
    },
    {   sTitle:'Small Groups',
        bIsWebPath:true,
        sUrl:'smallgroups.html'
    },
    {   sTitle:'Special Interest',
        bIsWebPath:true,
        sUrl:'specialinterest.html'
    },
    {   sTitle:'Wednesday Night Activities',
        bIsWebPath:true,
        sUrl:'wednesdaynight.html'
    },
    {   sTitle:'Worship Ministry',
        bIsWebPath:true,
        sUrl:'worship.html'
    }]
},
{   sTitle:'Prayer & Care',
    bIsWebPath:true,
    sUrl:'prayercare.html',"childArray" : [
    {   sTitle:'Divorce Care',
        bIsWebPath:true,
        sUrl:'divorcecare.html'
    },
    {   sTitle:'Grief Share',
        bIsWebPath:true,
        sUrl:'griefshare.html'
    },
    {   sTitle:'Substance Abuse',
        bIsWebPath:true,
        sUrl:'substanceabuse.html'
    },
    {   sTitle:'Wedding',
        bIsWebPath:true,
        sUrl:'wedding.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Resources',
    bIsWebPath:true,
    sUrl:'resources.html',"childArray" : [
    {   sTitle:'Administration',
        bIsWebPath:true,
        sUrl:'administration.html'
    },
    {   sTitle:'2012 Sermons',
        bIsWebPath:true,
        sUrl:'2012sermons.html'
    },
    {   sTitle:'2011 Sermons',
        bIsWebPath:true,
        sUrl:'page32.html'
    },
    {   sTitle:'2010 Sermons',
        bIsWebPath:true,
        sUrl:'2010sermons.html'
    }]
},
{   sTitle:'Calendar',
    bIsWebPath:true,
    sUrl:'calendar.html'
},
{   sTitle:'Giving',
    bIsWebPath:true,
    sUrl:'giving.html'
}]
});
