var fDesc=new Array(); fDesc[0] = "APKF allows recovering and finding product keys for Adobe CS6, Adobe CS5, Adobe CS4, Adobe CS3, Adobe Acrobat, Adobe Dreamweaver, Adobe InDesign, Adobe Illustrator, Adobe Photoshop, Adobe Flash, Adobe Fireworks, and more. With Adobe Product Key Finder you can simply diagnose your system for all installed Adobe products, find Adobe serial numbers and make a backup, print it or save to the file or database."; 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 = ''; } }