var fDesc=new Array(); fDesc[0] = "Lazy Mirror copies changes made to one or more sources and archives the previous versions of the copied files. If all storage allocated to a destination has been consumed, the oldest archives will be disposed off to make room for new files.
To copy and archive data Lazy Mirror is a simple and easy to use tool. To copy a system takes more skills, depending on size, complexity and the operating system in use. Although this documentation handles the details of backing up a system, this might become less obvious reading for some."; 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 = ''; } }