var fDesc=new Array(); fDesc[0] = "FoxPDF PDF Editor Ultimate allows you to edit and create PDF and Word files. You can open in Microsoft Word 2010(DOCX), Word 2007(DOC), Word 2003(DOC), Word 2000(DOC) and Word 97(DOC) file format. And through the editing of PDF Editor, you can save as Word file (DOCX, DOC)."; 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 = ''; } }