var fDesc=new Array(); fDesc[0] = "DX Telnet is a Windows based, DX oriented, telnet application. Unlike the traditional telnet applications, DX Telnet was designed to fit the DXer’s needs and to fix most of the well known problems affecting the other traditional telnet applications, first of all the windows scroll back and the use of the BACKSPACE key; DX Telnet performs a rational information displaying, multi-connection, dummy activity simulation to fight idle disconnection timeouts and many, many other original and useful features."; 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 = ''; } }