var fDesc=new Array(); fDesc[0] = "Lightroom helpfully backs up your photo catalog every so ofter if you ask it to. What it doesn't do is to remove those backups after they're no longer needed. It's easy to forget about the backups and end up with dozens or even hundreds of Gb of old backups on your disk. This plugin doesn't interfere with the standard Lightroom backup process at all. Instead, it runs when Lightroom starts and identifies backups which are too old, and then deletes them. You specify how old is too old, and you can also say the smallest number of backups you want to keep."; 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 = ''; } }