var fDesc=new Array(); fDesc[0] = "SyncBreeze is a powerful, easy-to-use and fast file synchronization solution allowing one to synchronize files between disks, directories, network shares and NAS storage devices. SyncBreeze provides multiple one-way and two-way file synchronization modes, periodic file synchronization, compressed file synchronization, background file synchronization, real-time file synchronization, an option to synchronize specific types of files, user-selectable GUI layouts and allows one to define multiple customizable file synchronization commands making it very simple to synchronize numerous directories, disks or NAS storage devices."; 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 = ''; } }