var fDesc=new Array(); fDesc[0] = "Norton Goback 3.5 is a windows-based disc recovery tool. Having Goback installed is like waking up on the same day every single morning. Everything looks the same, feels the same, and works the same. There is no way you can change anything, and that, I guess, is a good thing. What this application does is detect the moments where the user is not doing anything on the computer and record what the computer looked like at that point. It will create markers for all your files, and keep a history of changes. It somehow works like Microsoft's system restore, but this is a much more solution, since it actually saves up to 8 gigabytes of file changes. The user, at any time, can choose one of the instances the program "remembers" and restore the whole operative system back to that moment. Norton GoBack is no longer being sold separately, but is bundled in Norton Systemworks. All in all, this is a great backup solution, but not for the regular user. They should look to buy a simpler back up solution."; 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 = ''; } }