var fDesc=new Array(); fDesc[0] = "The Quickstep application provides an integrated, easy-to-learn approach to building powerful automation control programs. Using this program, your machine design team can program, debug, and tune the performance of your automated equipment quickly and efficiently. Quickstep combines a clear language structure, a simple programming interface, and powerful diagnostic tools to allow you to respond quickly to new automation demands."; 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 = ''; } }