var fDesc=new Array(); fDesc[0] = "TIFF Image Printer is a virtual Windows printer that allows you to create TIFF files from any document you can open and print to your printer. You just need to select the TIFF Image Printer instead of your default printer and then convert to TIFF format. The program allows you to control your output settings, create TIFFs in 50 to 1200 DPI, supports automation & custom naming, and 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 = ''; } }