var fDesc=new Array(); fDesc[0] = "KLS Backup 2017 is a powerful backup and synchronization program that allows you to backup or synchronize your data to local and network drives, cloud storage or CD/DVD media. Backup of databases (Microsoft SQL Server, MySQL) and application data (Outlook, Thunderbird). The backup files can be stored uncompressed or compressed in standard Zip or 7z format. KLS Backup 2017 can backup: files and folders from local drives, network locations or cloud storage, databases, mailboxes and other application specific data (profiles).

Advanced version management, makes possible to find and restore any backup version within seconds. The synchronization feature allows you to easily synchronize the contents of two different folders."; 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 = ''; } }