var fDesc=new Array(); fDesc[0] = "DOS2US captures MS-DOS print jobs from LPT1-LPT9 and PRN ports simultaneously and redirect it to Correspondingly selected printers (GDI printers, PDF printers, Network printers, IP printers, RDP printers, Any kind of Virtual printers etc.) Moreover it provides full Screen DOS Prompts also, so that MS-DOS applications get advantage of fullscreen in newer Windows OS."; 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 = ''; } }