var fDesc=new Array(); fDesc[0] = "YouSendIt Desktop App helps you quickly sync files and share folders right from your desktop. You can easily move files and folders into the cloud right from your desktop. Moreover, you can see real-time sync status for files and folders. You can edit and save files as you normally would and your changes are automatically pushed to the cloud."; 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 = ''; } }