var customNavTree11 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Glenfernate Estate',
    bIsWebPath:true,
    sUrl:'glenfernate_estate.html'
},
{   sTitle:'Accommodation',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Accommodation',
        bIsWebPath:true,
        sUrl:'accommodation.html',
        sTarget:'_self'
    },
    {   sTitle:'Booking Enquiry',
        bIsWebPath:true,
        sUrl:'booking_enquiry.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Weddings',
    bIsWebPath:true,
    sUrl:'weddings.html'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html'
},
{   sTitle:'Where We Are',
    bIsWebPath:true,
    sUrl:'where_we_are.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Links',
    sUrl:'',
    sTarget:'_self'
}]
});
