var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'dobro pozhalovat',
        bIsWebPath:true,
        sUrl:'dobropozhalovat.html'
    },
    {   sTitle:'concerts',
        bIsWebPath:true,
        sUrl:'concerts.html'
    }]
},
{   sTitle:'ABOUT US',
    bIsWebPath:true,
    sUrl:'aboutus.html',"childArray" : [
    {   sTitle:'history',
        bIsWebPath:true,
        sUrl:'history.html'
    },
    {   sTitle:'people',
        bIsWebPath:true,
        sUrl:'people.html'
    }]
},
{   sTitle:'WORSHIP',
    bIsWebPath:true,
    sUrl:'worship.html',"childArray" : [
    {   sTitle:'Sunday Morning Services',
        bIsWebPath:true,
        sUrl:'sundaymorning.html'
    },
    {   sTitle:'Sunday Evening Services',
        bIsWebPath:true,
        sUrl:'sundayevening.html'
    },
    {   sTitle:'Weekday Services',
        bIsWebPath:true,
        sUrl:'weekday.html'
    }]
},
{   sTitle:'COMMUNITY',
    bIsWebPath:true,
    sUrl:'community.html',"childArray" : [
    {   sTitle:'Music',
        bIsWebPath:true,
        sUrl:'music.html',"childArray" : [
        {   sTitle:'choirs',
            bIsWebPath:true,
            sUrl:'choirs.html'
        },
        {   sTitle:'music team',
            bIsWebPath:true,
            sUrl:'musicteam.html'
        },
        {   sTitle:'organ',
            bIsWebPath:true,
            sUrl:'organ.html'
        },
        {   sTitle:'organ appeal',
            bIsWebPath:true,
            sUrl:'organappeal.html'
        },
        {   sTitle:'bells',
            bIsWebPath:true,
            sUrl:'bells.html'
        }]
    },
    {   sTitle:'Young People',
        bIsWebPath:true,
        sUrl:'youngpeople.html'
    },
    {   sTitle:'School',
        bIsWebPath:true,
        sUrl:'school.html'
    },
    {   sTitle:'social activities',
        bIsWebPath:true,
        sUrl:'socialevents.html'
    },
    {   sTitle:'Mission Links',
        bIsWebPath:true,
        sUrl:'missionlinks.html'
    },
    {   sTitle:'christian faith',
        bIsWebPath:true,
        sUrl:'enquirers.html'
    },
    {   sTitle:'charitable links',
        bIsWebPath:true,
        sUrl:'charitable.html'
    },
    {   sTitle:'Winter Shelter',
        bIsWebPath:true,
        sUrl:'wintershelter.html'
    }]
},
{   sTitle:'HALLS',
    bIsWebPath:true,
    sUrl:'halls.html'
},
{   sTitle:'CONTACT',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
