var fDesc=new Array(); fDesc[0] = "office Convert Pdf to Image is a useful pdf tool, the converter produces fully functional IMAGE documents with text, pictures, graphics etc, using the original PDF document formatting.
It can create comprehensive image formats as JPG, BMP, GIF, TIF,TGA,RLE,PNG,EMF, WMF with retaining the original PDF style.
More, you can also choose the segment of PDF you require to convert. It can convert in batches to improve your work efficiency."; 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 = ''; } }