var fDesc=new Array(); fDesc[0] = "Free Image TIFF Jpeg Text to Pdf Converter will help you satisfy your multiple conversion needs. With this application you can convert both image and text files directly to PDF. You will be able to choose if you want to merge multiple images into one PDF file, convert to PDF as the XLS content, convert to PDF as the XLS window, convert the text to PDF with AdobeReader and much more."; 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 = ''; } }