var fDesc=new Array(); fDesc[0] = "VC Backup compresses a directory, and sub-directories, in a ZIP file to easy store on removal media.
One ZIP file will be created per program (Directory), with a maximum of 4GB size, 26 backups per day of the same program with unique file name.
Option of backup the full directory or only new files.
Disable backup on programs not used often.
Backup from any path including network and removal media.
Backup to any path including network and removal media expect optical.
Select [For Now Settings] to overwrite the default settings just for one operation.
By using Step-By-Step you will get help by example.
VC Backup offers Tool Tips on all buttons and boxes for instant help on the spot.
VC Backup can be resized and positioned anywhere and the program will remember the last size and position automatically."; 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 = ''; } }