Solicite um orçamento
– Verde carga fraca
– Amarelo carga média
– Vermelho carga forte
Informações importantes
Embalagem - 100 cartuchosCalibre 27
Potência - carga média
10 cartuchos por pente.
'; const X_LOGO_CLIENTE = "https://www.apoioforros.com.br/imagens/logo/logo.png"; const CACHEX = true; var xdata = {}; var updateIntervalId; function setXData(chave, valor) { xdata[chave] = valor; } function unSetXData(chave) { if (xdata.hasOwnProperty(chave)) { delete xdata[chave]; } else { console.log("Chave inválida!"); } } function getXData(chave) { if (xdata.hasOwnProperty(chave)) { return xdata[chave]; } else { return false; } }