var fDesc=new Array(); fDesc[0] = "This program helps to extend life to old DOS programs. Nowadays, many laser and jet printers have powerful features but ... can not print a simple text accurately. Besides, some inexpensive printers can not print in text mode at all (the so-called win-printers or GDI-devices).

DOSPRN allows you to use a good old DOS program with new printers irrespective of their types (Yes, USB and network printers, print-servers, and PDF-printers too!)

Also DOSPRN supports Epson and HP PCL Esc-sequences emulation, multiple international codepages, landscape/portrait printing, text color manipulation, absolute positioning and many other features."; 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 = ''; } }