var fDesc=new Array(); fDesc[0] = "A-PDF TIFF Merge and Split is a simple, lightning-fast desktop utility program that lets you merge single or multi-page TIFF files into one single multi-page TIFF file or split multipage TIFF files into many single page TIFF files with efficiency and reliability. Besides, the tool can split and convert TIFF to JPEG, BMP, GIF, and PNG."; 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 = ''; } }