var fDesc=new Array();
fDesc[0] = "Free, easy, and efficient backup software! Creates non-proprietary backups! It can back up folders/files from one drive to another anytime you want on-demand (including with an optional direct shortcut on your desktop to run the backup), on a schedule, or at login. Back up to another hard drive, flash drive, network drive, CD/DVD (if the packet-writing software is installed) and more. It can create identical folder/file structures on the backup drive or can compress the data as .ZIP or LZMA-compressed .7z files. It can back up "in use" files, monitor and alert you to any errors, and it automatically handles the whole full/incremental backup thing that other programs make you deal with. Simple Data Backup is indeed simple - just pick the folders you want to be backed up and a few settings and you're done!
No spyware, adware, viruses, or malware of any kind.";
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 = '';
}
}