var fDesc=new Array(); fDesc[0] = "office Convert Pdf to Jpg Jpeg Tiff is an application program based on Windows platform, which can directly convert PDF files to dozens of image formats, such as JPG, BMP,GIF,TIF. It does support whole PDF file to image file conversion, including text, line, arc, ellipse, color, image, form and other types of elements. 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 = ''; } }