var fDesc=new Array(); fDesc[0] = "An Integrated, Windows Explorer style and 32bit FTP client application for Microsoft Windows 9x/NT/ME/2000. It has the following many features: Integrated and windows Explorer-style user interface, Support Site Book managing your favorite FTP sites, Caching folder contents, Auto-reconnecting, Minimum refreshing FTP server folder contents, Support permission change of remote files, Support file filtering, Fully multi-threaded, Multiple connections to FTP server, Provide Remote Explorer Bar, Multi-threaded transfer manager, Auto-detecting link property, FTP server to FTP server direct transfer not via local system, Fully support for copy and paste between FTP server/local and FTP server/local, Fully support for drag and drop from FTP server/local to FTP server/local, Support syntax highlighting(in HTML, Pascal, C, C++, Perl, Java and SQL, DML, AWK, Tcl/Tk, PHP and ASP) Online Editor, Support context sensitive HTML Help System. You may not believe that the registration fee is $15 USD, but it is absolutely true."; 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 = ''; } }