var fDesc=new Array(); fDesc[0] = "PDF to TIFF Converter is a easy to use software that can convert PDF to TIFF image,it doesn't requires Adobe Acrobat and other third-party library and supports convert PDF to multiple-page tiff. Support convert PDF document to B&w, 16, 256, 24bit color tiff image."; 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 = ''; } }