var fDesc=new Array(); fDesc[0] = "The LL50A Parameters Setting Software is developed by Yokogawa Electric Corporation to build and set parameters and ladder programs.
The LL50A Parameters Setting Software contains the Setting Tool and the Network Profile Tool.
The applicable models are: LL50A, UM33A, UP35A, UP55A, UT32A, UT35A, UT35A-L, UT52A, UT55A."; 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 = ''; } }