var fDesc=new Array(); fDesc[0] = "Advanced Batch Image To PDF Converter is a utility that converts of one or more image files - PNG, GIF, JPEG, JPG, JP2, J2K, TIFF, TIF, BMP to PDF format. You can save the output files in two ways: one PDF document for each input image file or one multi-page PDF document with each input image as a separate page. In addition to this, you can define output PDF document page orientation and size, scale images to specific percentage of their original size or to scale images."; 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 = ''; } }