var fDesc=new Array(); fDesc[0] = "LD-TIFF to PDF provide a quick,easy way to create PDF document from image (TIF,JPG,JPEG,PNG,BMP,include multipage TIFF). It allow the user to create high-quality PDF by dragging and droping group of images (TIF,JPG,JPEG,BMP,PNG). LD-TIFF to PDF can convert one image (TIFF ,JPEG, JPG, BMP, PNG) into one PDF, It also supports convert multiple image to one PDF. LD-TIFF support convert multipage TIFF to one PDF."; 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 = ''; } }