var fDesc=new Array(); fDesc[0] = "This program allows you to undertake secure and effective backup copies, which are a safe and user friendly form of distribution of your files. With Mamut Online Backup you can make secure backup and restore of your encrypted data, you can invite others to receive and download your data or to continuously receive updated versions of your files, to read, edit, delete and add information in shared files and folders and more."; 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 = ''; } }