var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Inici',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Botiga online',
    'bIsWebPath':true,
    'sUrl':'Botiga.html'
},
{   'sTitle':'Talles',
    'bIsWebPath':true,
    'sUrl':'talles.html'
},
{   'sTitle':'Comerços',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'LlistatBotiguesCatimperium.pdf',
    'sTarget':'_blank'
},
{   'sTitle':'Personatges i fets',
    'bIsExternal':true,
    'sUrl':'',
    'sTarget':'_self',"childArray" : [
    {   'sTitle':'Els almogàvers',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'almogavers.pdf',
        'sTarget':'_blank'
    }]
},
{   'sTitle':'Qui som',
    'bIsWebPath':true,
    'sUrl':'quisom.html'
},
{   'sTitle':'Contacte',
    'bIsWebPath':true,
    'sUrl':'Contacte.html'
}]
});
