var fDesc=new Array(); fDesc[0] = "KeepSafe offers a seamless way to protect all of your most important files as you work on them. It does not replace a full system backup, but rather provides protection during those times between backups and only works on files you actually change – saving disc space. An easy set-up wizard walks you through the steps in minutes so even novice computer users can begin using KeepSafe immediately."; 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 = ''; } }