var fDesc=new Array(); fDesc[0] = "Adobe Lightroom Classic CC is a photo editing and retouching software with a variety of one-click tools and advanced controls. It lets you organize photos on your desktop, store, and share from anywhere with the cloud-based Lightroom CC photo service. You can also search for photos on any of your devices with the auto-tagging feature."; 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 = ''; } }