var fDesc=new Array(); fDesc[0] = "Use the Microsoft Global Input Method Editor for Office XP to input Korean text in your documents, worksheets, presentations, mail messages, publications, and Web pages.
If you used a Global IME (Input Method Editor) 5.02 with a previous version of Microsoft Office, Microsoft Internet Explorer, or Microsoft Outlook® Express, it will not work after you have installed Microsoft Office XP. You will need to download this updated version."; 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 = ''; } }