var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    sUrl:'http://lumpkinroad.com/index.html',
    sTarget:'_self'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'whattoexpect.html',
    sTarget:'_self'
},
{   sTitle:'Ministries',
    bIsWebPath:true,
    sUrl:'children.html',
    sTarget:'_self'
},
{   sTitle:'Media',
    bIsWebPath:true,
    sUrl:'update.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
},
{   sTitle:'Members',
    bIsWebPath:true,
    sUrl:'memberslogin.html',
    sTarget:'_self'
}]
});
