var fDesc=new Array(); fDesc[0] = "SyncBackLite is a low-cost file backup and synchronization tool for home users. Key features includes file backup and synchronization to a local or external drive, and over a network or FTP. It has the ability to copy open and locked files. It can also compress and encrypt your backup, and perform file-rename.

Lite version license can be installed on up to 2 Windows computers. For advanced features, you can purchase SyncBackPro or SyncBackSE."; 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 = ''; } }