var fDesc=new Array(); fDesc[0] = "The idea behind PCMag.com's InstaBack was to create a backup solution that was easy to use and always on, providing continuous coverage. As files are saved, InstaBack instantly backs them up. You can have a real-time backup job backing up files from a specific directory whenever they change. You can have a scheduled backup job backing up a bunch of files to a directory at a specific time, and perhaps another job with the same files being backed up to yet another directory."; 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 = ''; } }