var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Quem somos',
    'bIsWebPath':true,
    'sUrl':'quem somos.html'
},
{   'sTitle':'Galeria',
    'bIsWebPath':true,
    'sUrl':'page3.html'
},
{   'sTitle':'Infraestrutura',
    'bIsWebPath':true,
    'sUrl':'infraestrutura.html'
},
{   'sTitle':'Dicas',
    'bIsWebPath':true,
    'sUrl':'dicas.html',"childArray" : [
    {   'sTitle':'Aprenda',
        'bIsWebPath':true,
        'sUrl':'aprenda.html'
    },
    {   'sTitle':'Como estudar',
        'bIsWebPath':true,
        'sUrl':'comoestudar.html'
    },
    {   'sTitle':'Como fazer uma boa leitura',
        'bIsWebPath':true,
        'sUrl':'boaleitura.html'
    },
    {   'sTitle':'Dez mandamentos...',
        'bIsWebPath':true,
        'sUrl':'dezmandamentos.html'
    },
    {   'sTitle':'Os 11 conselhos...',
        'bIsWebPath':true,
        'sUrl':'os11conselhos.html'
    }]
},
{   'sTitle':'Localização',
    'bIsWebPath':true,
    'sUrl':'localizacao.html'
},
{   'sTitle':'Contato',
    'bIsWebPath':true,
    'sUrl':'contato.html'
}]
});
