var fDesc=new Array(); fDesc[0] = "AlnorCAM is a stand-alone software designed to allow the buyer creation of production breakdowns of rectangular ventilation elements. They are then imported to a production software, where we receive both square meters amount listing, and a faultless model of elements to be produced as well.
Thanks to the usage of AlnorCAM software the buyer is able to fully control specifications of elements commissioned to production, which may be produced in a shorter period of time because there is no need to verify them by the technologist."; 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 = ''; } }