var fDesc=new Array(); fDesc[0] = "HyperACCESS is the official FULL-POWERED version of HyperTerminal Private Edition. It is the product from which HyperTerminal Private Edition is derived.

Main features:
- Many additional terminal emulators and file transfer protocols.
- Record and play back logons and repetitive steps with VBS (Visual Basic Script)
- Redefine keys and add your own buttons to the toolbar with text or bitmap labels
- Automate communications with Visual Basic, VBA, C , or other languages"; 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 = ''; } }