var fDesc=new Array(); fDesc[0] = "Free file manager and FTP client. Good replacement for Windows Explorer. It offers simple user interface similar to other programs of this type (Total Commander, Norton Commander, FAR manager etc.), fast navigation using keyboard and hot-keys, built-in FTP client, build-in text file viewer, usable as portable application. Multi-threading support allows to perform multiple disk/FTP transfer operations in one time."; 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 = ''; } }