var fDesc=new Array(); fDesc[0] = "FastSend is a personal application for sending files, without limitations.

FastSend solves the well-known problems with file transfer caused by:
- The size limitations of email attachments.
- The lack of security and user difficulties with FTP solutions.
- The cost and hassle of burning DVDs and sending them by post or courier.

You can send any files or folder structures to anyone from anywhere - fast, easy and secure."; 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 = ''; } }