var fDesc=new Array(); fDesc[0] = "SmartSync Pro lets you back up and synchronize files to hard disks, network locations, and remote PCs. The Backup mode can be used to copy source files to a destination folder, or to compress them into a ZIP file; in case of disk failure or ransomware attack, you can quickly recover files from the backup copy. Mirroring (bi-directional synchronization) mode can sync data between two or more computers."; 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 = ''; } }