var fDesc=new Array(); fDesc[0] = "Tao ExDOS 2009 Lite is a comprehensive printing solution for DOS applications. The product allows the DOS application to print to any printer, including WinPrinters without support for DOS, direct printing to Fax, PDF documents (a 3rd party PDF conversion software is required) and image files (GIF, TIFF, JPEG and BMP). The product supports all common printer codepages used in DOS applications.
The product allows the user to run a background Printing Monitor which captures any printing sent from a DOS application. If multiple DOS applications are used which need specific printer settings, a shortcut can be created for every DOS application with its own printer settings."; 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 = ''; } }