var fDesc=new Array(); fDesc[0] = "Lightning PDF Professional is an all-in-1 PDF solution for creating industry-standard PDF files, editing PDF text and images, converting PDFs to Office documents, adding comments plus editing and filling in PDF forms. You can also sign PDF documents with certificated digital signatures, protect PDF files with passwords and use the OCR technology to make text in image-based PDF files searchable and editable."; 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 = ''; } }