var fDesc=new Array(); fDesc[0] = "Increase Development and Debugging Efficiency with Various Debugging Tools, Including Functions That Are Not Possible on the Actual PLC.Application software to simulate SYSMAC CS/CJ/CP/NSJ Series CPU Unit operation on the computer to debug PLC programs without a CPU Unit; Apply virtual external inputs to a virtual CPU Unit to debug programming; Execute programs by steps or with break point settings, or use any of the many other debugging functions;Check the cycle time during simulation; Debug network communications and serial communications as well."; 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 = ''; } }