var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Música Suzuki',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sDescription:'Página 2',
    sTitle:'Cursos',
    bIsWebPath:true,
    sUrl:'cursos.html',"childArray" : [
    {   sTitle:'Curso de Introdução',
        bIsWebPath:true,
        sUrl:'CursoIntroducao.html'
    },
    {   sTitle:'Curso sobre Volume 1',
        bIsWebPath:true,
        sUrl:'cursovolume1.html'
    },
    {   sTitle:'Curso sobre Volume 2',
        bIsWebPath:true,
        sUrl:'cursovolume2.html'
    },
    {   sTitle:'Curso sobre Volume 3',
        bIsWebPath:true,
        sUrl:'cursovolume3.html'
    },
    {   sTitle:'Normas e Requisitos',
        bIsWebPath:true,
        sUrl:'normas.html'
    }]
},
{   sTitle:'Semana de Capacitação ',
    bIsWebPath:true,
    sUrl:'capacitacao.html',"childArray" : [
    {   sTitle:'Edital',
        bIsWebPath:true,
        sUrl:'edital.html'
    },
    {   sTitle:'Inscrições',
        bIsWebPath:true,
        sUrl:'inscricoes.html'
    },
    {   sTitle:'Informações',
        bIsWebPath:true,
        sUrl:'informacoes.html'
    }]
},
{   sTitle:'Associação',
    bIsWebPath:true,
    sUrl:'associacao.html',"childArray" : [
    {   sTitle:'Campinas',
        bIsWebPath:true,
        sUrl:'campinas.html'
    },
    {   sTitle:'São Paulo',
        bIsWebPath:true,
        sUrl:'saopaulo.html'
    },
    {   sTitle:'Retiro de Primavera',
        bIsWebPath:true,
        sUrl:'retiro.html'
    }]
},
{   sDescription:'Teste da página 4',
    sTitle:'Fórum',
    bIsWebPath:true,
    sUrl:'forum.html'
},
{   sTitle:'Filosofia Suzuki',
    bIsWebPath:true,
    sUrl:'filosofia.html',"childArray" : [
    {   sTitle:'Método Suzuki',
        bIsWebPath:true,
        sUrl:'metodo.html'
    },
    {   sTitle:'Método no Brasil',
        bIsWebPath:true,
        sUrl:'brasil.html'
    },
    {   sTitle:'Aulas Individuais',
        bIsWebPath:true,
        sUrl:'aulas.html'
    },
    {   sTitle:'Aulas em Grupo',
        bIsWebPath:true,
        sUrl:'aulas_coletivas.html'
    },
    {   sTitle:'Pais Suzuki',
        bIsWebPath:true,
        sUrl:'pais.html'
    }]
},
{   sTitle:'Apresentações',
    bIsWebPath:true,
    sUrl:'apresentacoes.html'
},
{   sTitle:'Contato',
    bIsWebPath:true,
    sUrl:'contato.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
