var fDesc=new Array(); fDesc[0] = "O&O FileDirect makes it possible to share an unlimited number of files without having to load them in the cloud. This way your confidential files are never out of your hands. You maintain complete control over who gets to see them. Using a simple interface, you indicate the file that should be shared. O&O FileDirect then generates an individual link that you send to the contact. The recipient doesn’t need to install O&O FileDirect in order to download the file."; 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 = ''; } }