var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'About Us.html',"childArray" : [
    {   'sTitle':'Purpose Statment',
        'bIsWebPath':true,
        'sUrl':'purpose.html'
    },
    {   'sTitle':'Meet the Team',
        'bIsWebPath':true,
        'sUrl':'Team.html',"childArray" : [
        {   'sTitle':'Volunteers',
            'bIsWebPath':true,
            'sUrl':'volunteers.html'
        }]
    },
    {   'sTitle':'Contact Us',
        'bIsWebPath':true,
        'sUrl':'contact us.html'
    }]
},
{   'sTitle':'Ministries',
    'bIsWebPath':true,
    'sUrl':'ministries.html',"childArray" : [
    {   'sTitle':'Roseburg Dream Center',
        'bIsExternal':true,
        'sUrl':'http://www.roseburgdreamcenter.org',
        'sTarget':'_blank'
    }]
},
{   'sTitle':'Prayer',
    'bIsWebPath':true,
    'sUrl':'Prayer.html'
},
{   'sTitle':'Resources',
    'bIsWebPath':true,
    'sUrl':'Resources.html',"childArray" : [
    {   'sTitle':'Photo Album',
        'bIsWebPath':true,
        'sUrl':'photoalbum.html'
    },
    {   'sTitle':'Calendar',
        'bIsWebPath':true,
        'sUrl':'calendar.html'
    },
    {   'sTitle':'Announcement Form',
        'bIsWebPath':true,
        'sUrl':'annoucement.html'
    }]
},
{   'sTitle':'New Life Blog',
    'bIsExternal':true,
    'sUrl':'http://nlccroseburg.blogspot.com/',
    'sTarget':'_blank'
}]
});
