var fDesc=new Array(); fDesc[0] = "WindO/I-NV2 software is the simplest programming tool for all IDEC OI Touchscreens (4.6” HG1F, 5.7” HG2G, 10.4” HG3F and 12.1” HG4F Series). It is used to create projects or programs that can display information from a PLC, process status, or can be used to input data with virtual switches or keypads to make changes to a process."; 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 = ''; } }