var fDesc=new Array(); fDesc[0] = "AZ GIF to PDF Converter is designed to batch convert image files to PDF document. It supports GIF images and gives you the possibility to convert up to 2000 images at a time to PDF document. In addition, you may change conversion settings to make the PDF correspond to your needs. At the same time, 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 = ''; } }