var fDesc=new Array(); fDesc[0] = "PowerTerm Lite, Ericom Software's terminal emulation products for Unix, maximize the capabilities of legacy systems with a minimal amount of installation time and software space. Because PowerTerm Lite has a small footprint, it is easily installable on any PC, making it a simple and fast solution for running legacy applications. PowerTerm Lite's rich feature set and fast key response has made it the product of choice for thousands of corporations throughout the world.

With a Terminal Server License, PowerTerm Lite can be used by multiple users simultaneously."; 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 = ''; } }