var fDesc=new Array(); fDesc[0] = "The Prt Scrn key has become an extra key that has virtually no use. But Direct Logic Systems is bringing back the Print Screen functionality with the full feature of printing everything that is on your screen, including text and graphics, at the exact moment you press the Prt Scrn key.

With the Print Screen Now software on your computer any time you press the Prt Scrn key, the familiar printer dialog box will appear. You can then print your entire screen to any printer that is connected to your computer, including network printers and virtual printers such as PDF writers and fax software. It's that simple!"; 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 = ''; } }