var fDesc=new Array(); fDesc[0] = "The Tango DropBox allows the user to upload files and folders without launching an FTP application. Simply drag and drop files on to the Tango DropBoxes you create on the desktop. With Tango DropBox you can drag 'n' drop to upload files and folders, resume broken or cancelled transfers, browse for remote folders and import pre-configured account files. Set up is easy and transfers are fast and reliable because Tango DropBox is powered by the rock solid stability of the Tango FTP engine. Version 3.1 now fully supports Windows Vista™ and .NET 2.0"; 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 = ''; } }