var fDesc=new Array(); fDesc[0] = "Okdo Tiff Png Jpg Bmp Wmf to Pdf Converter is a PDF converter which can help you batch convert JPEG, JPG, BMP, TIFF, WMF, and PNG image format files to PDF. It is a standalone program which does not need Adobe Acrobat. It allows you to merge several files into one PDF document, add watermarks, and password protect your documents."; 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 = ''; } }