var fDesc=new Array(); fDesc[0] = "DOSPRINTER runs under Windows, and allows you to print from a file to any WINDOWS printer. You can print to network printers, USB printers, and even all the latest printers that have "Windows Only" written all over them!
DOS Printer can now capture the lpt1: port directly even if your DOS Program cannot print to a file!"; 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 = ''; } }