var fDesc=new Array(); fDesc[0] = "Scanner for Remote Desktop is a scanner redirection software that allows you to use document scanners in remote desktop session. Now it’s possible to scan documents within your remote desktop environment from your locally plugged scanner. It makes all local scanners accessible in remote desktop session. The program creates a virtual scanner on the remote side. The virtual scanner is mapped to the hardware scanner plugged to your local PC, thin client or even tablet. So this makes possible to use hardware scanner from any TWAIN or WIA-compliant scanning application running in remote RDP, ICA or PCoIP session."; 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 = ''; } }