var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Come & See',
    bIsWebPath:true,
    sUrl:'comesee.html',"childArray" : [
    {   sTitle:'Worship',
        bIsWebPath:true,
        sUrl:'worship.html'
    },
    {   sTitle:'Sunday School',
        bIsWebPath:true,
        sUrl:'sundayschool.html'
    },
    {   sTitle:'Small Groups',
        bIsWebPath:true,
        sUrl:'smallgroups.html'
    },
    {   sTitle:'Events',
        bIsWebPath:true,
        sUrl:'events.html'
    }]
},
{   sTitle:'Who Are We?',
    bIsWebPath:true,
    sUrl:'whoarewe.html',"childArray" : [
    {   sTitle:'History',
        bIsWebPath:true,
        sUrl:'history.html'
    },
    {   sTitle:'Mission & Vision',
        bIsWebPath:true,
        sUrl:'vision.html'
    },
    {   sTitle:'What\'s a Presbyterian',
        bIsWebPath:true,
        sUrl:'beingpresbyterian.html'
    },
    {   sTitle:'What\'s In A Name?',
        bIsWebPath:true,
        sUrl:'ourname.html'
    },
    {   sTitle:'Member Directory',
        bIsExternal:true,
        sUrl:'http://om073582.onlineolanmills.com/photo_directory/?page=&letter=All&sortby=f.lastName,f.caption1&pg=2',
        sTarget:'_blank'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html',"childArray" : [
    {   sTitle:'GCPC Staff',
        bIsWebPath:true,
        sUrl:'staff.html'
    },
    {   sTitle:'Prayer Requests',
        bIsWebPath:true,
        sUrl:'pray4me.html'
    },
    {   sTitle:'Ministry Contacts',
        bIsWebPath:true,
        sUrl:'ministrycontacts.html'
    },
    {   sTitle:'Staff Opportunities',
        bIsWebPath:true,
        sUrl:'employment.html'
    }]
},
{   sTitle:'Media',
    bIsWebPath:true,
    sUrl:'media.html',"childArray" : [
    {   sTitle:'Friendly Links',
        bIsWebPath:true,
        sUrl:'links.html'
    },
    {   sTitle:'Sermons & Anthems',
        bIsExternal:true,
        sUrl:'http://gcpc.net/sermons'
    },
    {   sTitle:'Albums',
        bIsExternal:true,
        sUrl:'http://gcpc.net/albums'
    }]
},
{   sTitle:'Ministry',
    bIsWebPath:true,
    sUrl:'ministry.html',"childArray" : [
    {   sTitle:'Current Missions',
        bIsWebPath:true,
        sUrl:'missions.html'
    },
    {   sTitle:'Ministry Teams',
        bIsWebPath:true,
        sUrl:'ministries.html'
    },
    {   sTitle:'grow',
        bIsWebPath:true,
        sUrl:'grow.html'
    }]
},
{   bSeparatorBefore:true,
    sTitle:'Kindergarten',
    bIsExternal:true,
    sUrl:'http://www.gcpc.net/GCPCK',
    sTarget:'_blank'
}]
});
