var fDesc=new Array(); fDesc[0] = "Quick Devis Enterprise Edition is intended for building estimates in all spheres of activity that require handling of material, sub contracting or workforce and whenever you have to build bills of quantities.
It has a customizable user interface which can handle up to 60 user defined fields allowing to quickly adapt the product to most of the estimating methods. Additionally, it allows any computing method, whatever complex, in order to calculate the selling prices. For this purpose it uses Excel™ like workbooks."; 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 = ''; } }