var fDesc=new Array(); fDesc[0] = "Adobe Acrobat Professional gives you complete control over your PDF documents. It allows you to convert, edit, share, and sign PDF files. Editing of PDF files is as simple as using MS Word. With minimal effort, you can flip, crop, resize or replace images, add text and fix typos to make sure that your PDF is perfect. Annotation features, and the ability to convert images to text using OCR is also possible. PDF files can be compressed by reducing the size of the images inside and removing embedded fonts."; 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 = ''; } }