var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Empresa',
    bIsWebPath:true,
    sUrl:'empresa.html',"childArray" : [
    {   sTitle:'Institucional',
        bIsWebPath:true,
        sUrl:'institucional.html'
    },
    {   sTitle:'Equipe',
        bIsWebPath:true,
        sUrl:'equipe.html'
    }]
},
{   sTitle:'Serviços',
    bIsWebPath:true,
    sUrl:'serviços.html',"childArray" : [
    {   sTitle:'Meio Ambiente',
        bIsWebPath:true,
        sUrl:'meioambiente.html'
    },
    {   sTitle:'Licenciamento',
        bIsWebPath:true,
        sUrl:'licenciamento.html'
    },
    {   sTitle:'Efluentes e Residuos',
        bIsWebPath:true,
        sUrl:'efluentes.html'
    },
    {   sTitle:'Plano de Contingência e Emergência',
        bIsWebPath:true,
        sUrl:'plano.html'
    },
    {   sTitle:'Gerenciamento de Obras Civis',
        bIsWebPath:true,
        sUrl:'gerenciamento.html'
    }]
},
{   sTitle:'Equipamentos',
    bIsWebPath:true,
    sUrl:'equipamentos.html',"childArray" : [
    {   sTitle:'Miniestação de Recuperação de Solventes',
        bIsWebPath:true,
        sUrl:'mini.html'
    }]
},
{   sTitle:'Parceiros',
    bIsWebPath:true,
    sUrl:'parceiros.html'
},
{   sTitle:'Contato',
    bIsWebPath:true,
    sUrl:'contato.html'
},
{   sTitle:'Blog',
    bIsExternal:true,
    sUrl:'http://quimicalimpa.blogspot.com/',
    sTarget:'_blank'
},
{   sTitle:'twitter',
    bIsExternal:true,
    sUrl:'http://twitter.com/quimicalimpa',
    sTarget:'_blank'
},
{   sTitle:'Satisfação',
    bIsExternal:true,
    sUrl:'https://docs.google.com/spreadsheet/viewform?formkey=dEZpVDJzX2dFQlhoclJCOEpzS19sNVE6MQ '
}]
});
