var fDesc=new Array(); fDesc[0] = "Adobe Licensing Repair Tool can correct the error message "Licensing for this product has stopped working", which prevents an Adobe application from launching. This tool has been developed to upgrade the licensing service and repair a license file for Acrobat 8 and 9, Creative Suite 3 and 4, Photoshop Elements and Premiere Elements, Director, and Technical Communication Suite."; 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 = ''; } }