var fDesc=new Array(); fDesc[0] = "SmartBackup is an inexpensive, fast and easy to use backup software for Windows 7/Vista/XP.

SmartBackup helps you to select your important files for backup, which results in a short time needed for a backup. It automatically keeps your backups up-to-date and copies only files which really have changed since the last backup. There are detailed options to specify which files should be copied.

SmartBackup allows you to synchronize your backup source and destination, which makes it easy to keep your data files and documents on your PC and your laptop synchronized. Save your backups either as a ZIP file or directly on your file server, external drives or on CD/DVD (no additional recording software needed)."; 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 = ''; } }