var fDesc=new Array(); fDesc[0] = "Filr is an enterprise file management and collaboration tool that lets users access and share corporate files from the Web, from a mobile device, or from the file system on their workstations. Filr has been designed with the enterprise in mind, resulting in less administration, better security and more productive users."; 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 = ''; } }