var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Entry',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'HOME PAGE',
    bIsWebPath:true,
    sUrl:'home.html'
},
{   sTitle:'ABOUT US',
    bIsWebPath:true,
    sUrl:'about_us.html'
},
{   sTitle:'THE ROOMS',
    bIsWebPath:true,
    sUrl:'rooms.html'
},
{   sTitle:'AVAILABILITY',
    bIsWebPath:true,
    sUrl:'availability.html'
},
{   sTitle:'CONTACT US',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'HOW TO FIND US',
    bIsWebPath:true,
    sUrl:'find.html'
},
{   sTitle:'WHAT PEOPLE SAY',
    bIsWebPath:true,
    sUrl:'guests.html'
},
{   sTitle:'OUR BLOG',
    bIsWebPath:true,
    sUrl:'blog.html'
},
{   sTitle:'THINGS TO DO',
    bIsWebPath:true,
    sUrl:'thingstodo.html',"childArray" : [
    {   sTitle:'EQUESTRIAN',
        bIsWebPath:true,
        sUrl:'equestrian.html'
    },
    {   sTitle:'RESTAURANTS',
        bIsWebPath:true,
        sUrl:'restaurants.html'
    },
    {   sTitle:'WALKS',
        bIsWebPath:true,
        sUrl:'walks.html'
    },
    {   sTitle:'WINE',
        bIsWebPath:true,
        sUrl:'wine.html'
    },
    {   sTitle:'MARKETS',
        bIsWebPath:true,
        sUrl:'markets.html',"childArray" : [
        {   sTitle:'Markets Alphabetically',
            bIsWebPath:true,
            sUrl:'alpha.html'
        }]
    }]
}]
});