var customnavtree5 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Accommodation',
    bIsWebPath:true,
    sUrl:'accommodation.html',
    sTarget:'_self'
},
{   sTitle:'Breakfast',
    bIsWebPath:true,
    sUrl:'breakfast.html',
    sTarget:'_self'
},
{   sTitle:'Location',
    bIsWebPath:true,
    sUrl:'location.html',
    sTarget:'_self'
},
{   sTitle:'Bookings',
    bIsWebPath:true,
    sUrl:'page6.html',
    sTarget:'_self'
}]
});
