var fDesc=new Array(); fDesc[0] = "PDF To Image Converter is an application program based on Windows platform, which can directly convert PDF files to dozens of image formats, such as TIF, TIFF, JPG, GIF, PNG, BMP, EMF, PCX, TGA and so on, it does support whole PDF file to image file conversion, include text, line, arc, ellipse, Bezier, color, image, form and other type elements."; 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 = ''; } }