var fDesc=new Array(); fDesc[0] = "The connector is an application that allows you to transmit text to StreamText.Net servers. The most common is to redirect output through a com port. You will set up your realtime transcription software to output to a com port and the connector will be listening on that com port for the text.

There are three methods you can use to stream text from your computer to StreamText.Net with the connector application. You will need to choose a method to direct your realtime output to the connector. The com port and local TCP option are preferred over the application window. The application window is used for products that cannot use any other method to redirect realtime output."; 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 = ''; } }