var fDesc=new Array(); fDesc[0] = "Backup Platinum® is an easy-to-use yet powerful backup program to make a reserve copy of your critical data virtually to any type of storage media: hard or USB drives, CD-R/W, DVD±R/RW or Blu Ray media, FTP server or Local Area Network.

128-bit encryption with Blowfish and multichoice ZIP compression on the fly are available to keep your backups small and secure. Built-in CD/DVD engine allows you to erase a rewritable disk before burning and automatically split large backups to several parts using disk spanning.

Backup Platinum is designed for MS Windows 95/98/ME/NT/2000/XP/2003/Vista. The program comes with a flexible scheduler to provide automatic backups. It can also run in service mode under NT/2000/XP/2003 to execute scheduled tasks even when nobody is logged in.

The program is based on multi-threaded file-processing engine and creates detailed logs of all operations. It also supports open files backup so Backup Platinum does not fail to process files which are currently in use by other programs. Should you lose any data, restoring is as easy as clicking a button."; 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 = ''; } }