var fDesc=new Array(); fDesc[0] = "XiXi PDF to JPG Converter is designed to convert PDF files to JPG, PNG, BMP, TIF, GIF, PCX and TGA images in batch mode. It works without Adobe Acrobat or Adobe Reader, and has friendly interface, small size, accurate and fast conversion ability. It retains the original appearance of PDF files in the output jpg/png/bmp and other image files. Also, XiXi PDF to JPG Converter supports Unicode PDF file name and content, converting the password-protected PDF files and specifying page range to convert. Key features: Easy to Use, Fast, Small, Accurate, No Adobe Acrobat / Reader Needed, Supports Outputting JPG, BMP, PNG, GIF, TIF, PCX, TGA Formats, Retains the Original Appearance in Output Files, Supports Converting in Batch Mode, Supports Password-protected PDF File, Supports Designating Page Range, Supports Unicode PDF Filename / Content."; 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 = ''; } }