var fDesc=new Array(); fDesc[0] = "Cloud Harddrive is an enterprise files-sharing solution, were permissions can be set per user and group. All your devices can be synced. Cloud Harddrive allows individuals and teams to secure, sync, share, and back up data without limits. The Cloud Harddrive app provides immediate and intuitive access to 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 = ''; } }