var fDesc=new Array(); fDesc[0] = "Armaor was designed to help Ariadis' customers increase productivity. Armaor fully achieves this objective by optimizing every production stage and its logistics environment (deliveries, invoicing, etc.).

It covers basic functions such as: order management, machine parameters management, production planning, cutting optimization, delivery notes, stock management. It also offers optional modules such as traceability, real-time production supervision, employee management. Furthermore, all the data are available and usable by our customers, who can use the statistical processing we provide to improve the production process.

ARMAOR LIGHT allows you to access the Armaor world and to discover its main functions. Please note that this fully functional version is already used by many rebar factories with smaller production volumes."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }