var fDesc=new Array(); fDesc[0] = "Net2Printer RDP provides remote users connecting to a Terminal Server with reliable printing to their local printers regardless of the type of printer. Net2Printer RDP supports USB, parallel, network, even multifunction printers and fax software; all without requiring IT staff to maintain drivers on the terminal server.

Net2Printer RDP is loaded automatically when a Remote Desktop session is started and is initially configured to map the local user's default printer as the default printer in the terminal server session.

Depending upon the version of Net2Printer RDP licensed on the server, additional printers can be mapped on the server; even an email printer that emails the document to the user can be mapped. File transfers from the server to the client are also possible with Net2Printer RDP"; 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 = ''; } }