var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'News page',
    'bIsWebPath':true,
    'sUrl':'news page.html'
},
{   'sTitle':'Map viandes',
    'bIsWebPath':true,
    'sUrl':'map viandes.html'
},
{   'sTitle':'Our company',
    'bIsWebPath':true,
    'sUrl':'our company.html'
},
{   'sTitle':'The history',
    'bIsWebPath':true,
    'sUrl':'the history.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'pagina5.html'
},
{   'sTitle':'Our oil',
    'bIsWebPath':true,
    'sUrl':'our oil.html'
}]
});
