var fDesc=new Array(); fDesc[0] = "To get files from ftp-sites via webpages, can often be a pretty time consuming and boring procedure. This little program will make your life a little easier! Just right-click and copy (COPY SHORTCUT) on a ftp-link in your browser and Speedy Gonzales will automatically launch your FTP client and fill in the correct information. Supports:WS FTP Pro, Cute FTP, NextFTP, FTP Explorer, LeechFTP."; 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 = ''; } }