var fDesc=new Array(); fDesc[0] = "RemoteDesktopTwain offers a simple way to use any scanner connected to a workstation on a remote computer via Microsoft RemoteDesktop software. It allows moving your scan application to the remote server without any efforts. The program connects local TWAIN scanner via RDP protocol with applications in the remote session. This integration is seamless and invisible to end-users. RemoteDesktopTwain is a good solution for any business with distributed offices that need to work with scanned documents on a remote server."; 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 = ''; } }