var customNavTree12 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Glenfernate Estate',
    bIsWebPath:true,
    sUrl:'glenfernate_estate.html'
},
{   sTitle:'Accommodation',
    bIsWebPath:true,
    sUrl:'accommodation.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'
}]
});
