var fDesc=new Array(); fDesc[0] = "WIKAsoft-TT configures the following devices: TR33, T24, TR21-A, TR21-B, TR21-C, TR31, TR30, TR34, T15, PU-448, T16. Connects to their interface using the standard COM port and manages their information as well as updates the firmware and transfers the files."; 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 = ''; } }