var fDesc=new Array(); fDesc[0] = "This software provides a revolutionary new method of performing backups using a dial-up, broadband, or an existing network connection.

The Backup Server is a software component of the backup system that often runs on a remote Windows 2000 or 2003 Server. By running the Backup Client application on a local system, data can be backed up and restored using the Backup Server as the backup device, rather than a tape drive or other local hardware device. This feature allows backups to be performed effortlessly at any time and data to be restored instantly, from any internet connection, if necessary.

In addition, this backup software uses a special Fast Binary Incremental Technology (FastBIT) process, making it a powerful and unique solution. This FastBIT technology provides the ability to extract the actual changes that occur within files. By extracting the changes and only sending these changed portions of the files, the overall backup time is significantly reduced. In many cases, a FastBIT backup reduces the amount of data that must be sent to the server by 85% - 99%."; 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 = ''; } }