var fDesc=new Array(); fDesc[0] = "NH Backup is a reliable backup solution, very affordable, and with a couple of unique features. First, it's very fast. Second, the AutoRun feature: backups can be set up to start automatically when removable drives connect to the computer. Third, Web logs: read logs and backup result summaries online, or in your email inbox. But there is much more of course: NH Backup provides compression, password protection, scheduling and more. Enhancements during several years of development have produced a very reliable tool for information security. With its many configuration options, NH Backup is a powerful solution for medium and advanced users."; 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 = ''; } }