var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Hotels in Basel',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Restaurants in Basel',
    'bIsWebPath':true,
    'sUrl':'restaurants.html'
},
{   'sTitle':'Bars und Cafés in Basel',
    'bIsWebPath':true,
    'sUrl':'bars_und_cafes.html'
},
{   'sTitle':'Basel by Night',
    'bIsWebPath':true,
    'sUrl':'basel_by_night.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
}]
});
