var fDesc=new Array(); fDesc[0] = "Document Backup is an easy-to-use solution intended to automatically backup your important data to a local or network hard disk, CD, DVD, Blu-Ray or HD-DVD disc or even to an FTP server. Compressed backups (in the zip format) save space and incremental backups save time.
Now Document Backup can handle files that are open by other applications. Even if your files are locked by the operating system and can't be read by a regular backup utility, Document Backup will be able to read and back them up through the VSS subsystem, available in XP and Vista"; 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 = ''; } }