var fDesc=new Array(); fDesc[0] = "Gaaiho Reader is reliable in printing, filling forms annotating documents and adding bookmarks. Gaaiho Reader offers a complete set of annotation tools such as note, highlight, stamp and shapes, which allows you to enrich your documents even more. Beyond, you can also add attachments or measure lengths on the PDF."; 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 = ''; } }