var fDesc=new Array(); fDesc[0] = "CalepiLight is a modular coating software, based on the BOOLE & PARTNERS CalepiLib functions library.
CalepiLight includes a range of covering modules which propagation will cover an external outline, taking into account its inside openings.
Module dimensions, colors, textures, joins, initial positions and rotations, as well as propagation modes, are adjustable.
After each coating, CalepiLight edits a global summary detailing modules quantities, off-cuts rates, and joins linears."; 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 = ''; } }