var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Inici',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Gastronomia',
    'bIsWebPath':true,
    'sUrl':'gastronomia.html'
},
{   'sTitle':'Menjadors',
    'bIsWebPath':true,
    'sUrl':'menjadors.html'
},
{   'sTitle':'Allotjament',
    'bIsWebPath':true,
    'sUrl':'allotjament.html'
},
{   'sTitle':'Com arribar',
    'bIsWebPath':true,
    'sUrl':'comarribar.html'
},
{   'sTitle':'Horaris-Contacta',
    'bIsWebPath':true,
    'sUrl':'horariscontacta.html'
},
{   'sTitle':'Receptes',
    'bIsWebPath':true,
    'sUrl':'receptes.html'
},
{   'sTitle':'El nostre poble',
    'bIsWebPath':true,
    'sUrl':'elnostrepoble.html'
},
{   'sTitle':'Notícies',
    'bIsWebPath':true,
    'sUrl':'noticies.html'
}]
});
