var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'The House',
    bIsWebPath:true,
    sUrl:'house.html'
},
{   sTitle:'Location',
    bIsWebPath:true,
    sUrl:'where.html'
},
{   sTitle:'Our Village',
    bIsWebPath:true,
    sUrl:'villlage.html'
},
{   sTitle:'Attractions',
    bIsWebPath:true,
    sUrl:'daysout.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Booking',
    bIsWebPath:true,
    sUrl:'booking.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
