var customNavTree20 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'About Us',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Mission',
        bIsWebPath:true,
        sUrl:'mission.html'
    },
    {   sTitle:'Villa Team',
        bIsWebPath:true,
        sUrl:'villateam.html'
    },
    {   sTitle:'Our Facilities',
        bIsWebPath:true,
        sUrl:'facilities.html'
    },
    {   sTitle:'What People are Saying',
        bIsWebPath:true,
        sUrl:'testimonials.html'
    },
    {   sTitle:'Photo Gallery',
        bIsWebPath:true,
        sUrl:'gallery.html'
    },
    {   sTitle:'Villa History',
        bIsWebPath:true,
        sUrl:'history.html'
    },
    {   sTitle:'Support The Villa',
        bIsWebPath:true,
        sUrl:'support.html'
    },
    {   sTitle:'Memorial Cards ',
        bIsWebPath:true,
        sUrl:'support.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Programs & Retreats',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Programs by Month',
        bIsWebPath:true,
        sUrl:'programs.html',
        sTarget:'_self'
    },
    {   sTitle:'Types of Retreats',
        bIsWebPath:true,
        sUrl:'retreats.html'
    },
    {   sTitle:'Registration',
        bIsWebPath:true,
        sUrl:'registration.html'
    },
    {   sTitle:'Retreat Bursaries',
        bIsWebPath:true,
        sUrl:'bursaries.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Conference Facilities',
    bIsWebPath:true,
    sUrl:'conference.html',
    sTarget:'_self'
},
{   sTitle:'Planning Your Stay',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'What the Villa Offers',
        bIsWebPath:true,
        sUrl:'offers.html',
        sTarget:'_self'
    },
    {   sTitle:'Lunch Menu',
        bIsWebPath:true,
        sUrl:'lunch.html',
        sTarget:'_self'
    },
    {   sTitle:'Dinner Menu',
        bIsWebPath:true,
        sUrl:'dinner.html',
        sTarget:'_self'
    },
    {   sTitle:'General Information',
        bIsWebPath:true,
        sUrl:'general.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
