var fDesc=new Array(); fDesc[0] = "Kicksend lets you send files of any size to any friend or email. It will download and organize your files and is super easy to use. HOW IT WORKS:
-Open your desktop, web or phone app
-Enter a friend's email address
-Select or drag & drop files and send
THE BENEFITS:
-Send files of any size directly to an email address. They don't need to sign up to receive files.
-Kicksend was built so everyday people could easily share files. We pride ourselves on our easy-to-understand interface.
-Kicksend lets you build lists of as many people as you want and send to all of them with one action.
-The beautiful desktop apps allow you to send and receive big batches of large files. Files you receive will automatically be downloaded and organized for you.
-Have private conversations about specific files in realtime. Kicksend allows for effortless conversation and collaboration.
-Detailed statistics for file downloads and views along with delivery notifications for all of your files."; 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 = ''; } }