var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'SISTEMAS',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'EMPRESA',
    bIsWebPath:true,
    sUrl:'empresa.html'
},
{   sTitle:'CONSULTORIA',
    bIsWebPath:true,
    sUrl:'Consultoria.html'
},
{   sTitle:'MERCADO',
    bIsWebPath:true,
    sUrl:'Mercado.html'
},
{   sTitle:'DUVIDAS',
    bIsWebPath:true,
    sUrl:'duvidas.html'
},
{   sTitle:'AUTOMAÇÃO',
    bIsWebPath:true,
    sUrl:'Automacao.html'
},
{   sTitle:'FISCO',
    bIsWebPath:true,
    sUrl:'fisco.html'
},
{   sTitle:'DOWNLOADS',
    bIsWebPath:true,
    sUrl:'Download.html'
},
{   sTitle:'CONTATO',
    bIsWebPath:true,
    sUrl:'Contato.html'
}]
});
