var fDesc=new Array(); fDesc[0] = "PDF reDirect is a fast, free, and easy-to-use PDF Creator. It has no restrictions, no watermarks, no spyware, no adware and no pop-up advertisements. Features include basic encryption and full merging. Version 2.1 adds: a live preview of the PDF being created, PDF file size optimization, viewing style settings and compatibility with Windows Terminal Services."; 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 = ''; } }