var customNavTree9 = WpNavBar.readTree({
"childArray" : [{   sTitle:'Home',
    sUrl:'',
    sTarget:'_self'},{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html',
    sTarget:'_self',"childArray" : [{   sDescription:'Mission Statement',
        sTitle:'Our Mission',
        bIsWebPath:true,
        sUrl:'ourmission.html',
        sTarget:'_self'},{   sTitle:'Pastor Smith',
        bIsWebPath:true,
        sUrl:'pastor.html',
        sTarget:'_self'},{   sTitle:'Ministerial Staff',
        bIsWebPath:true,
        sUrl:'ministerialstaff.html',
        sTarget:'_self'}]},{   sTitle:'Ministries',
    bIsWebPath:true,
    sUrl:'page6.html'},{   sTitle:'2012 Calendar',
    sUrl:'',
    sTarget:'_self',"childArray" : [{   sTitle:'Januuary',
        bIsWebPath:true,
        sUrl:'jan2012.html',
        sTarget:'_self'},{   sTitle:'February',
        bIsWebPath:true,
        sUrl:'feb2012.html',
        sTarget:'_self'},{   sTitle:'March',
        bIsWebPath:true,
        sUrl:'mar2012.html',
        sTarget:'_self'},{   sTitle:'April',
        bIsWebPath:true,
        sUrl:'apr2012.html',
        sTarget:'_self'},{   sTitle:'May',
        bIsWebPath:true,
        sUrl:'may2012.html',
        sTarget:'_self'},{   sTitle:'June',
        bIsWebPath:true,
        sUrl:'jun2012.html',
        sTarget:'_self'}]}]
});
