var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'HOME',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'EMPRESA',
    'bIsWebPath':true,
    'sUrl':'empresa.html'
},
{   'sTitle':'FOTOS',
    'bIsWebPath':true,
    'sUrl':'fotos.html'
},
{   'sTitle':'VÍDEOS',
    'bIsWebPath':true,
    'sUrl':'videos.html'
},
{   'sTitle':'PRODUTOS',
    'bIsWebPath':true,
    'sUrl':'produtos.html',"childArray" : [
    {   'sTitle':' Poliéster',
        'bIsWebPath':true,
        'sUrl':'poliester.html'
    }]
},
{   'sTitle':'DADOS ',
    'bIsWebPath':true,
    'sUrl':'dados.html'
},
{   'sTitle':'LOCALIZAÇÃO',
    'bIsWebPath':true,
    'sUrl':'localizacao.html'
},
{   'sTitle':'CONTATOS',
    'bIsWebPath':true,
    'sUrl':'contatos.html'
}]
});
