var fDesc=new Array(); fDesc[0] = "Protect Your Personal Information with SafeEraser!
Our devices contain banking information, logins, emails and so much more. What many people don't know is that deleted data is recoverable. Deleting removes the pathway to the information but is still recoverable with the right tools. SafeEraser ensures that your information is safe by permanently erasing deleted files, clearing browsing history, caches and protecting your personal information. This ensures your deleted data stays that way and doesn't end up in the hands of data criminals."; 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 = ''; } }