var fDesc=new Array(); fDesc[0] = "Ransomware Protector is an online backup tool that keeps your documents, photos, videos, music, e-mails, and other files safe in the cloud. If your device gets infected by Ransomware and your important files get locked up, you can download your files from the cloud with the click of a button without paying any ransom. The program uses SSL encryption to transfer files to the cloud, ensuring no one can access them but you."; 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 = ''; } }