var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Estudio',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Servicios',
    'bIsWebPath':true,
    'sUrl':'servicios-legales.html'
},
{   'sTitle':'Legislacion',
    'bIsWebPath':true,
    'sUrl':'legislacion-argentina.html'
},
{   'sTitle':'Consultas Gratis',
    'bIsWebPath':true,
    'sUrl':'consultas.html'
},
{   'sTitle':'Contacto',
    'bIsWebPath':true,
    'sUrl':'contacto.html'
}]
});
