var MainNavtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'home.html'
},
{   'bSeparatorBefore':true,
    'bSeparatorAfter':true,
    'sTitle':'Welcome to CRMC',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'welcome.html',
    'sTarget':'_self',"childArray" : [
    {   'sTitle':'Beliefs',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'beliefs.html',
        'sTarget':'_self'
    },
    {   'sTitle':'History',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'history.html',
        'sTarget':'_self'
    },
    {   'sTitle':'Staff',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'home.html',
        'sTarget':'_self',"childArray" : [
        {   'sTitle':'Senior Pastor',
            'bIsExternal':true,
            'bIsWebPath':true,
            'sUrl':'seniorpastor.html',
            'sTarget':'_self'
        },
        {   'sTitle':'Youth Director',
            'bIsExternal':true,
            'bIsWebPath':true,
            'sUrl':'youthdirector.html',
            'sTarget':'_self'
        },
        {   'sTitle':'Children\'s Director',
            'bIsExternal':true,
            'bIsWebPath':true,
            'sUrl':'childrensdirector.html',
            'sTarget':'_self'
        }]
    }]
},
{   'bSeparatorBefore':true,
    'bSeparatorAfter':true,
    'sTitle':'Ministries',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'ministries.html',
    'sTarget':'_self',"childArray" : [
    {   'sTitle':'Childrens Ministry',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'ministries.html',
        'sTarget':'_self'
    },
    {   'sTitle':'Youth Ministry',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'youthministry.html',
        'sTarget':'_self'
    },
    {   'sTitle':'Small Groups',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'smallgroups.html',
        'sTarget':'_self'
    },
    {   'sTitle':'Couponing',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'couponing.html',
        'sTarget':'_self'
    }]
},
{   'sTitle':'Events',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'events.html',
    'sTarget':'_self'
},
{   'sTitle':'Contact Us',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'contactus.html',
    'sTarget':'_self'
}]
});
