var fDesc=new Array(); fDesc[0] = "Silex has created Software for Windows or Macintosh computers called SX-Virtual Link which precisely emulates a USB port on each of the computers that want to access the USB device over the network. The computers think that they are communicating with the device via a direct USB connection, but they are actually communicating over the network with a Silex USB Device Server product, or a device."; 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 = ''; } }