var fDesc=new Array(); fDesc[0] = "Boxoft TIFF To PDF is a free program to convert TIFF images into PDF format files with all of the power and options needed. The utility is totally safe, simple and fast to batch convert TIFF files (include multi-page images) into PDF. The program helps to optimize your images, de-skew, rotate, crop etc. It also allows you to do multiple settings for output PDF files, such as add password security, define properties, and add watermarks and so on."; 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 = ''; } }