var fDesc=new Array(); fDesc[0] = "WinPLC7 is an application that provides programming features and tools.

Main Features:

-WinPLC7 is complete programming software for S7-PLC with many additional features
-Write your PLC program in STL, LAD or FBD
-Simulate your PLC program with a PLC Simulator
-Import- and Export your original SIEMENS S7-Project
-Built-In hardware configuration for VIPA SLIO, 300S, 100V, 200V and Siemens S7-300
-S7-Intellisense for a faster and better programming experience"; 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 = ''; } }