var fDesc=new Array(); fDesc[0] = "Zip Backup to CD is a data backup software designed to backup your data files to CD/DVD, using the standard Zip file format, allowing backup files to be viewed and restored with most zip file utilities.

Main Features :

- Build in CD/DVD burner software, no need for 3 party burner software.
- Supports CD-R, CD-RW, DVD-R, DVD+R, DVD-RW, DVD+RW and DVD-RAM.
- Allows splitting of large files (up to 4GB) over more CDs, files, etc.
- Drive Spanning, use of more than one destination or CD/DVD drives.
- Email notification with detailed reports of backup jobs.
- Spans multiple removable medias, such as CD's, DVDs, Zip drives, etc.
- Splitting of backup files for later writing to removable media.
- Incremental and differential backups using archive bit or catalog.
- Backup file naming with date and time for easy file management.
- File filtering to allow inclusion or exclusion of files by file type.
- Inclusion or exclusion of individual folders and files.
- Restore your data without Zip Backup to CD. Windows® XP can read Zip file.
- A wide array of supported CD/DVD drives, test if yours is supported.
- Automatically compare after backup and burning to CD/DVD.
- Password protection for your backup files.
- CD/DVD RW erase Utility.
- Catalog system to manage your backup files and easy retrieval of files.

This data backup software distributes the files to be backed up in several stand alone Zip files of a size fitting a standard writable CD (CD-R) or a size chosen by the user. Therefore it can backup your files to hard drives, network drives, ZIP drives, JAZ, SyQuest, writable CD (CD-R), and most other removable medias.

Zip Backup to CD supports conventional or Universal Naming Convention (UNC) file names, allowing access to all local and LAN Directories using Industry standard 32-bit long directory and file names. The integrated zip-extractor allows the restoring of your data backup files."; 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 = ''; } }