var fDesc=new Array(); fDesc[0] = "PowerPoint/PPT to Pdf Converter can help you create PDF file from documents including ppt, pptx, pptm. It is easy-to-use software which can translate different doucment formats to pdf in batches once with ease. The converting process is finished in short time.The conversion will be as original as an original format and all this comes with this effortless user friendly software. Whether you are an experienced user or a beginner,you can operate effortlessly. Free download it now and colorize your life at once."; 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 = ''; } }