var fDesc=new Array(); fDesc[0] = "UltraFTP is a personal, stand-alone FTP client built upon the framework of other IDM applications like UltraEdit and UltraCompare. Designed with maximum usability and performance in mind, UltraFTP offers full theme support, session support, an explorer interface, drag-and-drop transfers, and more. Even better, UltraFTP integrates with UltraEdit/UEStudio, UltraCompare, and UltraFinder to provide a seamless editing and publishing experience both on local and remote systems. UltraFTP supports FTP, SFTP, and FTPS protocols."; 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 = ''; } }