var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Compañía',
    'bIsWebPath':true,
    'sUrl':'compañía.html',"childArray" : [
    {   'sTitle':'Presentación Compañía',
        'bIsWebPath':true,
        'sUrl':'PResentación Compañia.html'
    },
    {   'sTitle':'Corporación',
        'bIsWebPath':true,
        'sUrl':'corporacion.html'
    },
    {   'sTitle':'Ingeniería y desarrollo de producto',
        'bIsWebPath':true,
        'sUrl':'IngenieriaDesarrolloProducto.html'
    },
    {   'sTitle':'Política Calidad y Medio Ambiente',
        'bIsWebPath':true,
        'sUrl':'politicacalidad-medioambiente.html'
    },
    {   'sTitle':'Fabricación y Comercialización',
        'bIsWebPath':true,
        'sUrl':'fabricacion.html'
    },
    {   'sTitle':'Clientes y Proyectos',
        'bIsWebPath':true,
        'sUrl':'clientes-proyectos.html'
    },
    {   'sTitle':'Filiales y soporte local',
        'bIsWebPath':true,
        'sUrl':'filiales-soportelocal.html'
    }]
},
{   'sTitle':'Productos',
    'bIsWebPath':true,
    'sUrl':'productos.html',"childArray" : [
    {   'sTitle':'Presentación Productos',
        'bIsWebPath':true,
        'sUrl':'presentacionproductos.html'
    },
    {   'sTitle':'Interiores',
        'bIsWebPath':true,
        'sUrl':'interiores.html'
    },
    {   'sTitle':'Sistemas Climatización HVAC',
        'bIsWebPath':true,
        'sUrl':'UdsHVAC.html'
    },
    {   'sTitle':'Modulos Aseo',
        'bIsWebPath':true,
        'sUrl':'Modulosaseo.html'
    }]
},
{   'sTitle':'Post venta',
    'bIsWebPath':true,
    'sUrl':'postventa.html'
},
{   'sTitle':'RRHH',
    'bIsWebPath':true,
    'sUrl':'page28.html'
},
{   'sTitle':'Noticias',
    'bIsWebPath':true,
    'sUrl':'wordpresnews.html'
},
{   'sTitle':'Contacto',
    'bIsWebPath':true,
    'sUrl':'contacto.html'
}]
});
