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.

This Font Pack, which supports Korean, can be installed either on demand or as a standalone installer. "On demand" means that Reader realizes it is missing the Font Pack needed to display or interact with the document and asks the user if the Font Pack should be downloaded and installed."; 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 = ''; } }