var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Welcome',
    'bIsWebPath':true,
    'sUrl':'welcome.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about us.html',"childArray" : [
    {   'sTitle':'Pastor & Staff',
        'bIsWebPath':true,
        'sUrl':'pastor.html'
    },
    {   'sDescription':'Location',
        'sTitle':'Location',
        'bIsWebPath':true,
        'sUrl':'location.html'
    },
    {   'sTitle':'Contact Us',
        'bIsWebPath':true,
        'sUrl':'contactus.html'
    },
    {   'sTitle':'History',
        'bIsWebPath':true,
        'sUrl':'History.html'
    },
    {   'sTitle':'Church Life',
        'bIsWebPath':true,
        'sUrl':'churchlife.html'
    }]
},
{   'sTitle':'Calendar',
    'bIsWebPath':true,
    'sUrl':'calendar.html'
},
{   'sTitle':'Bulletin Board',
    'bIsWebPath':true,
    'sUrl':'bulletinboard.html'
},
{   'sTitle':'Children',
    'bIsWebPath':true,
    'sUrl':'children.html',"childArray" : [
    {   'sTitle':'Childrens\' Calendar',
        'bIsWebPath':true,
        'sUrl':'kidscalendar.html'
    }]
},
{   'sTitle':'Youth',
    'bIsWebPath':true,
    'sUrl':'youth.html'
},
{   'sTitle':'Preschool',
    'bIsWebPath':true,
    'sUrl':'peschool.html'
}]
});
