var fDesc=new Array(); fDesc[0] = "Master PDF Editor lets you view, create, and edit PDF documents. You can add text with any formatting to a PDF document or edit existing text. You can also insert images to the document, select and move objects, change the size of objects, save images to a file, and copy objects to the clipboard. You can also make use of digital signatures, OCR conversion, bookmark management, and annotation tools."; 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 = ''; } }