var fDesc=new Array(); fDesc[0] = "Adobe Reader X Font Packs enable you to display and interact with documents authored in languages other than those supported in your native Adobe Reader software. They are needed to correctly display a document when an author does not embed the appropriate font into the document. They are also needed when the author does embed the font, but the reader of the document wishes to interact in some way with its content, for example, by collaborating, commenting, or filling out forms."; 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 = ''; } }