var fDesc=new Array(); fDesc[0] = "All to Pdf Converter 3000 is the most powerful PDF creator which can free batch convert any document like Word, Excel, PowerPoint, Text, RTF, image, JPEG, TIFF, GIF, HTML, Webpage of internet etc to PDF. The conversion speed is very fast and the quality is extremely excellent with preserve the original content, layout etc. Our mandate is to provide PDF conversions to all levels of users, the easy-to-use interface only allows you to create searchable PDF files by simply click "Convert" button. It supports convert various documents, such as pdf, doc, docx, docm, xls, xlsx, xlsm, ppt, pptx, pptm, rtf, txt, html, htm, url and any type of images files jpg, jpeg, bmp, gif, tif, wmf, emf etc to personalized pdf document. It is a standalone program which does not need any software support, such as Adobe Acrobat, Acrobat Reader etc."; 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 = ''; } }