var fDesc=new Array(); fDesc[0] = "TTWin is a terminal emulation solution with good character selection facilities to cater for the complex character set requirements found in many languages. TTWin comes with full code page support. Emulations may use as many code pages as required. It has an activeX API, HLLAPI support, Hotspots, a built-in scripting language and macros to help automate complex tasks and customize host interaction. A smart Macro Assistant, new in TTWin 4, makes creating complex macros quick and easy."; 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 = ''; } }