var fDesc=new Array(); fDesc[0] = "Adobe Extension Manager CC allows you to install new extensions and manage the ones you already have. It runs side-by-side with most Adobe Creative Cloud applications. The program supports the following products: Dreamweaver CC, Flash Professional CC, Illustrator CC, InCopy CC, InDesign CC, Photoshop CC, Prelude CC, and Premiere Pro CC."; 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 = ''; } }