var fDesc=new Array(); fDesc[0] = "Multi Print is a distributed printing program that processes tiff images and PDF Files, it is unique in it also has the ability to optionally archive the print job as a PDF if it was set to print a Tiff Images. Unlike conventional distributed printing solutions where a special driver is setup and used, Multi Print watches a file folder for the arrival of a tiff image or PDF (from a copier or virtual printer). When a file is found it is sent to specified printers and printed and then optionally saved as a PDF or in its original format."; 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 = ''; } }