var fDesc=new Array(); fDesc[0] = "Transferbigfiles.com's Drop Zone is a great way of sending files online. The application will install itself to your Windows tray area. From there, you will be able to send files to anyone with an e-mail address. What makes this a smart application and a useful one is the fact that it makes things so much easier for you. Right click the Drop Zone icon on your tray, and a big green drop zone will emerge. It will stay on top of other applications. When you want to send a file, simply drag and drop any file or files that you want to that drop zone. A pop-up with a text field will come up asking you to input an e-mail address for the recipient. After doing that, the files will start to be sent. One at a time. There isn't a limit of files that you can drop at the same time. All in all, sending files from your desktop using drag-and-drop is a time saver and makes things a lot easier. This application uses transferbigfiles.com, a great service, but it is not a free one. There are trials that you can try before purchasing the service."; 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 = ''; } }