var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'HOME',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Empresa',
    'bIsWebPath':true,
    'sUrl':'empresa.html'
},
{   'sTitle':'Historial',
    'bIsWebPath':true,
    'sUrl':'historial.html'
},
{   'sTitle':'Actividade',
    'bIsWebPath':true,
    'sUrl':'actividade.html',"childArray" : [
    {   'sTitle':'Serviços',
        'bIsWebPath':true,
        'sUrl':'servico.html'
    }]
},
{   'sTitle':'Contactos',
    'bIsWebPath':true,
    'sUrl':'contactos.html'
}]
});
