var fDesc=new Array(); fDesc[0] = "WindO/I-NV4 is a programming software for HG2G-5T Operator Interfaces. The program is designed for operation with the MICRO/I, for specifying settings and creating screens. The set of data made up of settings and created screens is called a project. Using WindO/I-NV4, you can create a project and then download it to the MICRO/I, to build the interface necessary for operation."; 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 = ''; } }