var fDesc=new Array(); fDesc[0] = "With FreePDF You can create PDF files from any application. Just choose File, Print, and the printer FreePDF. With the results you can be seen in a print shop.
FreePDF can also generate many image formats like Multipage Tiff. FreePDF can merge multiple prints to a single PDF file (MultiDoc function). FreePDF can be customized for your company - features that you do not want to provide you can disable."; 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 = ''; } }