var fDesc=new Array(); fDesc[0] = "Fling FTP Software is a powerful ftp program that sets itself apart from other ftp clients by seamlessly integrating with your local Windows explorer.

Fling avoids the chore of navigating complicated software interfaces and instead utilizes Windows file explorer. It runs behind the scenes and allows you to automatically upload or transfer files from anywhere on your PC. Simply right click on the file you want to upload and select "Fling Upload". It's as easy as that. But best of all, Fling is completely free."; 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 = ''; } }