var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Chili Time',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Restaurant',
    'bIsWebPath':true,
    'sUrl':'restaurant.html'
},
{   'sTitle':'Menu',
    'bIsWebPath':true,
    'sUrl':'menu.html'
},
{   'sTitle':'Akties',
    'bIsWebPath':true,
    'sUrl':'akties.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
