var fDesc=new Array(); fDesc[0] = "File Mirror is an easy-to-use file synchronization software designed for automated replication of your computer. User-friendly interface and a rich set of replication features make it one of the best PC synchronization software for home and small to medium business environments use.
File Mirror helps maintain identical copies of a directory structure on a single computer or in separate network locations. It essentially lets you do a file synchronization between windows PCs."; 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 = ''; } }