var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Schedule',
    bIsWebPath:true,
    sUrl:'schedule.html'
},
{   sTitle:'Vision',
    bIsWebPath:true,
    sUrl:'vision.html'
},
{   sTitle:'Ministries',
    bIsWebPath:true,
    sUrl:'ministries.html',"childArray" : [
    {   sTitle:'Worship',
        bIsWebPath:true,
        sUrl:'worship.html'
    },
    {   sTitle:'Bible Study',
        bIsWebPath:true,
        sUrl:'biblestudy.html'
    },
    {   sTitle:'Music',
        bIsWebPath:true,
        sUrl:'music.html'
    },
    {   sTitle:'Youth',
        bIsWebPath:true,
        sUrl:'youth.html'
    },
    {   sTitle:'Children',
        bIsWebPath:true,
        sUrl:'children.html',"childArray" : [
        {   sTitle:'VBS',
            bIsWebPath:true,
            sUrl:'vbs.html'
        }]
    },
    {   sTitle:'Missions',
        bIsWebPath:true,
        sUrl:'missions.html'
    },
    {   sTitle:'Senior Adults',
        bIsWebPath:true,
        sUrl:'senioradults.html'
    },
    {   sTitle:'Upward',
        bIsWebPath:true,
        sUrl:'upward.html'
    },
    {   sTitle:'Mom2Mom',
        bIsWebPath:true,
        sUrl:'mom2mom.html'
    },
    {   sTitle:'NHBC Life',
        bIsWebPath:true,
        sUrl:'nhbclife.html'
    },
    {   sTitle:'Add Subtract Multiply',
        bIsWebPath:true,
        sUrl:'+-x.html'
    },
    {   sTitle:'Servant Ministry',
        bIsWebPath:true,
        sUrl:'servantministry.html'
    }]
},
{   sTitle:'Info',
    bIsWebPath:true,
    sUrl:'Info.html'
},
{   sTitle:'Newsletter',
    bIsExternal:true,
    sUrl:'http://archive.constantcontact.com/fs027/1102624118899/archive/1109151204259.html'
    ,"childArray" : [{   sTitle:'E-News',
        bIsExternal:true,
        sUrl:'http://archive.constantcontact.com/fs027/1102624118899/archive/1109151204259.html'
    },
    {   sTitle:'NHBC Blog',
        bIsExternal:true,
        sUrl:'http://nationalheights.blogspot.com/'
    },
    {   sTitle:'Sermons',
        bIsWebPath:true,
        sUrl:'sermons.html'
    }]
}]
});
