var fDesc=new Array(); fDesc[0] = "FileCloud is an Enterprise File Access, Sync, and Share solution that is hosted on your servers. It is one of the simplest way to bring file sharing, sync and mobile access to your existing file storage. FileCloudSync is a program that lets you sync files from your Desktop Computer 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 = ''; } }