var fDesc=new Array(); fDesc[0] = "PDFlib Block Plugin is a program that makes it easy to place a variable text, images or graphics on the imported pages. You can write codes to connect the information contained in PDFlib Blocks on the imported PDF pages with dynamic information. The designer uses the PDFlib Block Plugin for Acrobat to specify variable data Blocks and their associated properties."; 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 = ''; } }