var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Guest Rooms',
    'bIsWebPath':true,
    'sUrl':'rooms.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html',"childArray" : [
    {   'sTitle':'Map',
        'bIsWebPath':true,
        'sUrl':'map.html'
    }]
},
{   'sTitle':'Local Attractions',
    'bIsWebPath':true,
    'sUrl':'attractions.html'
},
{   'sTitle':'Self Catering',
    'bIsWebPath':true,
    'sUrl':'selfcatering.html'
}]
});
