var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Leadership',
    bIsWebPath:true,
    sUrl:'page2.html',
    sTarget:'_self'
},
{   sTitle:'Plan of Salvation',
    bIsWebPath:true,
    sUrl:'page3.html',
    sTarget:'_self'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'page4.html',
    sTarget:'_self'
},
{   sTitle:'Auxiliary Groups',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Sisters of Service (SOS) - Ladies',
        bIsWebPath:true,
        sUrl:'page7.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Ministries',
    bIsWebPath:true,
    sUrl:'page6.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page5.html',
    sTarget:'_self'
}]
});
