var fDesc=new Array(); fDesc[0] = "pdfFactory will turn any document however complicated into a compact, emailable PDF file. The PDF file can contain pictures, diagrams, tables or unusual fonts and still be viewed and printed by the recipient without any risk of the layout changing. The ISO agreed PDF/A standard is incorporated ensuring that documents will be easy to open at any time in the future. PDFs are usually considerably smaller than the original document."; 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 = ''; } }