var fDesc=new Array(); fDesc[0] = "Convert PDF to Word, JPG, HTML, or Text in batches. 100% FREE.
Standalone and easy-to-use, UniPDF performs high-quality conversion from PDF files to word documents (doc/rtf), images (JPG/PNG/BMP/TIF/GIF/PCX/TGA), HTML, or plain text files (txt) in batch mode, with all document texts, layouts, images and formatting ideally preserved."; 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 = ''; } }