var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Início',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Equipas',
    bIsWebPath:true,
    sUrl:'equipas.html',
    sTarget:'_self'
},
{   sTitle:'O Clube',
    bIsWebPath:true,
    sUrl:'oclube.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Orgãos Sociais',
        bIsWebPath:true,
        sUrl:'orgsociais.html',
        sTarget:'_self'
    },
    {   sTitle:'Dept. Técnico',
        bIsWebPath:true,
        sUrl:'deptecnico.html',
        sTarget:'_self'
    },
    {   sTitle:'Estatutos',
        bIsWebPath:true,
        sUrl:'estatutos.html',
        sTarget:'_self'
    },
    {   sTitle:'Histórico',
        bIsWebPath:true,
        sUrl:'historico.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Galeria',
    bIsWebPath:true,
    sUrl:'galeria.html'
},
{   sTitle:'Informações',
    bIsWebPath:true,
    sUrl:'info.html',
    sTarget:'_self'
},
{   sTitle:'Horários-treino',
    bIsWebPath:true,
    sUrl:'htreino.html'
},
{   sTitle:'Contactos',
    bIsWebPath:true,
    sUrl:'contactos.html'
}]
});