var fDesc=new Array(); fDesc[0] = "3DPageFlip PDF Creator is a program that works as a virtual printer and allows you to create PDF eBooks. The program supports strong 128bit encryption and allows you to set both Owner Password and User Password to protect your PDF documents against from breach. Also, you can stamp\watermark a PDF
with custom text or an image and apply transparency, rotation, opacity, color variation or other effects."; 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 = ''; } }