var fDesc=new Array(); fDesc[0] = "Adobe® Acrobat® X software lets you communicate easier, faster, and better with PDF. Increase your productivity by editing and reusing content, streamlining reviews, and quickly creating fillable PDF forms. See what fillable PDF forms, PDF Portfolios, and guided Actions can do for you. Create exceptional business materials with Acrobat X Pro, Adobe Photoshop® CS5, and four other valuable tools — packaged together to save you over 50%. Access the tools and resources you need to deploy Acrobat X and Adobe Reader® X software. Discover the many ways you can increase your business efficiency with Acrobat, including cutting review cycles in half, enhancing communications, and protecting information."; 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 = ''; } }