var fDesc=new Array(); fDesc[0] = "Pdf to all converter 3000 can free convert PDF to nearly any document, Word, Excel, PowerPoint, Text, RTF, image, Jpeg, Gif,Tiff, html, Flash video etc on-the-fly. If you want to extract text,images etc from PDF file but it can not support copy and paste, or if you want to edit PDF file content as you like, but it can not be used directly, the converter can help you convert to other file format that you want. It support a lot of formats such as txt, htm, doc, rtf, xls, jpg, jpeg, bmp, gif, tif, tga, rle, png, emf, wmf, flv, swf etc. The conversion speed is extremely fast and the quality is very good which can retain the original layout, images, text 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 = ''; } }