var fDesc=new Array(); fDesc[0] = "Simpo PDF Creator works as a powerful PDF Writer which can help you easily create PDFs from Word, Excel, PowerPoint or any other Windows application and accurately preserve hyperlinks in documents.

With this excellent PDF creator, you can convert Word to PDF, Excel to PDF, PPT to PDF, Image to PDF, HTML to PDF and any other documents to PDF. Besides, it’s available to set a password to protect your PDF documents security."; 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 = ''; } }