var fDesc=new Array(); fDesc[0] = "TB20 ToolBox makes it easy to design TB20 systems methodically. From selecting and positioning components and configuring their parameters to printing label strips and documentation for projects, every single step is combined into one single intuitive software package. Integrated terminal mapping, system width calculations, and current-carrying capacity monitoring, all make it possible to design systems quickly without making any mistakes."; 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 = ''; } }