var fDesc=new Array(); fDesc[0] = "PackAssistant is the leading software in the field of optimizing packing configurations of identical parts into containers. The time-consuming process of trying to configure complex geometrical shapes into containers manually, with often non-optimal solutions, is a thing of the past. PackAssistant instead offers planners and packers a rapid, intuitive solution."; 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 = ''; } }