var fDesc=new Array(); fDesc[0] = "It provides a user-friendly operating environment with editing, monitoring and debugging functions which allows the user to become familiar with the operation of the software in a very short time. The powerful editing function of Vom Edit, assisted with keyboard, mouse and on-line help (of ladder instructions and operating guide) greatly reduces programming development time. Features which can displays the data registers directly in the ladder diagram and provide multiple status pages for monitoring gives the user the ability to monitor and debug easily."; 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 = ''; } }