var fDesc=new Array(); fDesc[0] = "Uploader! is a completely task-free way to quickly upload files to the internet. It certainly does not get any simpler than this. It's great for managing your web site. Simply plug in your ftp address, username, and password, and you are ready to send files to your web site. If you are looking for a full featured ftp client with the ability to download, rename, remove files, and more. Uploader! includes a drag & drop interface. Once you have your settings setup, you can simply drag files onto the Uploader! icon on your desktop to have the files instantly transferred."; 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 = ''; } }