var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'PAGINA INICIAL',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'ANIVERSÁRIO',
        bIsWebPath:true,
        sUrl:'aniversario.html',
        sTarget:'_self'
    }]
},
{   sTitle:'SÓCIOS',
    bIsWebPath:true,
    sUrl:'socios.html',"childArray" : [
    {   sTitle:'AREA RESERVADA SÓÇIOS',
        bIsWebPath:true,
        sUrl:'areareservadasocios.html',
        sTarget:'_self'
    },
    {   sTitle:'DIVULGAÇÃO',
        bIsWebPath:true,
        sUrl:'divulgacao.html'
    }]
},
{   sTitle:'INFORMAÇÃO',
    bIsWebPath:true,
    sUrl:'informacao.html',"childArray" : [
    {   sTitle:'CONCENTRAÇÕES',
        bIsWebPath:true,
        sUrl:'concentracoes.html'
    }]
},
{   sTitle:'CONTACTOS',
    bIsWebPath:true,
    sUrl:'contactos.html'
},
{   sTitle:'GALERIA',
    bIsWebPath:true,
    sUrl:'galeria.html'
},
{   sTitle:'COMPRA E VENDA',
    bIsWebPath:true,
    sUrl:'Compra e Venda.html'
}]
});