var fDesc=new Array(); fDesc[0] = "STEP7-Micro/WIN lets you save time and money in programming. This software package can be handled like a standard Windows application and includes all necessary tools for convenient programming of the SIMATIC S7-200: from the high-performance SIMATIC instruction set to IEC 1131-compliant programming and all the way to trend charts and wizards."; 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 = ''; } }