var fDesc=new Array(); fDesc[0] = "AZ JPEG to PDF Converter is a quick and easy-to-use PDF converter program designed for converting batch of images, photos into PDF documents with one click. It supports a plenty of image formats such as JPEG, JPG. You can convert up to 2000 images at a time to 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 = ''; } }