var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Tremembé',
    bIsWebPath:true,
    sUrl:'index.htm',
    sTarget:'_self',"childArray" : [
    {   sTitle:'História',
        bIsWebPath:true,
        sUrl:'historia.htm',
        sTarget:'_self'
    },
    {   sTitle:'Missão/Visão/Valores',
        bIsWebPath:true,
        sUrl:'misao.htm',
        sTarget:'_self'
    },
    {   sTitle:'Instalações',
        bIsWebPath:true,
        sUrl:'instalacoes.htm',
        sTarget:'_self'
    },
    {   sTitle:'Pesquisa e desenvolvimento',
        bIsWebPath:true,
        sUrl:'ped.htm',
        sTarget:'_self'
    },
    {   sTitle:'Serviços',
        bIsWebPath:true,
        sUrl:'servicos.htm',
        sTarget:'_self'
    },
    {   sTitle:'Política de qualidade',
        bIsWebPath:true,
        sUrl:'politica_qualidade.htm',
        sTarget:'_self'
    }]
},
{   sTitle:'Produtos',
    bIsWebPath:true,
    sUrl:'produtos.htm',
    sTarget:'_self'
},
{   sTitle:'Notícias',
    bIsWebPath:true,
    sUrl:'noticias.htm',
    sTarget:'_self'
},
{   sTitle:'Tabelas',
    bIsWebPath:true,
    sUrl:'tabelas.htm',
    sTarget:'_self'
},
{   sTitle:'Contato',
    bIsWebPath:true,
    sUrl:'contato.htm',
    sTarget:'_self'
}]
});
