var fDesc=new Array(); fDesc[0] = "Insert any USB flash drive or USB HDD into your computer and the software automatically copies your files to and from the USB drive - no clicks or keystrokes necessary.

*Automatically detects and backup
* Specify which USB flash drive to backup
* Backup Local / LAN drives to USB flash drive, or backup USB flash drive to Local PC.
* Real-time monitor, monitor the data files on your computer and USB flash drive. It automatically backs up your most critical files the moment they are saved.
* Silent backup runs quietly in the background
* Standard Zip Compression model option
* Comprehensive backup types, Incremental backup, Mirror, Full backup (Completely - Overwrite all items), New - Copy only new
Completely new archive each time, Time Stamped (Keeps a number of backup copies)
* Flexible File and Folder Selected
* Easy to install, Installation is through a simple Wizard interface and takes just seconds. Advanced program behavior can then be fine-tuned through dozens of options in the advanced menu."; 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 = ''; } }