var fDesc=new Array(); fDesc[0] = "X360 Tiff to Pdf Converter is a simple and powerful image tool with an user-friendly and drag & drop interface helps you to convert TIFF or multi-page TIFF image into PDF document easily. It helps you to convert TIFF Group Images into a PDF document. It supports Compressed, Group3, Group4, PackBits, Run Length Encoded, Color, Gray scale, 8 bit, 16 bit, 32 bit, and many more Tiff image formats."; 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 = ''; } }