var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:' Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Worship',
    bIsWebPath:true,
    sUrl:'Worship.html'
},
{   sTitle:'Sermons',
    bIsWebPath:true,
    sUrl:'sermons.html',"childArray" : [
    {   sTitle:'Sermons: 2011',
        bIsWebPath:true,
        sUrl:'sermonarchives.html'
    }]
},
{   sTitle:' Education',
    bIsWebPath:true,
    sUrl:'Education.html'
},
{   sTitle:'Fellowship',
    bIsWebPath:true,
    sUrl:'Fellowship.html'
},
{   sTitle:'Prayer',
    bIsWebPath:true,
    sUrl:'Prayer.html'
},
{   sTitle:'Outreach',
    bIsWebPath:true,
    sUrl:'Outreach.html'
},
{   sTitle:'History',
    bIsWebPath:true,
    sUrl:'History.html',"childArray" : [
    {   sTitle:'History: Page 2',
        bIsWebPath:true,
        sUrl:'history2.html'
    },
    {   sTitle:'History: Page 3',
        bIsWebPath:true,
        sUrl:'history3.html'
    },
    {   sTitle:'History: Page 4',
        bIsWebPath:true,
        sUrl:'history4.html'
    },
    {   sTitle:'History: Page 5',
        bIsWebPath:true,
        sUrl:'history5.html'
    }]
},
{   sTitle:'Newsletter',
    bIsWebPath:true,
    sUrl:'Newsletter.html'
},
{   sTitle:'Staff',
    bIsWebPath:true,
    sUrl:'Staff.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'Gallery.html',"childArray" : [
    {   sTitle:'Gallery: Page 2',
        bIsWebPath:true,
        sUrl:'gallery2.html'
    }]
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'Links.html'
}]
});
