var fDesc=new Array(); fDesc[0] = "ACDSee Pro 7 is a powerful program that enables you to manage, perfect and present your images. You can add metadata, ratings, keywords, categories and location details to your images, preview your changes instantly, hide, reveal or switch up adjustments and save different versions of your photos, boost vibrance while protecting skin tones and adjust saturation, brightness and hue on a color-by-color basis."; 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 = ''; } }