var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   bSeparatorBefore:true,
    bSeparatorAfter:true,
    sTitle:'Church Blog',
    sUrl:'http://www.highlandmillsumc.org/blog'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Audio Bible',
    bIsWebPath:true,
    sUrl:'audiobible.html'
},
{   sTitle:'Calendar',
    sUrl:'http://www.MyChurchEvents.com/calendar/calendar.aspx?ci=G1O9O9F0M7H2N8N8H2',
    sTarget:'_blank'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
},
{   sTitle:'Directions & Times',
    bIsWebPath:true,
    sUrl:'directions.html',
    sTarget:'_self'
},
{   sTitle:'Food Pantry',
    bIsWebPath:true,
    sUrl:'foodpantry.html',
    sTarget:'_self'
},
{   sTitle:'Men\'s & Women\'s Groups',
    bIsWebPath:true,
    sUrl:'ministry.html',
    sTarget:'_self'
},
{   sTitle:'Missions',
    bIsWebPath:true,
    sUrl:'missions.html'
},
{   sTitle:'NY Annual Conference',
    sUrl:'http://www.nyac.com',
    sTarget:'_self'
},
{   sTitle:'Photos',
    bIsWebPath:true,
    sUrl:'photos.html'
},
{   sTitle:'Staff',
    bIsWebPath:true,
    sUrl:'staff.html',
    sTarget:'_self'
},
{   sTitle:'Sunday School ',
    bIsWebPath:true,
    sUrl:'school.html',
    sTarget:'_self'
},
{   sTitle:'Videos',
    bIsWebPath:true,
    sUrl:'videos.html',
    sTarget:'_self'
},
{   sTitle:'Virtual Prayer Room',
    bIsWebPath:true,
    sUrl:'prayer.html'
}]
});