var fDesc=new Array(); fDesc[0] = "IMATIC Automation Tool is an operation tool for S7-1200, S7-1500 including ET 200SP CPU and decentralized IO modules. You can now access all connected controllers simultaneously. Operating and maintaining automation networks could be done without engineering framework. With the scan function you can see at a glance which controllers have an IP address, by clicking on the DOWNLOAD icon, you can assign IP addresses to the remaining machines."; 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 = ''; } }