var fDesc=new Array(); fDesc[0] = "PowerBackup is a back-up and restoration application by Cyberlink. This application allows you to make sure that your files are always secure by letting you carry out back-ups in many ways. With PowerBackup you will be able to archive folders, files and hard drives to an external source such as an external hard drive. You can choose to back up all your files or use filters to select them. You can even schedule back-ups so that your data is always safe and secure even when you don't have time to do the backups yourself. There are three ways in which you can back up your files: Full, differential or incremental. The first one allows you to back up all your files, the second one allows you to back up files that have changed or are new since the last back-up and incremental archives only files that have been modified. With all those options, you are guaranteed to find one feature that suits your needs. PowerBackup has been designed to not leave anything at random. If you want it to, it will even back up your browser favorites, cookies, your e-mail client's database, and more."; 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 = ''; } }