var fDesc=new Array(); fDesc[0] = "ProAction PCE Editor is a user-friendly and powerful editor for the 720i, allowing you to create a step-based program for process control. For each step in your process, pre-determined conditions such as "always true," "motion compare," "user key compare," and "weight compare" allow you to control when corresponding actions are followed. True actions, False actions, and Pause actions allow you to control when events are initiated."; 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 = ''; } }