var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sDescription':'Home Page of 40 York Road',
    'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Rooms',
    'bIsWebPath':true,
    'sUrl':'40yorkroadrooms.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'Prices',
    'bIsWebPath':true,
    'sUrl':'prices.html'
},
{   'sTitle':'Local Attractions',
    'bIsWebPath':true,
    'sUrl':'localattractions.html'
},
{   'sTitle':'Shopping',
    'bIsWebPath':true,
    'sUrl':'tunbridgewellsshopping.html'
},
{   'sTitle':'Restaurants',
    'bIsWebPath':true,
    'sUrl':'tunbridgewellsrestaurants.html'
},
{   'sTitle':'Directions',
    'bIsWebPath':true,
    'sUrl':'40yorkroaddirections.html'
}]
});
