var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Learn',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'For Visitors',
        sUrl:'',
        sTarget:'_self',"childArray" : [
        {   sTitle:'What to Expect',
            bIsWebPath:true,
            sUrl:'whattoexpect.html',
            sTarget:'_self'
        },
        {   sTitle:'Find Us',
            bIsWebPath:true,
            sUrl:'location.html',
            sTarget:'_self'
        },
        {   sTitle:'Facilities Map',
            bIsWebPath:true,
            sUrl:'facilities.html',
            sTarget:'_self'
        },
        {   sTitle:'Our Beliefs',
            bIsWebPath:true,
            sUrl:'beliefs.html',
            sTarget:'_self'
        },
        {   sTitle:'Our History',
            bIsWebPath:true,
            sUrl:'history.html',
            sTarget:'_self'
        },
        {   sTitle:'Our Ministry Team',
            bIsWebPath:true,
            sUrl:'staff.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Ministries',
        sUrl:'',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Awana',
            bIsWebPath:true,
            sUrl:'awana.html',
            sTarget:'_self'
        },
        {   sTitle:'Youth',
            bIsWebPath:true,
            sUrl:'youth.html',
            sTarget:'_self'
        },
        {   sTitle:'Ladies\' Ministries',
            bIsWebPath:true,
            sUrl:'ladies.html',
            sTarget:'_self'
        },
        {   sTitle:'Missions',
            bIsWebPath:true,
            sUrl:'missions.html',
            sTarget:'_self'
        },
        {   sTitle:'Music Ministry',
            bIsWebPath:true,
            sUrl:'music.html',
            sTarget:'_self'
        },
        {   sTitle:'Seniors',
            bIsWebPath:true,
            sUrl:'seniors.html',
            sTarget:'_self'
        },
        {   sTitle:'Faith in Action',
            bIsWebPath:true,
            sUrl:'fia.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Good News...',
        bIsWebPath:true,
        sUrl:'gospel.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Connect',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Contact Us',
        sUrl:'',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Send an E-mail',
            bIsWebPath:true,
            sUrl:'contact.html',
            sTarget:'_self'
        },
        {   sTitle:' Receive Updates',
            bIsWebPath:true,
            sUrl:'signup.html',
            sTarget:'_self'
        },
        {   sTitle:'Office / Facilities',
            bIsWebPath:true,
            sUrl:'office.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Photo Albums',
        bIsWebPath:true,
        sUrl:'photos.html',
        sTarget:'_self'
    },
    {   sTitle:'Publications',
        sUrl:'',
        sTarget:'_self',"childArray" : [
        {   bSeparatorBefore:true,
            sTitle:' Newsletter',
            bIsWebPath:true,
            sUrl:'light.html',
            sTarget:'_self'
        },
        {   sTitle:'Other Publications',
            bIsWebPath:true,
            sUrl:'publications.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Web Resources',
        sUrl:'',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Recommended Links',
            bIsWebPath:true,
            sUrl:'resources.html',
            sTarget:'_self'
        }]
    }]
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'Members',
    bIsWebPath:true,
    sUrl:'memberslogin.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});