var fDesc=new Array(); fDesc[0] = "PCTerm is a terminal emulator for Windows-based personal computers that allows you to communicate with Unico drives and controllers. In addition to terminal emulation, the program also allows you to archive setup values, plot simple graphs of data samples, and download application software updates to the drive or controller."; 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 = ''; } }