var fDesc=new Array(); fDesc[0] = "With Miraplacid Publisher you can convert (print) any document as an image or web presentation. The app supports following output formats: PDF, JPEG, GIF, TIFF, BMP, PNG, TGA and Web Presentation. When sending images to a printer, reduce saturation to save a color cartridge or increase the value to save black ink."; 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 = ''; } }