var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Inicio',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Tratamientos',
    'bIsWebPath':true,
    'sUrl':'tratamientos.html',"childArray" : [
    {   'sTitle':'Tratamientos Estéticos',
        'bIsWebPath':true,
        'sUrl':'esteticos.html',"childArray" : [
        {   'sTitle':'Microdermoabrasión',
            'bIsWebPath':true,
            'sUrl':'microdermoabrasion.html'
        },
        {   'sTitle':'Hidratación Profunda',
            'bIsWebPath':true,
            'sUrl':'hidratacion.html'
        },
        {   'sTitle':'Peeling Químico',
            'bIsWebPath':true,
            'sUrl':'peeling.html'
        },
        {   'sTitle':'Facial',
            'bIsWebPath':true,
            'sUrl':'facial.html'
        }]
    },
    {   'sTitle':'Tratamientos Estéticos con Láser',
        'bIsWebPath':true,
        'sUrl':'laser.html',"childArray" : [
        {   'sTitle':'Borrado de Tatuajes',
            'bIsWebPath':true,
            'sUrl':'tatuajes.html'
        },
        {   'sTitle':'Depilación Láser',
            'bIsWebPath':true,
            'sUrl':'depilacion.html'
        },
        {   'sTitle':'Tratamiento de Cicatrices',
            'bIsWebPath':true,
            'sUrl':'cicatrices.html'
        },
        {   'sTitle':'Skin Tightening',
            'bIsWebPath':true,
            'sUrl':'skintightening.html'
        },
        {   'sTitle':'3D Fractional Tightening',
            'bIsWebPath':true,
            'sUrl':'3dfractionaltightening.html'
        },
        {   'sTitle':'Soft Peel',
            'bIsWebPath':true,
            'sUrl':'softpeel.html'
        }]
    },
    {   'sTitle':'Tratamientos Médicos',
        'bIsWebPath':true,
        'sUrl':'medicos.html',"childArray" : [
        {   'sTitle':'Rellenos Faciales',
            'bIsWebPath':true,
            'sUrl':'rellenos.html'
        },
        {   'sTitle':'Hiperhidrosis Axilar',
            'bIsWebPath':true,
            'sUrl':'hiperhidrosis.html'
        },
        {   'sTitle':'Toxina Botulínica',
            'bIsWebPath':true,
            'sUrl':'toxinabotulinica.html'
        },
        {   'sTitle':'Implantes de Pelo',
            'bIsWebPath':true,
            'sUrl':'implantespelo.html'
        },
        {   'sTitle':'Terapia Fotodinámica',
            'bIsWebPath':true,
            'sUrl':'fotodinamica.html'
        },
        {   'sTitle':'Plasma Rico en Plaquetas',
            'bIsWebPath':true,
            'sUrl':'plasma.html'
        },
        {   'sTitle':'Acné y Cicatrices',
            'bIsWebPath':true,
            'sUrl':'acnecicatrices.html'
        },
        {   'sTitle':'Tratamiento de Estrías',
            'bIsWebPath':true,
            'sUrl':'estrias.html'
        },
        {   'sTitle':'Tratamiento de Manchas',
            'bIsWebPath':true,
            'sUrl':'manchas.html'
        },
        {   'sTitle':'Láser Vascular (venas)',
            'bIsWebPath':true,
            'sUrl':'vascular.html'
        },
        {   'sTitle':'Rejuvenecimiento Facial',
            'bIsWebPath':true,
            'sUrl':'rejuvenecimiento.html'
        }]
    },
    {   'sTitle':'Tratamientos Corporales',
        'bIsWebPath':true,
        'sUrl':'corporales.html',"childArray" : [
        {   'sTitle':'Drenaje Linfático',
            'bIsWebPath':true,
            'sUrl':'drenajelinfatico.html'
        },
        {   'sTitle':'Reafirmante',
            'bIsWebPath':true,
            'sUrl':'reafirmante.html'
        },
        {   'sTitle':'Masajes Reductivos',
            'bIsWebPath':true,
            'sUrl':'masajereductivo.html'
        }]
    }]
},
{   'sTitle':'Nuestros Equipos',
    'bIsWebPath':true,
    'sUrl':'equipos.html'
},
{   'sTitle':'Ubicacion',
    'bIsWebPath':true,
    'sUrl':'ubicacion.html'
}]
});
