var fDesc=new Array(); fDesc[0] = "AZ Image to PDF Converter is a quick and easy-to-use PDF converter program which is designed to batch convert image files to PDF document. Supports BMP, JPEG, GIF, PNG, TIFF, TIF, EMF, WMF, PCX, TGA images. It can combine up to 2000 images into one PDF document. This application can automatically setup all necessary parameters and create high-quality PDF files by employing special techniques. You can set user and owner password to restrict printing, copying and modification."; 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 = ''; } }