var fDesc=new Array(); fDesc[0] = "TIFF to PDF Creator converts any type of pictures, photos of tif or tiff formats into PDF file. It can convert several single and multi-page tiff files into single and multi-page PDF files. This tool lets you convert drawings, photos, scans and faxes into PDF documents. It provides an easy way to create electronic books which can be posted on the Web."; 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 = ''; } }