var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Inicio',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Entrenamiento',
    bIsWebPath:true,
    sUrl:'entrenamiento.html',"childArray" : [
    {   sTitle:'Obediencia',
        bIsWebPath:true,
        sUrl:'obediencia.html'
    },
    {   sTitle:'Protección',
        bIsWebPath:true,
        sUrl:'proteccion.html'
    },
    {   sTitle:'Comportamiento',
        bIsWebPath:true,
        sUrl:'comportamiento.html'
    },
    {   sTitle:'Deportivo',
        bIsWebPath:true,
        sUrl:'deportivo.html'
    }]
},
{   sTitle:'Blog',
    bIsWebPath:true,
    sUrl:'blog.html'
},
{   sTitle:'Eventos',
    bIsWebPath:true,
    sUrl:'eventos.html',"childArray" : [
    {   sTitle:'Rally RCI',
        bIsWebPath:true,
        sUrl:'rallyrci.html'
    }]
},
{   sTitle:'eShop',
    bIsWebPath:true,
    sUrl:'eshop.html'
},
{   sTitle:'Contactanos',
    bIsWebPath:true,
    sUrl:'contactanos.html'
},
{   sTitle:'UNO',
    bIsWebPath:true,
    sUrl:'uno.html'
}]
});
