var fDesc=new Array();
fDesc[0] = "CPPBackup Software is an easy-to-use program designed to backup your critical data to a local disk, the Network neighborhood or remote FTP servers. Backups is amazingly simple. You can create multiple tasks to backup your data. You can use CPPBackup Software to make a reserve copy of any valuable data on your system at any convenient time. It is a simple yet powerful backup solution for your business or for your personal needs in a networking environment or on a single machine.
Main Features :
- Flexible source file and folder selection criteria are built in.
- Backup your data to a local disk, the Network neighborhood or a remote FTP server
- CPPBackup Software can work as a Windows NT/2000/XP/2003/Vista/7.
- You can start backup manually at any convenient time.
- You can create password protected archives.
- Easy manipulate with profile: Drag & Drop the profile parts in the left window
- FTP profile template manager and solution manager are build in
- Solution has tree-like hierarchical structure
- User can pick the exact desired transactions by selecting certain node in the solution tree
- Integrated Ftp and Shell browsers helps user to select right folder for backup
- The log is supported.
- Schedule is available
- Drag&Drop files directly from Win Explorer to Ftp browser";
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 = '';
}
}