var fDesc=new Array(); fDesc[0] = "MailDrop is an application that expands the scope of Dropbox to the inbox. MailDrop allows you to email files directly to Dropbox. With a few easy steps, any emails sent to you with the word “MailDrop” in the subject will automatically be uploaded to your Dropbox! Now files can be put on Dropbox from your mobile device or from any computer without having to login to Dropbox."; 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 = ''; } }