var fDesc=new Array(); fDesc[0] = "TurboFTP is a powerful FTP client that includes all basic uploading and downloading features plus a number of additional functions like support for secure connections, folder monitoring, file synchronization among others. It allows you to resume downloads and uploads, and filter and transfer files of more then 4GB as well"; 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 = ''; } }