var fDesc=new Array(); fDesc[0] = "xLogicSoft makes programming fast, yet simply elegant. Create ladder and function block diagrams with ease by selecting, dragging and dropping functions and making the logical connections. The included offline simulator for both the ‘function block’ or ‘ladder’ representation, allows programs to be tested and debugged without any connected hardware, providing significant savings on installation time and cost."; 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 = ''; } }