var fDesc=new Array(); fDesc[0] = "Hancom Office 2010 SE is an innovative product that includes a word processor program (Hanword), a spreadsheet program (Hancell), and a presentation program (Hanshow).
Common Office application usage scenarios were thoroughly analyzed and incorporated into the UX. In addition to opening, editing, and saving MS Office documents, Hancom Office 2010 SE supports standard ODF files and quick and easy conversion to the PDF file format."; 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 = ''; } }